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

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

Issue 10391055: Suppress a test that started to timeout. (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 | « no previous file | no next file » | 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 svgelement2_test: Skip # Issue 2998 10 svgelement2_test: Skip # Issue 2998
11 11
12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
13 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 13 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
14 indexeddb_3_test: Fail # exception not caught - not 'is IDBDatabaseException' ? 14 indexeddb_3_test: Fail # exception not caught - not 'is IDBDatabaseException' ?
15 indexeddb_4_test: Fail # exception not caught - not 'is IDBDatabaseException' ? 15 indexeddb_4_test: Fail # exception not caught - not 'is IDBDatabaseException' ?
16 svgelement2_test: Fail # started to timeout, needs investigation.
16 17
17 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 18 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
18 native_gc_test: Skip # Issue 2538. Too slow in debug. 19 native_gc_test: Skip # Issue 2538. Too slow in debug.
19 20
20 [ $compiler == none && $runtime == drt && $system == windows] 21 [ $compiler == none && $runtime == drt && $system == windows]
21 audiocontext_test: Skip 22 audiocontext_test: Skip
22 23
23 [ $compiler == frog && $runtime == drt ] 24 [ $compiler == frog && $runtime == drt ]
24 html_test: Skip # Issue 2657 25 html_test: Skip # Issue 2657
25 request_animation_frame_test: Skip # drt hangs 26 request_animation_frame_test: Skip # drt hangs
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 isolates_test: Skip # Timeout because leg does not support web workers. 153 isolates_test: Skip # Timeout because leg does not support web workers.
153 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 154 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
154 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html 155 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html
155 inner_frame_test: Fail # Issue 2774 156 inner_frame_test: Fail # Issue 2774
156 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' 157 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
157 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' 158 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
158 159
159 # DOM errors. 160 # DOM errors.
160 indexeddb_2_test: Fail # Uncaught error 161 indexeddb_2_test: Fail # Uncaught error
161 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' 162 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698