| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 form_element_test: Fail # Issue 4793. | 130 form_element_test: Fail # Issue 4793. |
| 131 isolates_test: Skip # BUG(4016) | 131 isolates_test: Skip # BUG(4016) |
| 132 localstorage_test: Fail | 132 localstorage_test: Fail |
| 133 microtask_test: Pass, Fail # http://dartbug.com/8300 | 133 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 134 postmessage_structured_test: Skip # BUG(5685): times out. | 134 postmessage_structured_test: Skip # BUG(5685): times out. |
| 135 serialized_script_value_test: Fail | 135 serialized_script_value_test: Fail |
| 136 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 136 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 137 window_open_test: Skip # BUG(4016) | 137 window_open_test: Skip # BUG(4016) |
| 138 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 138 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 139 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 139 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 140 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 |
| 140 input_element_test/attributes: Fail # IE returns null while others '' | 141 input_element_test/attributes: Fail # IE returns null while others '' |
| 141 | 142 |
| 142 # IE9 Feature support statuses- | 143 # IE9 Feature support statuses- |
| 143 # All changes should be accompanied by platform support annotation changes. | 144 # All changes should be accompanied by platform support annotation changes. |
| 144 audiobuffersourcenode_test/supported: Fail | 145 audiobuffersourcenode_test/supported: Fail |
| 145 audiocontext_test/supported: Fail | 146 audiocontext_test/supported: Fail |
| 146 cache_test/supported: Fail | 147 cache_test/supported: Fail |
| 147 crypto_test/supported: Fail | 148 crypto_test/supported: Fail |
| 148 css_test/supportsPointConversions: Fail | 149 css_test/supportsPointConversions: Fail |
| 149 document_test/supports_cssCanvasContext: Fail | 150 document_test/supports_cssCanvasContext: Fail |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 360 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 360 isolates_test: Skip # Timeout because leg does not support web workers. | 361 isolates_test: Skip # Timeout because leg does not support web workers. |
| 361 | 362 |
| 362 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 363 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 363 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 364 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 364 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 365 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 365 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 366 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 366 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 367 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 367 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 368 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 368 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 369 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |