| 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 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 8 | 8 |
| 9 js_array_test: Skip # Issue 23676, 23677 | 9 js_array_test: Skip # Issue 23676, 23677 |
| 10 js_typed_interop_test: Skip # Issue 23676, 23677 | 10 js_typed_interop_test: Skip # Issue 23676, 23677 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. | 99 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. |
| 100 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. | 100 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. |
| 101 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. | 101 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. |
| 102 | 102 |
| 103 [ $runtime == safarimobilesim ] | 103 [ $runtime == safarimobilesim ] |
| 104 element_offset_test/offset: RuntimeError # Issue 18573 | 104 element_offset_test/offset: RuntimeError # Issue 18573 |
| 105 element_types_test/supported_meter: RuntimeError # Issue 18573 | 105 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 106 | 106 |
| 107 [ $runtime == chrome ] | 107 [ $runtime == chrome ] |
| 108 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es | 108 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es |
| 109 element_animate_test/omit_timing: RuntimeError # Also timing out on MacOS. Issue
23507 |
| 110 element_animate_test/timing_dict: RuntimeError # Also timing out on MacOS. Issue
23507 |
| 109 | 111 |
| 110 [ $runtime == chrome && $system == macos ] | 112 [ $runtime == chrome && $system == macos ] |
| 111 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 | 113 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 |
| 112 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 | 114 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 |
| 113 transition_event_test/functional: Skip # Times out. Issue 22167 | 115 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 114 request_animation_frame_test: Skip # Times out. Issue 22167 | 116 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 115 | 117 |
| 116 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 118 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 117 webgl_1_test: Pass, Fail # Issue 8219 | 119 webgl_1_test: Pass, Fail # Issue 8219 |
| 118 | 120 |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 localstorage_test: StaticWarning | 411 localstorage_test: StaticWarning |
| 410 mutationobserver_test: StaticWarning | 412 mutationobserver_test: StaticWarning |
| 411 queryall_test: fail | 413 queryall_test: fail |
| 412 track_element_constructor_test: StaticWarning | 414 track_element_constructor_test: StaticWarning |
| 413 transferables_test: StaticWarning | 415 transferables_test: StaticWarning |
| 414 typed_arrays_range_checks_test: StaticWarning | 416 typed_arrays_range_checks_test: StaticWarning |
| 415 typing_test: StaticWarning | 417 typing_test: StaticWarning |
| 416 webgl_1_test: StaticWarning | 418 webgl_1_test: StaticWarning |
| 417 window_nosuchmethod_test: StaticWarning | 419 window_nosuchmethod_test: StaticWarning |
| 418 | 420 |
| OLD | NEW |