| 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 | 9 |
| 10 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: RuntimeError # Issue
28183 |
| 11 |
| 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 12 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| 11 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. | 13 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. |
| 12 js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior. | 14 js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior. |
| 13 js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior. | 15 js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior. |
| 14 js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior. | 16 js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior. |
| 15 | 17 |
| 16 native_gc_test: Skip # Dartium JSInterop failure | 18 native_gc_test: Skip # Dartium JSInterop failure |
| 17 js_interop_constructor_name_test/HTMLDivElement-methods: Fail # Investigate. | 19 js_interop_constructor_name_test/HTMLDivElement-methods: Fail # Investigate. |
| 18 js_interop_constructor_name_test/HTMLDivElement-types: Fail # ditto | 20 js_interop_constructor_name_test/HTMLDivElement-types: Fail # ditto |
| 19 | 21 |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 438 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 437 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 439 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 438 | 440 |
| 439 [ $compiler == dart2js && $cps_ir && $host_checked ] | 441 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 440 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 442 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 441 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 443 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 442 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 444 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 443 | 445 |
| 444 [ $compiler == dart2js && $cps_ir && $checked ] | 446 [ $compiler == dart2js && $cps_ir && $checked ] |
| 445 *: Skip # `assert` not implemented | 447 *: Skip # `assert` not implemented |
| OLD | NEW |