| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. | 98 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. |
| 99 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. | 99 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. |
| 100 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. | 100 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. |
| 101 | 101 |
| 102 [ $runtime == safarimobilesim ] | 102 [ $runtime == safarimobilesim ] |
| 103 element_offset_test/offset: RuntimeError # Issue 18573 | 103 element_offset_test/offset: RuntimeError # Issue 18573 |
| 104 element_types_test/supported_meter: RuntimeError # Issue 18573 | 104 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 105 | 105 |
| 106 [ $runtime == chrome ] | 106 [ $runtime == chrome ] |
| 107 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es | 107 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es |
| 108 element_animate_test/simple_timing: RuntimeError # Please triage this failure | |
| 109 element_types_test/supported_object: RuntimeError # Issue 25155 | 108 element_types_test/supported_object: RuntimeError # Issue 25155 |
| 110 element_types_test/supported_embed: RuntimeError # Issue 25155 | 109 element_types_test/supported_embed: RuntimeError # Issue 25155 |
| 111 svgelement_test/PathElement: RuntimeError # Issue 25665 | 110 svgelement_test/PathElement: RuntimeError # Issue 25665 |
| 112 | 111 |
| 113 [ $runtime == chrome && $cps_ir == false ] | |
| 114 element_animate_test/omit_timing: RuntimeError # Also timing out on MacOS. Issue
23507 | |
| 115 element_animate_test/timing_dict: RuntimeError # Also timing out on MacOS. Issue
23507 | |
| 116 | |
| 117 [ $runtime == chrome && $system == macos ] | 112 [ $runtime == chrome && $system == macos ] |
| 118 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. | 113 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. |
| 119 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. | 114 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. |
| 120 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 | |
| 121 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 | |
| 122 transition_event_test/functional: Skip # Times out. Issue 22167 | 115 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 123 request_animation_frame_test: Skip # Times out. Issue 22167 | 116 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 124 | 117 |
| 125 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid ] | 118 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid ] |
| 126 webgl_1_test: Pass, Fail # Issue 8219 | 119 webgl_1_test: Pass, Fail # Issue 8219 |
| 127 | 120 |
| 128 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] | 121 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] |
| 129 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 122 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 130 | 123 |
| 131 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 124 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 | 430 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 |
| 438 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 | 431 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 |
| 439 custom_elements_test/register: RuntimeError # Need custom element support #25484 | 432 custom_elements_test/register: RuntimeError # Need custom element support #25484 |
| 440 | 433 |
| 441 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th
at we might want to remove (See comment in #24978). | 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). |
| 442 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). | 435 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). |
| 443 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). | 436 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). |
| 444 | 437 |
| 445 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 438 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 446 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 439 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| OLD | NEW |