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 13 matching lines...) Expand all Loading... |
24 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 24 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. |
25 html/websocket_test/supported: Skip # Dartium 45 roll timesout | 25 html/websocket_test/supported: Skip # Dartium 45 roll timesout |
26 | 26 |
27 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 27 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
28 datalistelement_test: Skip # Issue 20540 | 28 datalistelement_test: Skip # Issue 20540 |
29 | 29 |
30 [ $compiler == dart2js ] | 30 [ $compiler == dart2js ] |
31 input_element_test/attributes: Fail # Issue 21555 | 31 input_element_test/attributes: Fail # Issue 21555 |
32 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 32 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
33 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 33 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 34 websql_test/functional: RuntimeError # Issue 25927 |
| 35 js_typed_interop_side_cast_exp_test: RuntimeError # Issue 25929 |
34 | 36 |
35 [ $compiler == dart2js && $checked ] | 37 [ $compiler == dart2js && $checked ] |
36 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 38 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
37 | 39 |
38 [ $compiler == dart2js && $checked && $browser ] | 40 [ $compiler == dart2js && $checked && $browser ] |
39 js_typed_interop_test/method: Fail # Issue 24822 | 41 js_typed_interop_test/method: Fail # Issue 24822 |
40 | 42 |
41 [ $compiler == dart2js && $csp && $browser ] | 43 [ $compiler == dart2js && $csp && $browser ] |
42 custom/js_custom_test: Fail # Issue 14643 | 44 custom/js_custom_test: Fail # Issue 14643 |
43 custom/element_upgrade_test: Fail # Issue 17298 | 45 custom/element_upgrade_test: Fail # Issue 17298 |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 | 431 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 |
430 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 | 432 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 |
431 custom_elements_test/register: RuntimeError # Need custom element support #25484 | 433 custom_elements_test/register: RuntimeError # Need custom element support #25484 |
432 | 434 |
433 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). |
434 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). |
435 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). |
436 | 438 |
437 # 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: |
438 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 440 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
OLD | NEW |