| 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 19 matching lines...) Expand all Loading... |
| 30 worker_api_test: Fail # Issue 10223 | 30 worker_api_test: Fail # Issue 10223 |
| 31 resource_http_test: Fail # Issue 24203 | 31 resource_http_test: Fail # Issue 24203 |
| 32 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 32 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. |
| 33 | 33 |
| 34 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 34 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
| 35 datalistelement_test: Skip # Issue 20540 | 35 datalistelement_test: Skip # Issue 20540 |
| 36 | 36 |
| 37 [ $compiler == dart2js ] | 37 [ $compiler == dart2js ] |
| 38 input_element_test/attributes: Fail # Issue 21555 | 38 input_element_test/attributes: Fail # Issue 21555 |
| 39 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 39 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
| 40 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 40 | 41 |
| 41 [ $compiler == dart2js && $checked ] | 42 [ $compiler == dart2js && $checked ] |
| 42 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 43 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
| 43 | 44 |
| 44 [ $compiler == dart2js && $checked && $browser ] | 45 [ $compiler == dart2js && $checked && $browser ] |
| 45 js_typed_interop_test/method: Fail # Issue 24822 | 46 js_typed_interop_test/method: Fail # Issue 24822 |
| 46 | 47 |
| 47 [ $compiler == dart2js && $csp && $browser ] | 48 [ $compiler == dart2js && $csp && $browser ] |
| 48 custom/js_custom_test: Fail # Issue 14643 | 49 custom/js_custom_test: Fail # Issue 14643 |
| 49 custom/element_upgrade_test: Fail # Issue 17298 | 50 custom/element_upgrade_test: Fail # Issue 17298 |
| 50 | 51 |
| 51 [ $compiler == dart2js && $browser ] | 52 [ $compiler == dart2js && $browser ] |
| 52 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 53 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
| 53 fontface_loaded_test: Fail # Support for promises. | 54 fontface_loaded_test: Fail # Support for promises. |
| 54 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | |
| 55 | 55 |
| 56 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 56 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| 57 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this | 57 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this |
| 58 fontface_test: Fail # Fontface not supported on these. | 58 fontface_test: Fail # Fontface not supported on these. |
| 59 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support | 59 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support |
| 60 element_animate_test: Fail # Element.animate not supported on these browsers. | 60 element_animate_test: Fail # Element.animate not supported on these browsers. |
| 61 | 61 |
| 62 [ $compiler == none && $runtime == dartium && $system == macos] | 62 [ $compiler == none && $runtime == dartium && $system == macos] |
| 63 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 63 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 64 | 64 |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 | 441 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 |
| 442 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 | 442 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 |
| 443 custom_elements_test/register: RuntimeError # Need custom element support #25484 | 443 custom_elements_test/register: RuntimeError # Need custom element support #25484 |
| 444 | 444 |
| 445 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th
at we might want to remove (See comment in #24978). | 445 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th
at we might want to remove (See comment in #24978). |
| 446 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). | 446 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). |
| 447 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). | 447 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). |
| 448 | 448 |
| 449 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 449 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 450 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 450 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| OLD | NEW |