| 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 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. |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 [$runtime == ie10 ] | 52 [$runtime == ie10 ] |
| 53 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 53 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 54 element_test/click: Fail # IE does not support firing this event. | 54 element_test/click: Fail # IE does not support firing this event. |
| 55 history_test/history: Pass, Fail # issue 8183 | 55 history_test/history: Pass, Fail # issue 8183 |
| 56 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269 | 56 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269 |
| 57 isolates_test: Skip | 57 isolates_test: Skip |
| 58 microtask_test: Fail, Pass # Appears to be flaky | 58 microtask_test: Fail, Pass # Appears to be flaky |
| 59 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 59 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 60 serialized_script_value_test: Fail | 60 serialized_script_value_test: Fail |
| 61 storage_test: Fail, Pass | 61 storage_test: Fail, Pass |
| 62 transferables_test: Fail # Issue 9846 |
| 62 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 63 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 63 window_open_test: Skip | 64 window_open_test: Skip |
| 64 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 65 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 65 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 66 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 66 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 67 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| 67 | 68 |
| 68 # IE10 Feature support statuses- | 69 # IE10 Feature support statuses- |
| 69 # All changes should be accompanied by platform support annotation changes. | 70 # All changes should be accompanied by platform support annotation changes. |
| 70 audiobuffersourcenode_test/supported: Fail | 71 audiobuffersourcenode_test/supported: Fail |
| 71 audiocontext_test/supported: Fail | 72 audiocontext_test/supported: Fail |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 | 349 |
| 349 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 350 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 350 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 351 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 351 | 352 |
| 352 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 353 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 354 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 354 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 355 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 355 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 356 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 356 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 357 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 357 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 358 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |