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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 element_animate_test/timing_dict: RuntimeError # Also timing out on MacOS. Issue
23507 | 118 element_animate_test/timing_dict: RuntimeError # Also timing out on MacOS. Issue
23507 |
119 | 119 |
120 [ $runtime == chrome && $system == macos ] | 120 [ $runtime == chrome && $system == macos ] |
121 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. | 121 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. |
122 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. | 122 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. |
123 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 | 123 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 |
124 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 | 124 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 |
125 transition_event_test/functional: Skip # Times out. Issue 22167 | 125 transition_event_test/functional: Skip # Times out. Issue 22167 |
126 request_animation_frame_test: Skip # Times out. Issue 22167 | 126 request_animation_frame_test: Skip # Times out. Issue 22167 |
127 | 127 |
128 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 128 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid ] |
129 webgl_1_test: Pass, Fail # Issue 8219 | 129 webgl_1_test: Pass, Fail # Issue 8219 |
130 element_animate_test/omit_timing: RuntimeError # Dartium 45 roll. Issue 25786 | 130 element_animate_test/omit_timing: RuntimeError # Dartium 45 roll. Issue 25786 |
131 element_animate_test/simple_timing: RuntimeError # Dartium 45 roll. Issue 25786 | 131 element_animate_test/simple_timing: RuntimeError # Dartium 45 roll. Issue 25786 |
132 element_animate_test/timing_dict: RuntimeError # Dartium 45 roll. Issue 25786 | 132 element_animate_test/timing_dict: RuntimeError # Dartium 45 roll. Issue 25786 |
133 | 133 |
134 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] | 134 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] |
135 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 135 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
136 | 136 |
137 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 137 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
138 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 138 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 | 443 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548
4 |
444 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 | 444 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548
4 |
445 custom_elements_test/register: RuntimeError # Need custom element support #25484 | 445 custom_elements_test/register: RuntimeError # Need custom element support #25484 |
446 | 446 |
447 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th
at we might want to remove (See comment in #24978). | 447 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th
at we might want to remove (See comment in #24978). |
448 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). | 448 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use
d tear-off (#24978, #25720). |
449 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). | 449 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
a used tear-off (#24978, #25720). |
450 | 450 |
451 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 451 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
452 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 452 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
OLD | NEW |