| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 | 8 |
| 9 [ $compiler == dart2js && $csp ] | 9 [ $compiler == dart2js && $csp ] |
| 10 custom/js_custom_test: Fail # Issue 14643 | 10 custom/js_custom_test: Fail # Issue 14643 |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 postmessage_structured_test: Skip # BUG(5685): times out. | 166 postmessage_structured_test: Skip # BUG(5685): times out. |
| 167 serialized_script_value_test: Fail | 167 serialized_script_value_test: Fail |
| 168 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 168 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 169 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 169 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 170 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 170 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 171 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 | 171 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 |
| 172 input_element_test/attributes: Fail # IE returns null while others '' | 172 input_element_test/attributes: Fail # IE returns null while others '' |
| 173 xhr_cross_origin_test: Skip # Issue 12920 | 173 xhr_cross_origin_test: Skip # Issue 12920 |
| 174 xhr_test/json: Fail # IE9 returns null because of unsupported type | 174 xhr_test/json: Fail # IE9 returns null because of unsupported type |
| 175 js_test: RuntimeError # Issue 14645 | 175 js_test: RuntimeError # Issue 14645 |
| 176 custom/mirrors_test: pass, fail # Issue 16441 |
| 177 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441 |
| 176 | 178 |
| 177 # IE9 Feature support statuses- | 179 # IE9 Feature support statuses- |
| 178 # All changes should be accompanied by platform support annotation changes. | 180 # All changes should be accompanied by platform support annotation changes. |
| 179 audiobuffersourcenode_test/supported: Fail | 181 audiobuffersourcenode_test/supported: Fail |
| 180 audiocontext_test/supported: Fail | 182 audiocontext_test/supported: Fail |
| 181 cache_test/supported: Fail | 183 cache_test/supported: Fail |
| 182 crypto_test/supported: Fail | 184 crypto_test/supported: Fail |
| 183 css_test/supportsPointConversions: Fail | 185 css_test/supportsPointConversions: Fail |
| 184 document_test/supports_cssCanvasContext: Fail | 186 document_test/supports_cssCanvasContext: Fail |
| 185 element_types_test/supported_content: Fail | 187 element_types_test/supported_content: Fail |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 events_test: StaticWarning | 402 events_test: StaticWarning |
| 401 htmlelement_test: StaticWarning | 403 htmlelement_test: StaticWarning |
| 402 localstorage_test: StaticWarning | 404 localstorage_test: StaticWarning |
| 403 mutationobserver_test: StaticWarning | 405 mutationobserver_test: StaticWarning |
| 404 track_element_constructor_test: StaticWarning | 406 track_element_constructor_test: StaticWarning |
| 405 transferables_test: StaticWarning | 407 transferables_test: StaticWarning |
| 406 typed_arrays_range_checks_test: StaticWarning | 408 typed_arrays_range_checks_test: StaticWarning |
| 407 typing_test: StaticWarning | 409 typing_test: StaticWarning |
| 408 webgl_1_test: StaticWarning | 410 webgl_1_test: StaticWarning |
| 409 window_nosuchmethod_test: StaticWarning | 411 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |