| 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 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 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. | 11 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. |
| 13 js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior. |
| 14 js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior. |
| 12 | 15 |
| 13 native_gc_test: Skip # Dartium JSInterop failure | 16 native_gc_test: Skip # Dartium JSInterop failure |
| 14 | 17 |
| 15 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 18 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| 16 worker_api_test: Fail # Issue 10223 | 19 worker_api_test: Fail # Issue 10223 |
| 17 resource_http_test: Fail # Issue 24203 | 20 resource_http_test: Fail # Issue 24203 |
| 18 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 21 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. |
| 19 websocket_test/supported: Skip # Dartium 45 roll timesout | 22 websocket_test/supported: Skip # Dartium 45 roll timesout |
| 20 | 23 |
| 21 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 24 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 448 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 446 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 449 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 447 | 450 |
| 448 [ $compiler == dart2js && $cps_ir && $host_checked ] | 451 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 449 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 452 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 450 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 453 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 451 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 454 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 452 | 455 |
| 453 [ $compiler == dart2js && $cps_ir && $checked ] | 456 [ $compiler == dart2js && $cps_ir && $checked ] |
| 454 *: Skip # `assert` not implemented | 457 *: Skip # `assert` not implemented |
| OLD | NEW |