| OLD | NEW |
| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 86 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 87 element_test/click: Fail # IE does not support firing this event. | 87 element_test/click: Fail # IE does not support firing this event. |
| 88 history_test/history: Pass, Fail # issue 8183 | 88 history_test/history: Pass, Fail # issue 8183 |
| 89 indexeddb_1_test/functional: Fail, Timeout # Issue 9269 + 12893 | 89 indexeddb_1_test/functional: Fail, Timeout # Issue 9269 + 12893 |
| 90 isolates_test: Skip | 90 isolates_test: Skip |
| 91 microtask_test: Fail, Pass # Appears to be flaky | 91 microtask_test: Fail, Pass # Appears to be flaky |
| 92 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 92 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 93 serialized_script_value_test: Fail | 93 serialized_script_value_test: Fail |
| 94 storage_test: Fail, Pass | 94 storage_test: Fail, Pass |
| 95 transferables_test: Fail # Issue 9846 | 95 transferables_test: Fail # Issue 9846 |
| 96 audioelement_test: Pass, Timeout # Issue 12894 |
| 96 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 97 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 97 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 98 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 98 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 99 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 99 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 100 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| 100 | 101 |
| 101 # IE10 Feature support statuses- | 102 # IE10 Feature support statuses- |
| 102 # All changes should be accompanied by platform support annotation changes. | 103 # All changes should be accompanied by platform support annotation changes. |
| 103 audiobuffersourcenode_test/supported: Fail | 104 audiobuffersourcenode_test/supported: Fail |
| 104 audiocontext_test/supported: Fail | 105 audiocontext_test/supported: Fail |
| 105 crypto_test/supported: Fail | 106 crypto_test/supported: Fail |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 | 374 |
| 374 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 375 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 375 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 376 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 376 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 377 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 377 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 378 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 378 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 379 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 379 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 380 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 380 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 381 js_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). | 382 postmessage_structured_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). | 383 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| OLD | NEW |