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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. | 96 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. |
97 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. | 97 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. |
98 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. | 98 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. |
99 | 99 |
100 [ $runtime == safarimobilesim ] | 100 [ $runtime == safarimobilesim ] |
101 element_offset_test/offset: RuntimeError # Issue 18573 | 101 element_offset_test/offset: RuntimeError # Issue 18573 |
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 | |
107 xhr_test: Pass, Fail # Issue 11884 | |
108 element_animate_test/omit_timing: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) | 106 element_animate_test/omit_timing: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) |
109 element_animate_test/timing_dict: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) | 107 element_animate_test/timing_dict: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) |
110 | 108 |
111 [ $runtime == chrome && ($system == windows || $system == macos) ] | 109 [ $runtime == chrome && ($system == windows || $system == macos) ] |
112 # New failure on Chrome 42. Linux bots are not yet updated. | 110 # New failure on Chrome 42. Linux bots are not yet updated. |
113 element_animate_test/simple_timing: RuntimeError # Please triage this failure | 111 element_animate_test/simple_timing: RuntimeError # Please triage this failure |
114 | 112 |
115 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 113 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
116 webgl_1_test: Pass, Fail # Issue 8219 | 114 webgl_1_test: Pass, Fail # Issue 8219 |
117 | 115 |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 wheelevent_test: Crash # cannot compile methods that need interceptor calling co
nvention. | 552 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. | 553 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. | 554 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. | 555 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. | 556 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. | 557 worker_api_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
560 worker_test: Crash # try/finally | 558 worker_test: Crash # try/finally |
561 xhr_cross_origin_test: Crash # try/finally | 559 xhr_cross_origin_test: Crash # try/finally |
562 xhr_test: Crash # try/finally | 560 xhr_test: Crash # try/finally |
563 xsltprocessor_test: Crash # try/finally | 561 xsltprocessor_test: Crash # try/finally |
OLD | NEW |