| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 rtc_test/supported: Fail # TODO(dart2js-team): Please triage this failure. | 60 rtc_test/supported: Fail # TODO(dart2js-team): Please triage this failure. |
| 61 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. | 61 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. |
| 62 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. | 62 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. |
| 63 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. | 63 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. |
| 64 | 64 |
| 65 | 65 |
| 66 [ $compiler == dart2js && $runtime == ie10 ] | 66 [ $compiler == dart2js && $runtime == ie10 ] |
| 67 async_test: Pass, Fail # timers test fails on ie10. | 67 async_test: Pass, Fail # timers test fails on ie10. |
| 68 indexeddb_5_test: Fail # Issue 12893 | 68 indexeddb_5_test: Fail # Issue 12893 |
| 69 js_test: Fail # Issue 14246 | 69 js_test: Fail # Issue 14246 |
| 70 custom/constructor_calls_created_synchronously_test: Fail, Pass # Issue 16453 | 70 custom/constructor_calls_created_synchronously_test: Fail, Pass # Issue 16441 |
| 71 custom_elements_test/innerHtml: Fail, Pass # Issue 16441 |
| 72 custom_elements_test/lifecycle: Fail, Pass # Issue 16441 |
| 71 | 73 |
| 72 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] | 74 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] |
| 73 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 75 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 74 | 76 |
| 75 [ $runtime == chrome ] | 77 [ $runtime == chrome ] |
| 76 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 | 78 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 |
| 77 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 | 79 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 |
| 78 | 80 |
| 79 xhr_test: Pass, Fail # Issue 11884 | 81 xhr_test: Pass, Fail # Issue 11884 |
| 80 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 82 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| (...skipping 88 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) | 171 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 | 172 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 | 173 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 | 174 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 |
| 173 input_element_test/attributes: Fail # IE returns null while others '' | 175 input_element_test/attributes: Fail # IE returns null while others '' |
| 174 xhr_cross_origin_test: Skip # Issue 12920 | 176 xhr_cross_origin_test: Skip # Issue 12920 |
| 175 xhr_test/json: Fail # IE9 returns null because of unsupported type | 177 xhr_test/json: Fail # IE9 returns null because of unsupported type |
| 176 js_test: RuntimeError # Issue 14645 | 178 js_test: RuntimeError # Issue 14645 |
| 177 custom/mirrors_test: pass, fail # Issue 16441 | 179 custom/mirrors_test: pass, fail # Issue 16441 |
| 178 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441 | 180 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441 |
| 179 custom/document_register_basic_test: pass, fail # Issue 16455 | 181 custom/document_register_basic_test: pass, fail # Issue 16441 |
| 180 | 182 |
| 181 # IE9 Feature support statuses- | 183 # IE9 Feature support statuses- |
| 182 # All changes should be accompanied by platform support annotation changes. | 184 # All changes should be accompanied by platform support annotation changes. |
| 183 audiobuffersourcenode_test/supported: Fail | 185 audiobuffersourcenode_test/supported: Fail |
| 184 audiocontext_test/supported: Fail | 186 audiocontext_test/supported: Fail |
| 185 cache_test/supported: Fail | 187 cache_test/supported: Fail |
| 186 crypto_test/supported: Fail | 188 crypto_test/supported: Fail |
| 187 css_test/supportsPointConversions: Fail | 189 css_test/supportsPointConversions: Fail |
| 188 document_test/supports_cssCanvasContext: Fail | 190 document_test/supports_cssCanvasContext: Fail |
| 189 element_types_test/supported_content: Fail | 191 element_types_test/supported_content: Fail |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 events_test: StaticWarning | 406 events_test: StaticWarning |
| 405 htmlelement_test: StaticWarning | 407 htmlelement_test: StaticWarning |
| 406 localstorage_test: StaticWarning | 408 localstorage_test: StaticWarning |
| 407 mutationobserver_test: StaticWarning | 409 mutationobserver_test: StaticWarning |
| 408 track_element_constructor_test: StaticWarning | 410 track_element_constructor_test: StaticWarning |
| 409 transferables_test: StaticWarning | 411 transferables_test: StaticWarning |
| 410 typed_arrays_range_checks_test: StaticWarning | 412 typed_arrays_range_checks_test: StaticWarning |
| 411 typing_test: StaticWarning | 413 typing_test: StaticWarning |
| 412 webgl_1_test: StaticWarning | 414 webgl_1_test: StaticWarning |
| 413 window_nosuchmethod_test: StaticWarning | 415 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |