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

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

Issue 23604010: Remove Timeout entries in status files for ie9/ie10 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/tests/corelib/corelib.status ('k') | dart/tests/language/language_dart2js.status » ('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) 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 13 matching lines...) Expand all
24 custom/created_callback_test: Fail # Issue 12642 24 custom/created_callback_test: Fail # Issue 12642
25 25
26 [ $compiler == none && $runtime == drt && $system == windows ] 26 [ $compiler == none && $runtime == drt && $system == windows ]
27 worker_test/functional: Pass, Crash # Issue 9929. 27 worker_test/functional: Pass, Crash # Issue 9929.
28 28
29 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)] 29 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)]
30 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. 30 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
31 31
32 [ $compiler == dart2js && $runtime == ie10 ] 32 [ $compiler == dart2js && $runtime == ie10 ]
33 async_test: Pass, Fail # timers test fails on ie10. 33 async_test: Pass, Fail # timers test fails on ie10.
34 callbacks_test: Pass, Timeout # Issue 12896
35 indexeddb_2_test: Fail # Issue 12893 34 indexeddb_2_test: Fail # Issue 12893
36 indexeddb_3_test: Fail, Timeout # Issue 9437 + 12893 35 indexeddb_3_test: Fail, Timeout # Issue 9437 + 12893
37 indexeddb_4_test: Fail, Timeout # Issue 9437 + 12893 36 indexeddb_4_test: Fail, Timeout # Issue 9437 + 12893
38 indexeddb_5_test: Fail # Issue 12893 37 indexeddb_5_test: Fail # Issue 12893
39 38
40 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] 39 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
41 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 40 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
42 41
43 [ $compiler == dart2js && $runtime == safari ] 42 [ $compiler == dart2js && $runtime == safari ]
44 url_test: Fail # Issue 10096 43 url_test: Fail # Issue 10096
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 86 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
88 element_test/click: Fail # IE does not support firing this event. 87 element_test/click: Fail # IE does not support firing this event.
89 history_test/history: Pass, Fail # issue 8183 88 history_test/history: Pass, Fail # issue 8183
90 indexeddb_1_test/functional: Fail, Timeout # Issue 9269 + 12893 89 indexeddb_1_test/functional: Fail, Timeout # Issue 9269 + 12893
91 isolates_test: Skip 90 isolates_test: Skip
92 microtask_test: Fail, Pass # Appears to be flaky 91 microtask_test: Fail, Pass # Appears to be flaky
93 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 92 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
94 serialized_script_value_test: Fail 93 serialized_script_value_test: Fail
95 storage_test: Fail, Pass 94 storage_test: Fail, Pass
96 transferables_test: Fail # Issue 9846 95 transferables_test: Fail # Issue 9846
97 audioelement_test: Pass, Timeout # Issue 12894
98 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 96 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
99 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 97 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
100 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 98 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
101 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 99 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
102 100
103 # IE10 Feature support statuses- 101 # IE10 Feature support statuses-
104 # All changes should be accompanied by platform support annotation changes. 102 # All changes should be accompanied by platform support annotation changes.
105 audiobuffersourcenode_test/supported: Fail 103 audiobuffersourcenode_test/supported: Fail
106 audiocontext_test/supported: Fail 104 audiocontext_test/supported: Fail
107 crypto_test/supported: Fail 105 crypto_test/supported: Fail
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 373
376 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 374 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
377 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 375 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
378 event_customevent_test: Fail # Test cannot run under CSP restrictions. 376 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). 377 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. 378 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). 379 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). 380 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). 381 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). 382 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
OLDNEW
« no previous file with comments | « dart/tests/corelib/corelib.status ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698