| 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) |
| (...skipping 16 matching lines...) Expand all Loading... |
| 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 | 28 mirrors_js_typed_interop_test: Pass, Slow |
| 29 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 | 29 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 |
| 30 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 | 30 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 |
| 31 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 | 31 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 |
| 32 | 32 |
| 33 | 33 |
| 34 [ $compiler == dart2js && $checked ] | 34 [ $compiler == dart2js && $checked ] |
| 35 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 35 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
| 36 | 36 |
| 37 [ $compiler == dart2js && $checked && $browser && $runtime != drt] | |
| 38 js_typed_interop_test/method: Fail # Issue 24822 | |
| 39 | |
| 40 [ $compiler == dart2js && $csp && $browser ] | 37 [ $compiler == dart2js && $csp && $browser ] |
| 41 custom/js_custom_test: Fail # Issue 14643 | 38 custom/js_custom_test: Fail # Issue 14643 |
| 42 custom/element_upgrade_test: Fail # Issue 17298 | 39 custom/element_upgrade_test: Fail # Issue 17298 |
| 43 | 40 |
| 44 [ $compiler == dart2js && $browser ] | 41 [ $compiler == dart2js && $browser ] |
| 45 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 42 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
| 46 fontface_loaded_test: Fail # Support for promises. | 43 fontface_loaded_test: Fail # Support for promises. |
| 47 js_test/JsArray: RuntimeError # Issue 26197 | 44 js_test/JsArray: RuntimeError # Issue 26197 |
| 48 | 45 |
| 49 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 46 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 443 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 447 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 444 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 448 | 445 |
| 449 [ $compiler == dart2js && $cps_ir && $host_checked ] | 446 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 450 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 447 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 451 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 448 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 452 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 449 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 453 | 450 |
| 454 [ $compiler == dart2js && $cps_ir && $checked ] | 451 [ $compiler == dart2js && $cps_ir && $checked ] |
| 455 *: Skip # `assert` not implemented | 452 *: Skip # `assert` not implemented |
| OLD | NEW |