| 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 && $browser ] | 9 [ $compiler == dart2js && $browser ] |
| 10 element_offset_test/offset: Pass, Fail # Issue 13296 | 10 element_offset_test/offset: Pass, Fail # Issue 13296 |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 history_test/history: Pass, Fail # issue 8183 | 111 history_test/history: Pass, Fail # issue 8183 |
| 112 microtask_test: Fail, Pass # Appears to be flaky | 112 microtask_test: Fail, Pass # Appears to be flaky |
| 113 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 113 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 114 serialized_script_value_test: Fail | 114 serialized_script_value_test: Fail |
| 115 storage_test: Fail, Pass | 115 storage_test: Fail, Pass |
| 116 transferables_test: Fail # Issue 9846 | 116 transferables_test: Fail # Issue 9846 |
| 117 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 117 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 118 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 118 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 119 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 119 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 120 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 120 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| 121 custom/entered_left_view_test: Skip # Issue 13551 - IE is timing out |
| 121 | 122 |
| 122 # IE10 Feature support statuses- | 123 # IE10 Feature support statuses- |
| 123 # All changes should be accompanied by platform support annotation changes. | 124 # All changes should be accompanied by platform support annotation changes. |
| 124 audiobuffersourcenode_test/supported: Fail | 125 audiobuffersourcenode_test/supported: Fail |
| 125 audiocontext_test/supported: Fail | 126 audiocontext_test/supported: Fail |
| 126 crypto_test/supported: Fail | 127 crypto_test/supported: Fail |
| 127 css_test/supportsPointConversions: Fail | 128 css_test/supportsPointConversions: Fail |
| 128 document_test/supports_cssCanvasContext: Fail | 129 document_test/supports_cssCanvasContext: Fail |
| 129 element_types_test/supported_content: Fail | 130 element_types_test/supported_content: Fail |
| 130 element_types_test/supported_details: Fail | 131 element_types_test/supported_details: Fail |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 401 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 401 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 402 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 402 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 403 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 403 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 404 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 404 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 405 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 405 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 406 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 406 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 407 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 407 | 408 |
| 408 [ $compiler == dart2js && $runtime == drt ] | 409 [ $compiler == dart2js && $runtime == drt ] |
| 409 wheelevent_test: Fail # http://dartbug.com/12958 | 410 wheelevent_test: Fail # http://dartbug.com/12958 |
| OLD | NEW |