| 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 js_array_test: Skip # Dartium JSInterop failure | 10 js_array_test: Skip # Dartium JSInterop failure |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 websocket_test/supported: Skip # Dartium 45 roll timesout | 25 websocket_test/supported: Skip # Dartium 45 roll timesout |
| 26 | 26 |
| 27 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 27 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
| 28 datalistelement_test: Skip # Issue 20540 | 28 datalistelement_test: Skip # Issue 20540 |
| 29 | 29 |
| 30 [ $compiler == dart2js ] | 30 [ $compiler == dart2js ] |
| 31 input_element_test/attributes: Fail # Issue 21555 | 31 input_element_test/attributes: Fail # Issue 21555 |
| 32 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 32 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
| 33 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 33 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 34 | 34 |
| 35 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
dartium || $runtime == safari) ] | |
| 36 websql_test/functional: RuntimeError, Slow # Issue 25927 | |
| 37 | |
| 38 [ $compiler == dart2js && $checked ] | 35 [ $compiler == dart2js && $checked ] |
| 39 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 36 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
| 40 | 37 |
| 41 [ $compiler == dart2js && $checked && $browser ] | 38 [ $compiler == dart2js && $checked && $browser ] |
| 42 js_typed_interop_test/method: Fail # Issue 24822 | 39 js_typed_interop_test/method: Fail # Issue 24822 |
| 43 | 40 |
| 44 [ $compiler == dart2js && $csp && $browser ] | 41 [ $compiler == dart2js && $csp && $browser ] |
| 45 custom/js_custom_test: Fail # Issue 14643 | 42 custom/js_custom_test: Fail # Issue 14643 |
| 46 custom/element_upgrade_test: Fail # Issue 17298 | 43 custom/element_upgrade_test: Fail # Issue 17298 |
| 47 | 44 |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 # 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: |
| 442 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 439 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 443 | 440 |
| 444 [ $compiler == dart2js && $cps_ir && $host_checked ] | 441 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 445 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 442 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 446 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 443 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 447 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 444 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 448 | 445 |
| 449 [ $compiler == dart2js && $cps_ir && $checked ] | 446 [ $compiler == dart2js && $cps_ir && $checked ] |
| 450 *: Skip # `assert` not implemented | 447 *: Skip # `assert` not implemented |
| OLD | NEW |