Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: tests/dom/dom.status

Issue 10379010: Properly count number of arguments for statics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « lib/dom/scripts/systemnative.py ('k') | tests/dom/indexeddb_4_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 webgl_1_test: Skip # Issue 1495 5 webgl_1_test: Skip # Issue 1495
6 6
7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key' 8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key'
9 indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not impleme nted.
10 9
11 [ $compiler == none && $runtime == dartium ] 10 [ $compiler == none && $runtime == dartium ]
12 request_animation_frame_test: Skip # Uses layoutTestController. 11 request_animation_frame_test: Skip # Uses layoutTestController.
13 12
14 [ $compiler == dart2js || $compiler == frog ] 13 [ $compiler == dart2js || $compiler == frog ]
15 request_animation_frame_test: Skip # Uses layoutTestController. 14 request_animation_frame_test: Skip # Uses layoutTestController.
16 15
17 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 16 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
18 native_gc_test: Skip # Issue 2538. 17 native_gc_test: Skip # Issue 2538.
19 18
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 109
111 [ $compiler == dart2js && $runtime == drt ] 110 [ $compiler == dart2js && $runtime == drt ]
112 indexeddb_3_test: Fail 111 indexeddb_3_test: Fail
113 112
114 # DOM errors. 113 # DOM errors.
115 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' 114 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
116 indexeddb_2_test: Fail # Uncaught error 115 indexeddb_2_test: Fail # Uncaught error
117 116
118 [ $compiler == dart2js && $runtime == none ] 117 [ $compiler == dart2js && $runtime == none ]
119 *: Fail, Pass # TODO(ahe): Triage these tests. 118 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « lib/dom/scripts/systemnative.py ('k') | tests/dom/indexeddb_4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698