| 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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) | 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 websql_test/supported: Fail | 167 websql_test/supported: Fail |
| 168 xhr_test/json: Fail # IE10 returns string, not JSON object | 168 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 169 xhr_test/supported_overrideMimeType: Fail | 169 xhr_test/supported_overrideMimeType: Fail |
| 170 xsltprocessor_test/supported: Fail | 170 xsltprocessor_test/supported: Fail |
| 171 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 171 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| 172 transferables_test: Fail # Issue 9846 | 172 transferables_test: Fail # Issue 9846 |
| 173 | 173 |
| 174 [ $runtime == ie11 ] | 174 [ $runtime == ie11 ] |
| 175 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
93. | 175 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
93. |
| 176 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. | 176 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. |
| 177 node_validator_test: RuntimeError # Issue 20657. | 177 node_validator_test: Pass, RuntimeError # Issues 20657, 20659. |
| 178 worker_test/functional: Pass, Fail # Issues 20659. |
| 179 transferables_test: Pass, Fail # Issues 20659. |
| 178 | 180 |
| 179 # IE11 Feature support statuses- | 181 # IE11 Feature support statuses- |
| 180 # These results not yet noted in platform support annotations. | 182 # These results not yet noted in platform support annotations. |
| 181 # All changes should be accompanied by platform support annotation changes. | 183 # All changes should be accompanied by platform support annotation changes. |
| 182 audiobuffersourcenode_test/supported: Fail | 184 audiobuffersourcenode_test/supported: Fail |
| 183 audiocontext_test/supported: Fail | 185 audiocontext_test/supported: Fail |
| 184 crypto_test/supported: Fail | 186 crypto_test/supported: Fail |
| 185 css_test/supportsPointConversions: Fail | 187 css_test/supportsPointConversions: Fail |
| 186 document_test/supports_cssCanvasContext: Fail | 188 document_test/supports_cssCanvasContext: Fail |
| 187 element_types_test/supported_content: Fail | 189 element_types_test/supported_content: Fail |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 events_test: StaticWarning | 468 events_test: StaticWarning |
| 467 htmlelement_test: StaticWarning | 469 htmlelement_test: StaticWarning |
| 468 localstorage_test: StaticWarning | 470 localstorage_test: StaticWarning |
| 469 mutationobserver_test: StaticWarning | 471 mutationobserver_test: StaticWarning |
| 470 track_element_constructor_test: StaticWarning | 472 track_element_constructor_test: StaticWarning |
| 471 transferables_test: StaticWarning | 473 transferables_test: StaticWarning |
| 472 typed_arrays_range_checks_test: StaticWarning | 474 typed_arrays_range_checks_test: StaticWarning |
| 473 typing_test: StaticWarning | 475 typing_test: StaticWarning |
| 474 webgl_1_test: StaticWarning | 476 webgl_1_test: StaticWarning |
| 475 window_nosuchmethod_test: StaticWarning | 477 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |