| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es | 109 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es |
| 110 element_animate_test/omit_timing: RuntimeError # Also timing out on MacOS. Issue
23507 | 110 element_animate_test/omit_timing: RuntimeError # Also timing out on MacOS. Issue
23507 |
| 111 element_animate_test/timing_dict: RuntimeError # Also timing out on MacOS. Issue
23507 | 111 element_animate_test/timing_dict: RuntimeError # Also timing out on MacOS. Issue
23507 |
| 112 | 112 |
| 113 [ $runtime == chrome && $system == macos ] | 113 [ $runtime == chrome && $system == macos ] |
| 114 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 | 114 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 |
| 115 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 | 115 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 |
| 116 transition_event_test/functional: Skip # Times out. Issue 22167 | 116 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 117 request_animation_frame_test: Skip # Times out. Issue 22167 | 117 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 118 | 118 |
| 119 [ $runtime == chrome && $system == windows ] |
| 120 # These are failures in Chrome 45, which is not yet on Mac or Linux. |
| 121 # This will be merged with the earlier blocks when Mac and Linux are updated. |
| 122 element_animate_test/simple_timing: RuntimeError # Please triage this failure |
| 123 |
| 119 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 124 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 120 webgl_1_test: Pass, Fail # Issue 8219 | 125 webgl_1_test: Pass, Fail # Issue 8219 |
| 121 | 126 |
| 122 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 127 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 123 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 128 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 124 | 129 |
| 125 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 130 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 126 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 131 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 127 native_gc_test: Pass, Slow | 132 native_gc_test: Pass, Slow |
| 128 | 133 |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 htmlelement_test: StaticWarning | 419 htmlelement_test: StaticWarning |
| 415 localstorage_test: StaticWarning | 420 localstorage_test: StaticWarning |
| 416 mutationobserver_test: StaticWarning | 421 mutationobserver_test: StaticWarning |
| 417 queryall_test: fail | 422 queryall_test: fail |
| 418 track_element_constructor_test: StaticWarning | 423 track_element_constructor_test: StaticWarning |
| 419 transferables_test: StaticWarning | 424 transferables_test: StaticWarning |
| 420 typed_arrays_range_checks_test: StaticWarning | 425 typed_arrays_range_checks_test: StaticWarning |
| 421 typing_test: StaticWarning | 426 typing_test: StaticWarning |
| 422 webgl_1_test: StaticWarning | 427 webgl_1_test: StaticWarning |
| 423 window_nosuchmethod_test: StaticWarning | 428 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |