| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. | 107 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. |
| 108 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. | 108 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. |
| 109 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. | 109 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. |
| 110 | 110 |
| 111 [ $runtime == safarimobilesim ] | 111 [ $runtime == safarimobilesim ] |
| 112 element_offset_test/offset: RuntimeError # Issue 18573 | 112 element_offset_test/offset: RuntimeError # Issue 18573 |
| 113 element_types_test/supported_meter: RuntimeError # Issue 18573 | 113 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 114 | 114 |
| 115 [ $runtime == chrome ] | 115 [ $runtime == chrome ] |
| 116 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es | 116 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es |
| 117 element_types_test/supported_object: RuntimeError # Issue 25155 | |
| 118 element_types_test/supported_embed: RuntimeError # Issue 25155 | |
| 119 svgelement_test/PathElement: RuntimeError # Issue 25665 | 117 svgelement_test/PathElement: RuntimeError # Issue 25665 |
| 120 element_animate_test/timing_dict: RuntimeError # Issue 26730 | 118 element_animate_test/timing_dict: RuntimeError # Issue 26730 |
| 121 | 119 |
| 122 [ $runtime == chrome && $system == macos ] | 120 [ $runtime == chrome && $system == macos ] |
| 123 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. |
| 124 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. |
| 125 transition_event_test/functional: Skip # Times out. Issue 22167 | 123 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 126 request_animation_frame_test: Skip # Times out. Issue 22167 | 124 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 127 custom/*: Pass, Timeout # Issue 26789 | 125 custom/*: Pass, Timeout # Issue 26789 |
| 128 custom_elements_test: Pass, Timeout # Issue 26789 | 126 custom_elements_test: Pass, Timeout # Issue 26789 |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 370 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 373 | 371 |
| 374 [ $compiler == dart2analyzer && $builder_tag == strong ] | 372 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 375 *: Skip # Issue 28649 | 373 *: Skip # Issue 28649 |
| 376 | 374 |
| 377 [ $compiler == dart2js && $fast_startup ] | 375 [ $compiler == dart2js && $fast_startup ] |
| 378 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 376 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 379 custom/js_custom_test: Fail # mirrors not supported | 377 custom/js_custom_test: Fail # mirrors not supported |
| 380 custom/mirrors_test: Fail # mirrors not supported | 378 custom/mirrors_test: Fail # mirrors not supported |
| 381 mirrors_js_typed_interop_test: Fail # mirrors not supported | 379 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |