| 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 | 12 |
| 13 native_gc_test: Skip # Dartium JSInterop failure | 13 native_gc_test: Skip # Dartium JSInterop failure |
| 14 | 14 |
| 15 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 15 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| 16 worker_api_test: Fail # Issue 10223 | 16 worker_api_test: Fail # Issue 10223 |
| 17 resource_http_test: Fail # Issue 24203 | 17 resource_http_test: Fail # Issue 24203 |
| 18 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 18 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. |
| 19 websocket_test/supported: Skip # Dartium 45 roll timesout | 19 websocket_test/supported: Skip # Dartium 45 roll timesout |
| 20 | 20 |
| 21 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 21 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
| 22 datalistelement_test: Skip # Issue 20540 | 22 datalistelement_test: Skip # Issue 20540 |
| 23 | 23 |
| 24 [ $compiler == dart2js ] | 24 [ $compiler == dart2js ] |
| 25 input_element_test/attributes: Fail # Issue 21555 | 25 input_element_test/attributes: Fail # Issue 21555 |
| 26 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 26 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
| 27 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 27 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 28 mirrors_js_typed_interop_test: Pass, Slow |
| 29 |
| 28 | 30 |
| 29 [ $compiler == dart2js && $checked ] | 31 [ $compiler == dart2js && $checked ] |
| 30 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 32 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
| 31 | 33 |
| 32 [ $compiler == dart2js && $checked && $browser ] | 34 [ $compiler == dart2js && $checked && $browser ] |
| 33 js_typed_interop_test/method: Fail # Issue 24822 | 35 js_typed_interop_test/method: Fail # Issue 24822 |
| 34 | 36 |
| 35 [ $compiler == dart2js && $csp && $browser ] | 37 [ $compiler == dart2js && $csp && $browser ] |
| 36 custom/js_custom_test: Fail # Issue 14643 | 38 custom/js_custom_test: Fail # Issue 14643 |
| 37 custom/element_upgrade_test: Fail # Issue 17298 | 39 custom/element_upgrade_test: Fail # Issue 17298 |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 426 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 425 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 427 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 426 | 428 |
| 427 [ $compiler == dart2js && $cps_ir && $host_checked ] | 429 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 428 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 430 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 429 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 431 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 430 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 432 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 431 | 433 |
| 432 [ $compiler == dart2js && $cps_ir && $checked ] | 434 [ $compiler == dart2js && $cps_ir && $checked ] |
| 433 *: Skip # `assert` not implemented | 435 *: Skip # `assert` not implemented |
| OLD | NEW |