| 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 13 matching lines...) Expand all Loading... |
| 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 | 28 mirrors_js_typed_interop_test: Pass, Slow |
| 29 | 29 |
| 30 | 30 |
| 31 [ $compiler == dart2js && $checked ] | 31 [ $compiler == dart2js && $checked ] |
| 32 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 |
| 33 | 33 |
| 34 [ $compiler == dart2js && $checked && $browser ] | 34 [ $compiler == dart2js && $checked && $browser && $runtime != drt] |
| 35 js_typed_interop_test/method: Fail # Issue 24822 | 35 js_typed_interop_test/method: Fail # Issue 24822 |
| 36 | 36 |
| 37 [ $compiler == dart2js && $csp && $browser ] | 37 [ $compiler == dart2js && $csp && $browser ] |
| 38 custom/js_custom_test: Fail # Issue 14643 | 38 custom/js_custom_test: Fail # Issue 14643 |
| 39 custom/element_upgrade_test: Fail # Issue 17298 | 39 custom/element_upgrade_test: Fail # Issue 17298 |
| 40 | 40 |
| 41 [ $compiler == dart2js && $browser ] | 41 [ $compiler == dart2js && $browser ] |
| 42 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 |
| 43 fontface_loaded_test: Fail # Support for promises. | 43 fontface_loaded_test: Fail # Support for promises. |
| 44 js_test/JsArray: RuntimeError # Issue 26197 | 44 js_test/JsArray: RuntimeError # Issue 26197 |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 391 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 392 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 392 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 393 | 393 |
| 394 [ $compiler == dart2js && $cps_ir && $host_checked ] | 394 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 395 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 395 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 396 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 396 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 397 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 397 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 398 | 398 |
| 399 [ $compiler == dart2js && $cps_ir && $checked ] | 399 [ $compiler == dart2js && $cps_ir && $checked ] |
| 400 *: Skip # `assert` not implemented | 400 *: Skip # `assert` not implemented |
| OLD | NEW |