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