| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 isolates_test: Skip # BUG(4016) | 139 isolates_test: Skip # BUG(4016) |
| 140 localstorage_test: Fail | 140 localstorage_test: Fail |
| 141 microtask_test: Pass, Fail # http://dartbug.com/8300 | 141 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 142 postmessage_structured_test: Skip # BUG(5685): times out. | 142 postmessage_structured_test: Skip # BUG(5685): times out. |
| 143 serialized_script_value_test: Fail | 143 serialized_script_value_test: Fail |
| 144 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 144 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 145 window_open_test: Skip # BUG(4016) | 145 window_open_test: Skip # BUG(4016) |
| 146 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 146 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 147 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 147 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 148 input_element_test/attributes: Fail # IE returns null while others '' | 148 input_element_test/attributes: Fail # IE returns null while others '' |
| 149 safe_dom_test: Fail # Issue 11036 |
| 149 | 150 |
| 150 # IE9 Feature support statuses- | 151 # IE9 Feature support statuses- |
| 151 # All changes should be accompanied by platform support annotation changes. | 152 # All changes should be accompanied by platform support annotation changes. |
| 152 audiobuffersourcenode_test/supported: Fail | 153 audiobuffersourcenode_test/supported: Fail |
| 153 audiocontext_test/supported: Fail | 154 audiocontext_test/supported: Fail |
| 154 cache_test/supported: Fail | 155 cache_test/supported: Fail |
| 155 crypto_test/supported: Fail | 156 crypto_test/supported: Fail |
| 156 css_test/supportsPointConversions: Fail | 157 css_test/supportsPointConversions: Fail |
| 157 document_test/supports_cssCanvasContext: Fail | 158 document_test/supports_cssCanvasContext: Fail |
| 158 element_types_test/supported_content: Fail | 159 element_types_test/supported_content: Fail |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 377 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 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 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). |
| 381 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). |
| 382 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 383 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 383 | 384 |
| 384 [ $compiler == dartanalyzer ] | 385 [ $compiler == dartanalyzer ] |
| 385 path_observer_test: Fail | 386 path_observer_test: Fail |
| OLD | NEW |