| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 169 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 170 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 170 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 171 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 171 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 172 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 | 172 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 |
| 173 input_element_test/attributes: Fail # IE returns null while others '' | 173 input_element_test/attributes: Fail # IE returns null while others '' |
| 174 xhr_cross_origin_test: Skip # Issue 12920 | 174 xhr_cross_origin_test: Skip # Issue 12920 |
| 175 xhr_test/json: Fail # IE9 returns null because of unsupported type | 175 xhr_test/json: Fail # IE9 returns null because of unsupported type |
| 176 js_test: RuntimeError # Issue 14645 | 176 js_test: RuntimeError # Issue 14645 |
| 177 custom/mirrors_test: pass, fail # Issue 16441 | 177 custom/mirrors_test: pass, fail # Issue 16441 |
| 178 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441 | 178 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441 |
| 179 custom/document_register_basic_test: pass, fail # Issue 16455 |
| 179 | 180 |
| 180 # IE9 Feature support statuses- | 181 # IE9 Feature support statuses- |
| 181 # All changes should be accompanied by platform support annotation changes. | 182 # All changes should be accompanied by platform support annotation changes. |
| 182 audiobuffersourcenode_test/supported: Fail | 183 audiobuffersourcenode_test/supported: Fail |
| 183 audiocontext_test/supported: Fail | 184 audiocontext_test/supported: Fail |
| 184 cache_test/supported: Fail | 185 cache_test/supported: Fail |
| 185 crypto_test/supported: Fail | 186 crypto_test/supported: Fail |
| 186 css_test/supportsPointConversions: Fail | 187 css_test/supportsPointConversions: Fail |
| 187 document_test/supports_cssCanvasContext: Fail | 188 document_test/supports_cssCanvasContext: Fail |
| 188 element_types_test/supported_content: Fail | 189 element_types_test/supported_content: Fail |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 events_test: StaticWarning | 404 events_test: StaticWarning |
| 404 htmlelement_test: StaticWarning | 405 htmlelement_test: StaticWarning |
| 405 localstorage_test: StaticWarning | 406 localstorage_test: StaticWarning |
| 406 mutationobserver_test: StaticWarning | 407 mutationobserver_test: StaticWarning |
| 407 track_element_constructor_test: StaticWarning | 408 track_element_constructor_test: StaticWarning |
| 408 transferables_test: StaticWarning | 409 transferables_test: StaticWarning |
| 409 typed_arrays_range_checks_test: StaticWarning | 410 typed_arrays_range_checks_test: StaticWarning |
| 410 typing_test: StaticWarning | 411 typing_test: StaticWarning |
| 411 webgl_1_test: StaticWarning | 412 webgl_1_test: StaticWarning |
| 412 window_nosuchmethod_test: StaticWarning | 413 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |