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

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

Issue 23842003: Remove flaky markers on a bunch of html tests on IE9 to see if they still flake. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 8
9 [ $compiler == dart2js && $runtime != drt ] 9 [ $compiler == dart2js && $runtime != drt ]
10 custom/*: Skip 10 custom/*: Skip
(...skipping 20 matching lines...) Expand all
31 31
32 [ $compiler == none && $runtime == drt && $system == windows ] 32 [ $compiler == none && $runtime == drt && $system == windows ]
33 worker_test/functional: Pass, Crash # Issue 9929. 33 worker_test/functional: Pass, Crash # Issue 9929.
34 34
35 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)] 35 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)]
36 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. 36 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
37 37
38 [ $compiler == dart2js && $runtime == ie10 ] 38 [ $compiler == dart2js && $runtime == ie10 ]
39 async_test: Pass, Fail # timers test fails on ie10. 39 async_test: Pass, Fail # timers test fails on ie10.
40 indexeddb_2_test: Fail # Issue 12893 40 indexeddb_2_test: Fail # Issue 12893
41 indexeddb_3_test: Fail, Timeout # Issue 9437 + 12893 41 indexeddb_3_test: Fail # Issue 12893
42 indexeddb_4_test: Fail, Timeout # Issue 9437 + 12893 42 indexeddb_4_test: Fail # Issue 12893
43 indexeddb_5_test: Fail # Issue 12893 43 indexeddb_5_test: Fail # Issue 12893
44 44
45 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] 45 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
46 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 46 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
47 47
48 [ $compiler == dart2js && $runtime == safari ] 48 [ $compiler == dart2js && $runtime == safari ]
49 url_test: Fail # Issue 10096 49 url_test: Fail # Issue 10096
50 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772 50 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772
51 51
52 [ $compiler == dart2js && $browser && $checked ] 52 [ $compiler == dart2js && $browser && $checked ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 85 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
86 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 86 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
87 87
88 [ $compiler == dart2js && $runtime == drt && $system == macos] 88 [ $compiler == dart2js && $runtime == drt && $system == macos]
89 audiobuffersourcenode_test: Pass, Fail 89 audiobuffersourcenode_test: Pass, Fail
90 90
91 [$runtime == ie10 ] 91 [$runtime == ie10 ]
92 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 92 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
93 element_test/click: Fail # IE does not support firing this event. 93 element_test/click: Fail # IE does not support firing this event.
94 history_test/history: Pass, Fail # issue 8183 94 history_test/history: Pass, Fail # issue 8183
95 indexeddb_1_test/functional: Fail, Timeout # Issue 9269 + 12893 95 indexeddb_1_test/functional: Fail # Issue 9269 + 12893
96 isolates_test: Skip 96 isolates_test: Skip
97 microtask_test: Fail, Pass # Appears to be flaky 97 microtask_test: Fail, Pass # Appears to be flaky
98 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 98 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
99 serialized_script_value_test: Fail 99 serialized_script_value_test: Fail
100 storage_test: Fail, Pass 100 storage_test: Fail, Pass
101 transferables_test: Fail # Issue 9846 101 transferables_test: Fail # Issue 9846
102 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 102 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
103 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 103 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
104 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 104 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
105 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 105 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 event_customevent_test: Fail # Test cannot run under CSP restrictions. 378 event_customevent_test: Fail # Test cannot run under CSP restrictions.
379 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 379 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
380 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 380 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
381 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 381 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
382 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 382 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
383 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 383 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
384 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 384 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
385 385
386 [ $compiler == dart2js && $runtime == drt ] 386 [ $compiler == dart2js && $runtime == drt ]
387 wheelevent_test: Fail # http://dartbug.com/12958 387 wheelevent_test: Fail # http://dartbug.com/12958
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