| 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 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) | 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) |
| 9 [ $runtime == drt || $runtime == dartium ] | 9 [ $runtime == drt || $runtime == dartium ] |
| 10 custom/template_wrappers_test: Pass # Issue 16656 Override others | 10 custom/template_wrappers_test: Pass # Issue 16656 Override others |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 xhr_test/json: Fail # IE10 returns string, not JSON object | 205 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 206 xsltprocessor_test/supported: Fail | 206 xsltprocessor_test/supported: Fail |
| 207 | 207 |
| 208 [ $runtime == ie9 || $runtime == ie10 ] | 208 [ $runtime == ie9 || $runtime == ie10 ] |
| 209 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 | 209 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 |
| 210 custom/element_upgrade_test: Fail # Issue 18247 | 210 custom/element_upgrade_test: Fail # Issue 18247 |
| 211 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 211 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 212 | 212 |
| 213 [ $runtime == ie9 ] | 213 [ $runtime == ie9 ] |
| 214 event_customevent_test: Fail # Issue 14170 | 214 event_customevent_test: Fail # Issue 14170 |
| 215 isolates_test: Timeout # Issue 13027 | 215 isolates_test: Skip # Issue 13027 |
| 216 blob_constructor_test: Fail | 216 blob_constructor_test: Fail |
| 217 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 | 217 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 |
| 218 dom_constructors_test: Fail | 218 dom_constructors_test: Fail |
| 219 element_test/click: Fail # IE does not support firing this event. | 219 element_test/click: Fail # IE does not support firing this event. |
| 220 filereader_test: Fail # Not supported. | 220 filereader_test: Fail # Not supported. |
| 221 form_element_test: Fail # Issue 4793. | 221 form_element_test: Fail # Issue 4793. |
| 222 localstorage_test: Fail | 222 localstorage_test: Fail |
| 223 postmessage_structured_test: Skip # BUG(5685): times out. | 223 postmessage_structured_test: Skip # BUG(5685): times out. |
| 224 serialized_script_value_test: Fail | 224 serialized_script_value_test: Fail |
| 225 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 225 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 226 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 226 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 227 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 227 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 228 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 | 228 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 |
| 229 input_element_test/attributes: Fail # IE returns null while others '' | 229 input_element_test/attributes: Fail # IE returns null while others '' |
| 230 xhr_cross_origin_test: Skip # Issue 12920 | 230 xhr_cross_origin_test: Skip # Issue 12920 |
| 231 xhr_test/json: Fail # IE9 returns null because of unsupported type | 231 xhr_test/json: Fail # IE9 returns null because of unsupported type |
| 232 js_test: RuntimeError # Issue 14645 | 232 js_test: RuntimeError # Issue 14645 |
| 233 custom: Pass, Fail, Timeout # Issue 16717 | 233 custom: Skip # Issue 16717 |
| 234 custom_elements_test: Pass, Fail, Timeout # Issue 16717 | 234 custom_elements_test: Skip # Issue 16717 |
| 235 | 235 |
| 236 # IE9 Feature support statuses- | 236 # IE9 Feature support statuses- |
| 237 # All changes should be accompanied by platform support annotation changes. | 237 # All changes should be accompanied by platform support annotation changes. |
| 238 audiobuffersourcenode_test/supported: Fail | 238 audiobuffersourcenode_test/supported: Fail |
| 239 audiocontext_test/supported: Fail | 239 audiocontext_test/supported: Fail |
| 240 cache_test/supported: Fail | 240 cache_test/supported: Fail |
| 241 crypto_test/supported: Fail | 241 crypto_test/supported: Fail |
| 242 css_test/supportsPointConversions: Fail | 242 css_test/supportsPointConversions: Fail |
| 243 document_test/supports_cssCanvasContext: Fail | 243 document_test/supports_cssCanvasContext: Fail |
| 244 element_types_test/supported_content: Fail | 244 element_types_test/supported_content: Fail |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 events_test: StaticWarning | 461 events_test: StaticWarning |
| 462 htmlelement_test: StaticWarning | 462 htmlelement_test: StaticWarning |
| 463 localstorage_test: StaticWarning | 463 localstorage_test: StaticWarning |
| 464 mutationobserver_test: StaticWarning | 464 mutationobserver_test: StaticWarning |
| 465 track_element_constructor_test: StaticWarning | 465 track_element_constructor_test: StaticWarning |
| 466 transferables_test: StaticWarning | 466 transferables_test: StaticWarning |
| 467 typed_arrays_range_checks_test: StaticWarning | 467 typed_arrays_range_checks_test: StaticWarning |
| 468 typing_test: StaticWarning | 468 typing_test: StaticWarning |
| 469 webgl_1_test: StaticWarning | 469 webgl_1_test: StaticWarning |
| 470 window_nosuchmethod_test: StaticWarning | 470 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |