| 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 webgl_1_test: StaticWarning | 412 webgl_1_test: StaticWarning |
| 413 window_nosuchmethod_test: StaticWarning | 413 window_nosuchmethod_test: StaticWarning |
| 414 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 414 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 415 | 415 |
| 416 [ $compiler == dart2js && $fast_startup ] | 416 [ $compiler == dart2js && $fast_startup ] |
| 417 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 417 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 418 custom/js_custom_test: Fail # mirrors not supported | 418 custom/js_custom_test: Fail # mirrors not supported |
| 419 custom/mirrors_test: Fail # mirrors not supported | 419 custom/mirrors_test: Fail # mirrors not supported |
| 420 mirrors_js_typed_interop_test: Fail # mirrors not supported | 420 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| 421 | 421 |
| 422 [ $compiler == dart2js && $fast_startup && $browser ] | |
| 423 custom/attribute_changed_callback_test/fully_supported: Fail # custom elements n
ot supported | |
| 424 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # custom el
ements not supported | |
| 425 custom/document_register_type_extensions_test/construction: Fail # custom elemen
ts not supported | |
| 426 custom/document_register_type_extensions_test/functional: Fail # custom elements
not supported | |
| 427 custom/document_register_type_extensions_test/namespaces: Fail # custom elements
not supported | |
| 428 custom/document_register_type_extensions_test/parsing: Fail # custom elements no
t supported | |
| 429 custom/document_register_type_extensions_test/registration: Fail # custom elemen
ts not supported | |
| 430 custom/entered_left_view_test: Fail # custom elements not supported | |
| 431 custom/element_upgrade_test: Fail # custom elements not supported | |
| 432 custom/document_register_basic_test: Fail # custom elements not supported | |
| 433 custom/document_register_type_extensions: Fail # custom elements not supported | |
| 434 custom_elements_23127_test/baseline: Fail # custom elements not supported | |
| 435 custom_elements_23127_test/c1t: Fail # custom elements not supported | |
| 436 custom_elements_23127_test/c2: Fail # custom elements not supported | |
| 437 | |
| 438 [ $compiler == dart2js && $cps_ir && $browser ] | 422 [ $compiler == dart2js && $cps_ir && $browser ] |
| 439 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). |
| 440 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). |
| 441 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). |
| 442 | 426 |
| 443 # 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: |
| 444 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 428 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 445 | 429 |
| 446 [ $compiler == dart2js && $cps_ir && $host_checked ] | 430 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 447 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 431 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 448 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 432 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 449 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 433 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 450 | 434 |
| 451 [ $compiler == dart2js && $cps_ir && $checked ] | 435 [ $compiler == dart2js && $cps_ir && $checked ] |
| 452 *: Skip # `assert` not implemented | 436 *: Skip # `assert` not implemented |
| OLD | NEW |