| 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 184 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| 185 transferables_test: Fail # Issue 9846 | 185 transferables_test: Fail # Issue 9846 |
| 186 | 186 |
| 187 [ $compiler == dart2js && $runtime == chrome ] | 187 [ $compiler == dart2js && $runtime == chrome ] |
| 188 css_test/supportsPointConversions: Fail # Issues 21710 | 188 css_test/supportsPointConversions: Fail # Issues 21710 |
| 189 css_test/functional: Fail # Issues 21710 | 189 css_test/functional: Fail # Issues 21710 |
| 190 | 190 |
| 191 [ $runtime == ie11 ] | 191 [ $runtime == ie11 ] |
| 192 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
93. | 192 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
93. |
| 193 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. | 193 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. |
| 194 node_validator_test: Pass, RuntimeError # Issues 20657, 20659. | |
| 195 worker_test/functional: Pass, Fail # Issues 20659. | 194 worker_test/functional: Pass, Fail # Issues 20659. |
| 196 transferables_test: Pass, Fail # Issues 20659. | 195 transferables_test: Pass, Fail # Issues 20659. |
| 197 | 196 |
| 198 # IE11 Feature support statuses- | 197 # IE11 Feature support statuses- |
| 199 # These results not yet noted in platform support annotations. | 198 # These results not yet noted in platform support annotations. |
| 200 # All changes should be accompanied by platform support annotation changes. | 199 # All changes should be accompanied by platform support annotation changes. |
| 201 audiobuffersourcenode_test/supported: Fail | 200 audiobuffersourcenode_test/supported: Fail |
| 202 audiocontext_test/supported: Fail | 201 audiocontext_test/supported: Fail |
| 203 crypto_test/supported: Fail | 202 crypto_test/supported: Fail |
| 204 css_test/supportsPointConversions: Fail | 203 css_test/supportsPointConversions: Fail |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 htmlelement_test: StaticWarning | 406 htmlelement_test: StaticWarning |
| 408 localstorage_test: StaticWarning | 407 localstorage_test: StaticWarning |
| 409 mutationobserver_test: StaticWarning | 408 mutationobserver_test: StaticWarning |
| 410 queryall_test: fail | 409 queryall_test: fail |
| 411 track_element_constructor_test: StaticWarning | 410 track_element_constructor_test: StaticWarning |
| 412 transferables_test: StaticWarning | 411 transferables_test: StaticWarning |
| 413 typed_arrays_range_checks_test: StaticWarning | 412 typed_arrays_range_checks_test: StaticWarning |
| 414 typing_test: StaticWarning | 413 typing_test: StaticWarning |
| 415 webgl_1_test: StaticWarning | 414 webgl_1_test: StaticWarning |
| 416 window_nosuchmethod_test: StaticWarning | 415 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |