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 | |
11 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
12 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. |
13 | 12 |
14 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure | 13 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure |
15 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
ay deferred copy. | |
16 js_test/transferrables: RuntimeError # Dartium JSInterop failure | |
17 js_test/JsArray: RuntimeError # Dartium JSInterop failure | |
18 native_gc_test: Skip # Dartium JSInterop failure | 14 native_gc_test: Skip # Dartium JSInterop failure |
19 transferables_test: RuntimeError # Dartium JSInterop failure | |
20 | 15 |
21 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 16 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
22 worker_api_test: Fail # Issue 10223 | 17 worker_api_test: Fail # Issue 10223 |
23 resource_http_test: Fail # Issue 24203 | 18 resource_http_test: Fail # Issue 24203 |
24 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 19 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. |
25 websocket_test/supported: Skip # Dartium 45 roll timesout | 20 websocket_test/supported: Skip # Dartium 45 roll timesout |
26 | 21 |
27 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 22 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
28 datalistelement_test: Skip # Issue 20540 | 23 datalistelement_test: Skip # Issue 20540 |
29 | 24 |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 421 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
427 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 422 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
428 | 423 |
429 [ $compiler == dart2js && $cps_ir && $host_checked ] | 424 [ $compiler == dart2js && $cps_ir && $host_checked ] |
430 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 425 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
431 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 426 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
432 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 427 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
433 | 428 |
434 [ $compiler == dart2js && $cps_ir && $checked ] | 429 [ $compiler == dart2js && $cps_ir && $checked ] |
435 *: Skip # `assert` not implemented | 430 *: Skip # `assert` not implemented |
OLD | NEW |