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 | 12 |
13 native_gc_test: Skip # Dartium JSInterop failure | 13 native_gc_test: Skip # Dartium JSInterop failure |
14 | 14 |
15 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 15 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
16 worker_api_test: Fail # Issue 10223 | 16 worker_api_test: Fail # Issue 10223 |
17 resource_http_test: Fail # Issue 24203 | 17 resource_http_test: Fail # Issue 24203 |
18 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 18 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. |
19 websocket_test/supported: Skip # Dartium 45 roll timesout | 19 websocket_test/supported: Skip # Dartium 45 roll timesout |
20 | 20 |
21 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 21 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
22 datalistelement_test: Skip # Issue 20540 | 22 datalistelement_test: Skip # Issue 20540 |
23 | 23 |
24 [ $compiler == dart2js ] | 24 [ $compiler == dart2js ] |
25 input_element_test/attributes: Fail # Issue 21555 | 25 input_element_test/attributes: Fail # Issue 21555 |
26 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 26 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
27 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 27 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
28 mirrors_js_typed_interop_test: Pass, Slow | 28 mirrors_js_typed_interop_test: Pass, Slow |
29 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 | |
30 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 | |
31 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 | |
32 | 29 |
33 | 30 |
34 [ $compiler == dart2js && $checked ] | 31 [ $compiler == dart2js && $checked ] |
35 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 32 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
36 | 33 |
37 [ $compiler == dart2js && $checked && $browser && $runtime != drt] | 34 [ $compiler == dart2js && $checked && $browser && $runtime != drt] |
38 js_typed_interop_test/method: Fail # Issue 24822 | 35 js_typed_interop_test/method: Fail # Issue 24822 |
39 | 36 |
40 [ $compiler == dart2js && $csp && $browser ] | 37 [ $compiler == dart2js && $csp && $browser ] |
41 custom/js_custom_test: Fail # Issue 14643 | 38 custom/js_custom_test: Fail # Issue 14643 |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 396 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
400 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 397 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
401 | 398 |
402 [ $compiler == dart2js && $cps_ir && $host_checked ] | 399 [ $compiler == dart2js && $cps_ir && $host_checked ] |
403 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 400 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
404 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 401 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
405 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 402 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
406 | 403 |
407 [ $compiler == dart2js && $cps_ir && $checked ] | 404 [ $compiler == dart2js && $cps_ir && $checked ] |
408 *: Skip # `assert` not implemented | 405 *: Skip # `assert` not implemented |
OLD | NEW |