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