| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 element_types_test/supported_meter: RuntimeError # Issue 18573 | 102 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 103 | 103 |
| 104 [ $runtime == chrome ] | 104 [ $runtime == chrome ] |
| 105 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es | 105 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es |
| 106 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 106 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 107 xhr_test: Pass, Fail # Issue 11884 | 107 xhr_test: Pass, Fail # Issue 11884 |
| 108 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 | 108 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 |
| 109 element_animate_test/omit_timing: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) | 109 element_animate_test/omit_timing: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) |
| 110 element_animate_test/timing_dict: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) | 110 element_animate_test/timing_dict: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) |
| 111 | 111 |
| 112 [ $runtime == chrome && ($system == windows || $system == macos) ] |
| 113 # New failure on Chrome 42. Linux bots are not yet updated. |
| 114 element_animate_test/simple_timing: RuntimeError # Please triage this failure |
| 115 |
| 112 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 116 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 113 webgl_1_test: Pass, Fail # Issue 8219 | 117 webgl_1_test: Pass, Fail # Issue 8219 |
| 114 | 118 |
| 115 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 119 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 116 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 120 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 117 | 121 |
| 118 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 122 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 119 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 123 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 120 native_gc_test: Pass, Slow | 124 native_gc_test: Pass, Slow |
| 121 | 125 |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 wheelevent_test: Crash # cannot compile methods that need interceptor calling co
nvention. | 558 wheelevent_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
| 555 window_eq_test: Crash # cannot compile methods that need interceptor calling con
vention. | 559 window_eq_test: Crash # cannot compile methods that need interceptor calling con
vention. |
| 556 window_mangling_test: Crash # cannot compile methods that need interceptor calli
ng convention. | 560 window_mangling_test: Crash # cannot compile methods that need interceptor calli
ng convention. |
| 557 window_nosuchmethod_test: Crash # cannot compile methods that need interceptor c
alling convention. | 561 window_nosuchmethod_test: Crash # cannot compile methods that need interceptor c
alling convention. |
| 558 window_test: Crash # cannot compile methods that need interceptor calling conven
tion. | 562 window_test: Crash # cannot compile methods that need interceptor calling conven
tion. |
| 559 worker_api_test: Crash # cannot compile methods that need interceptor calling co
nvention. | 563 worker_api_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
| 560 worker_test: Crash # try/finally | 564 worker_test: Crash # try/finally |
| 561 xhr_cross_origin_test: Crash # try/finally | 565 xhr_cross_origin_test: Crash # try/finally |
| 562 xhr_test: Crash # try/finally | 566 xhr_test: Crash # try/finally |
| 563 xsltprocessor_test: Crash # try/finally | 567 xsltprocessor_test: Crash # try/finally |
| OLD | NEW |