| 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 8 | 8 |
| 9 js_array_test: Skip # Issue 23676, 23677 | 9 js_array_test: Skip # Issue 23676, 23677 |
| 10 js_typed_interop_test: Skip # Issue 23676, 23677 | 10 js_typed_interop_test: Skip # Issue 23676, 23677 |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 194 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| 195 transferables_test: Fail # Issue 9846 | 195 transferables_test: Fail # Issue 9846 |
| 196 | 196 |
| 197 [ $compiler == dart2js && $minified ] | 197 [ $compiler == dart2js && $minified ] |
| 198 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260
5 | 198 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260
5 |
| 199 | 199 |
| 200 [ $compiler == dart2js && $runtime == chrome ] | 200 [ $compiler == dart2js && $runtime == chrome ] |
| 201 css_test/supportsPointConversions: Fail # Issues 21710 | 201 css_test/supportsPointConversions: Fail # Issues 21710 |
| 202 css_test/functional: Fail # Issues 21710 | 202 css_test/functional: Fail # Issues 21710 |
| 203 | 203 |
| 204 [ $compiler == dart2js && $cps_ir ] |
| 205 resource_http_test: Crash # Cannot handle async functions. |
| 206 |
| 204 [ $runtime == ie11 ] | 207 [ $runtime == ie11 ] |
| 205 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
93. | 208 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
93. |
| 206 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. | 209 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. |
| 207 worker_test/functional: Pass, Fail # Issues 20659. | 210 worker_test/functional: Pass, Fail # Issues 20659. |
| 208 transferables_test: Pass, Fail # Issues 20659. | 211 transferables_test: Pass, Fail # Issues 20659. |
| 209 | 212 |
| 210 # IE11 Feature support statuses- | 213 # IE11 Feature support statuses- |
| 211 # These results not yet noted in platform support annotations. | 214 # These results not yet noted in platform support annotations. |
| 212 # All changes should be accompanied by platform support annotation changes. | 215 # All changes should be accompanied by platform support annotation changes. |
| 213 audiobuffersourcenode_test/supported: Fail | 216 audiobuffersourcenode_test/supported: Fail |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 htmlelement_test: StaticWarning | 414 htmlelement_test: StaticWarning |
| 412 localstorage_test: StaticWarning | 415 localstorage_test: StaticWarning |
| 413 mutationobserver_test: StaticWarning | 416 mutationobserver_test: StaticWarning |
| 414 queryall_test: fail | 417 queryall_test: fail |
| 415 track_element_constructor_test: StaticWarning | 418 track_element_constructor_test: StaticWarning |
| 416 transferables_test: StaticWarning | 419 transferables_test: StaticWarning |
| 417 typed_arrays_range_checks_test: StaticWarning | 420 typed_arrays_range_checks_test: StaticWarning |
| 418 typing_test: StaticWarning | 421 typing_test: StaticWarning |
| 419 webgl_1_test: StaticWarning | 422 webgl_1_test: StaticWarning |
| 420 window_nosuchmethod_test: StaticWarning | 423 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |