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