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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 queryall_test: fail | 405 queryall_test: fail |
406 track_element_constructor_test: StaticWarning | 406 track_element_constructor_test: StaticWarning |
407 transferables_test: StaticWarning | 407 transferables_test: StaticWarning |
408 typed_arrays_range_checks_test: StaticWarning | 408 typed_arrays_range_checks_test: StaticWarning |
409 typing_test: StaticWarning | 409 typing_test: StaticWarning |
410 webgl_1_test: StaticWarning | 410 webgl_1_test: StaticWarning |
411 window_nosuchmethod_test: StaticWarning | 411 window_nosuchmethod_test: StaticWarning |
412 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 412 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
413 | 413 |
414 [ $compiler == dart2js && $fast_startup ] | 414 [ $compiler == dart2js && $fast_startup ] |
| 415 custom/attribute_changed_callback_test/fully_supported: Fail # custom elements n
ot supported |
| 416 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # custom el
ements not supported |
415 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/document_register_type_extensions_test/construction: Fail # custom elemen
ts not supported |
| 419 custom/document_register_type_extensions_test/functional: Fail # custom elements
not supported |
| 420 custom/document_register_type_extensions_test/namespaces: Fail # custom elements
not supported |
| 421 custom/document_register_type_extensions_test/parsing: Fail # custom elements no
t supported |
| 422 custom/document_register_type_extensions_test/registration: Fail # custom elemen
ts not supported |
416 custom/js_custom_test: Fail # mirrors not supported | 423 custom/js_custom_test: Fail # mirrors not supported |
417 custom/mirrors_test: Fail # mirrors not supported | 424 custom/mirrors_test: Fail # mirrors not supported |
| 425 js_typed_interop_callable_object_test: Fail # js-interop function's not supporte
d |
| 426 js_typed_interop_test/closure: Fail # js-interop function's not supported |
| 427 js_typed_interop_test/method: Fail # js-interop function's not supported |
| 428 js_typed_interop_window_property_test/bind*: Fail # js-interop function's not su
pported |
418 mirrors_js_typed_interop_test: Fail # mirrors not supported | 429 mirrors_js_typed_interop_test: Fail # mirrors not supported |
419 js_typed_interop_window_property_test/bind*: Fail # js-interop function's not su
pported | |
420 js_typed_interop_test/method: Fail # js-interop function's not supported | |
421 js_typed_interop_test/closure: Fail # js-interop function's not supported | |
422 js_typed_interop_callable_object_test: Fail # js-interop function's not supporte
d | |
423 | 430 |
424 [ $compiler == dart2js && $cps_ir && $browser ] | 431 [ $compiler == dart2js && $cps_ir && $browser ] |
425 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th
at we might want to remove (See comment in #24978). | 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). |
426 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). | 433 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). |
427 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). | 434 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). |
428 | 435 |
429 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 436 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
430 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 437 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
431 | 438 |
432 [ $compiler == dart2js && $cps_ir && $host_checked ] | 439 [ $compiler == dart2js && $cps_ir && $host_checked ] |
433 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 440 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
434 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 441 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
435 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 442 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
436 | 443 |
437 [ $compiler == dart2js && $cps_ir && $checked ] | 444 [ $compiler == dart2js && $cps_ir && $checked ] |
438 *: Skip # `assert` not implemented | 445 *: Skip # `assert` not implemented |
OLD | NEW |