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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 424 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
425 | 425 |
426 [ $compiler == dart2analyzer && $builder_tag == strong ] | 426 [ $compiler == dart2analyzer && $builder_tag == strong ] |
427 *: Skip # Issue 28649 | 427 *: Skip # Issue 28649 |
428 | 428 |
429 [ $compiler == dart2js && $fast_startup ] | 429 [ $compiler == dart2js && $fast_startup ] |
430 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 430 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
431 custom/js_custom_test: Fail # mirrors not supported | 431 custom/js_custom_test: Fail # mirrors not supported |
432 custom/mirrors_test: Fail # mirrors not supported | 432 custom/mirrors_test: Fail # mirrors not supported |
433 mirrors_js_typed_interop_test: Fail # mirrors not supported | 433 mirrors_js_typed_interop_test: Fail # mirrors not supported |
434 | |
435 [ $compiler == dart2js && $cps_ir && $browser ] | |
436 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th
at we might want to remove (See comment in #24978). | |
437 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). | |
438 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). | |
439 | |
440 # These are raw dart:js tests that fail due to bugs in the CPS IR: | |
441 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | |
442 | |
443 [ $compiler == dart2js && $cps_ir && $host_checked ] | |
444 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | |
445 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | |
446 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | |
447 | |
448 [ $compiler == dart2js && $cps_ir && $checked ] | |
449 *: Skip # `assert` not implemented | |
OLD | NEW |