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) |
11 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. | 11 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. |
12 js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior. | 12 js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior. |
13 js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior. | 13 js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior. |
14 js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior. | 14 js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior. |
15 | 15 |
16 native_gc_test: Skip # Dartium JSInterop failure | 16 native_gc_test: Skip # Dartium JSInterop failure |
| 17 js_interop_constructor_name_test/HTMLDivElement-methods: Fail # Investigate. |
| 18 js_interop_constructor_name_test/HTMLDivElement-types: Fail # ditto |
17 | 19 |
18 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 20 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
19 worker_api_test: Fail # Issue 10223 | 21 worker_api_test: Fail # Issue 10223 |
20 resource_http_test: Fail # Issue 24203 | 22 resource_http_test: Fail # Issue 24203 |
21 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 23 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. |
22 websocket_test/supported: Skip # Dartium 45 roll timesout | 24 websocket_test/supported: Skip # Dartium 45 roll timesout |
23 | 25 |
24 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 26 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
25 datalistelement_test: Skip # Issue 20540 | 27 datalistelement_test: Skip # Issue 20540 |
26 | 28 |
27 [ $compiler == dart2js ] | 29 [ $compiler == dart2js ] |
28 input_element_test/attributes: Fail # Issue 21555 | 30 input_element_test/attributes: Fail # Issue 21555 |
29 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 31 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
30 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 32 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
31 mirrors_js_typed_interop_test: Pass, Slow | 33 mirrors_js_typed_interop_test: Pass, Slow |
32 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 | 34 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 |
33 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 | 35 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 |
34 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 | 36 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 |
35 | 37 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2
6838 |
| 38 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2
6838 |
36 | 39 |
37 [ $compiler == dart2js && $checked ] | 40 [ $compiler == dart2js && $checked ] |
38 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 41 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
39 | 42 |
40 [ $compiler == dart2js && $csp && $browser ] | 43 [ $compiler == dart2js && $csp && $browser ] |
41 custom/js_custom_test: Fail # Issue 14643 | 44 custom/js_custom_test: Fail # Issue 14643 |
42 custom/element_upgrade_test: Fail # Issue 17298 | 45 custom/element_upgrade_test: Fail # Issue 17298 |
43 | 46 |
44 [ $compiler == dart2js && $browser ] | 47 [ $compiler == dart2js && $browser ] |
45 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 48 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 435 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
433 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 436 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
434 | 437 |
435 [ $compiler == dart2js && $cps_ir && $host_checked ] | 438 [ $compiler == dart2js && $cps_ir && $host_checked ] |
436 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 439 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
437 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 440 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
438 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 441 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
439 | 442 |
440 [ $compiler == dart2js && $cps_ir && $checked ] | 443 [ $compiler == dart2js && $cps_ir && $checked ] |
441 *: Skip # `assert` not implemented | 444 *: Skip # `assert` not implemented |
OLD | NEW |