| 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 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 element_types_test/supported_object: RuntimeError # Issue 25155 | 104 element_types_test/supported_object: RuntimeError # Issue 25155 |
| 105 element_types_test/supported_embed: RuntimeError # Issue 25155 | 105 element_types_test/supported_embed: RuntimeError # Issue 25155 |
| 106 svgelement_test/PathElement: RuntimeError # Issue 25665 | 106 svgelement_test/PathElement: RuntimeError # Issue 25665 |
| 107 element_animate_test/timing_dict: RuntimeError # Issue 26730 | 107 element_animate_test/timing_dict: RuntimeError # Issue 26730 |
| 108 | 108 |
| 109 [ $runtime == chrome && $system == macos ] | 109 [ $runtime == chrome && $system == macos ] |
| 110 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. | 110 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. |
| 111 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. | 111 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. |
| 112 transition_event_test/functional: Skip # Times out. Issue 22167 | 112 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 113 request_animation_frame_test: Skip # Times out. Issue 22167 | 113 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 114 custom/*: Pass, Timeout # Issue 26789 |
| 114 | 115 |
| 115 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid ] | 116 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid ] |
| 116 webgl_1_test: Pass, Fail # Issue 8219 | 117 webgl_1_test: Pass, Fail # Issue 8219 |
| 117 | 118 |
| 118 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] | 119 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] |
| 119 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 120 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 120 | 121 |
| 121 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 122 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 122 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 123 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 123 native_gc_test: Pass, Slow | 124 native_gc_test: Pass, Slow |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 391 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 391 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 392 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 392 | 393 |
| 393 [ $compiler == dart2js && $cps_ir && $host_checked ] | 394 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 394 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 395 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 395 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 396 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 396 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 397 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 397 | 398 |
| 398 [ $compiler == dart2js && $cps_ir && $checked ] | 399 [ $compiler == dart2js && $cps_ir && $checked ] |
| 399 *: Skip # `assert` not implemented | 400 *: Skip # `assert` not implemented |
| OLD | NEW |