| 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 |
| 11 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 11 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. | 12 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. |
| 13 | 13 |
| 14 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure | 14 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure |
| 15 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
ay deferred copy. | 15 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
ay deferred copy. |
| 16 js_test/transferrables: RuntimeError # Dartium JSInterop failure | 16 js_test/transferrables: RuntimeError # Dartium JSInterop failure |
| 17 js_test/JsArray: RuntimeError # Dartium JSInterop failure | 17 js_test/JsArray: RuntimeError # Dartium JSInterop failure |
| 18 native_gc_test: Skip # Dartium JSInterop failure | 18 native_gc_test: Skip # Dartium JSInterop failure |
| 19 transferables_test: RuntimeError # Dartium JSInterop failure | 19 transferables_test: RuntimeError # Dartium JSInterop failure |
| 20 | 20 |
| 21 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 21 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| 22 worker_api_test: Fail # Issue 10223 | 22 worker_api_test: Fail # Issue 10223 |
| 23 resource_http_test: Fail # Issue 24203 | 23 resource_http_test: Fail # Issue 24203 |
| 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 canvasrenderingcontext2d_test/fillText: RuntimeError, OK # Dartium 45 roll | |
| 26 html/websocket_test/supported: Skip # Dartium 45 roll timesout | 25 html/websocket_test/supported: Skip # Dartium 45 roll timesout |
| 27 | 26 |
| 28 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 27 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
| 29 datalistelement_test: Skip # Issue 20540 | 28 datalistelement_test: Skip # Issue 20540 |
| 30 | 29 |
| 31 [ $compiler == dart2js ] | 30 [ $compiler == dart2js ] |
| 32 input_element_test/attributes: Fail # Issue 21555 | 31 input_element_test/attributes: Fail # Issue 21555 |
| 33 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 |
| 34 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 33 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 35 | 34 |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 | 429 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 |
| 431 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 | 430 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 |
| 432 custom_elements_test/register: RuntimeError # Need custom element support #25484 | 431 custom_elements_test/register: RuntimeError # Need custom element support #25484 |
| 433 | 432 |
| 434 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th
at we might want to remove (See comment in #24978). | 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_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). | 434 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). |
| 436 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). | 435 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). |
| 437 | 436 |
| 438 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 437 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 439 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 438 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| OLD | NEW |