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

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

Issue 12927011: Marked indexeddb_3_test, indexeddb_4_test as Pass,Slow,Timeout (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
11 11
12 [ $compiler == dart2js && $runtime == ie10 ]
13 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
14 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
15
12 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] 16 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
13 indexeddb_2_test: Fail, Pass # Bug in v8, http://dartbug.com/9407 17 indexeddb_2_test: Fail, Pass # Bug in v8, http://dartbug.com/9407
14 18
15 # Layout tests are only supported on DRT. 19 # Layout tests are only supported on DRT.
16 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 20 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
17 *layout_test: Skip 21 *layout_test: Skip
18 22
19 [ $runtime == chrome ] 23 [ $runtime == chrome ]
20 touchevent_test/supported: Fail 24 touchevent_test/supported: Fail
21 25
(...skipping 16 matching lines...) Expand all
38 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 42 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
39 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 43 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
40 44
41 [ $compiler == dart2js && $runtime == drt && $system == macos] 45 [ $compiler == dart2js && $runtime == drt && $system == macos]
42 audiobuffersourcenode_test: Pass, Fail 46 audiobuffersourcenode_test: Pass, Fail
43 47
44 [$runtime == ie10 ] 48 [$runtime == ie10 ]
45 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 49 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
46 element_test/click: Fail # IE does not support firing this event. 50 element_test/click: Fail # IE does not support firing this event.
47 history_test/history: Pass, Fail # issue 8183 51 history_test/history: Pass, Fail # issue 8183
48 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269 52 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269
floitsch 2013/03/26 10:34:12 You could combine it with this test (also use the
49 isolates_test: Skip 53 isolates_test: Skip
50 microtask_test: Fail, Pass # Appears to be flaky 54 microtask_test: Fail, Pass # Appears to be flaky
51 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 55 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
52 serialized_script_value_test: Fail 56 serialized_script_value_test: Fail
53 storage_test: Fail, Pass 57 storage_test: Fail, Pass
54 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 58 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
55 window_open_test: Skip 59 window_open_test: Skip
56 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 60 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
57 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 61 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
58 62
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 345
342 [ $compiler == dart2js && $runtime == drt && $unchecked ] 346 [ $compiler == dart2js && $runtime == drt && $unchecked ]
343 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 347 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
344 348
345 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 349 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
346 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 350 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
347 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 351 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
348 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 352 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
349 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 353 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
350 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 354 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
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