OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $unchecked ] | 5 [ $unchecked ] |
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
7 | 7 |
8 [ $csp ] | 8 [ $csp ] |
9 # Deferred loading does not work from an isolate in CSP-mode | 9 # Deferred loading does not work from an isolate in CSP-mode |
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 | 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. | 131 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. |
132 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. | 132 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. |
133 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. | 133 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. |
134 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. | 134 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. |
135 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. | 135 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. |
136 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; Issue 7728. | 136 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; Issue 7728. |
137 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. | 137 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. |
138 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. | 138 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. |
139 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. | 139 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. |
140 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. | 140 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. |
141 async/timer_isolate_test: Fail, OK # Needs Timer to run. | |
142 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. | 141 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. |
143 async/timer_test: RuntimeError,OK # Needs Timer to run. | 142 async/timer_test: RuntimeError,OK # Needs Timer to run. |
144 async/stream_controller_async_test: RuntimeError # Timer interface not supported
; Issue 7728. | 143 async/stream_controller_async_test: RuntimeError # Timer interface not supported
; Issue 7728. |
145 async/stream_periodic_test: RuntimeError # Timer interface not supported; Issue
7728. | 144 async/stream_periodic_test: RuntimeError # Timer interface not supported; Issue
7728. |
146 async/stream_periodic2_test: RuntimeError # Timer interface not supported; Issue
7728. | 145 async/stream_periodic2_test: RuntimeError # Timer interface not supported; Issue
7728. |
147 async/stream_periodic3_test: RuntimeError # Timer interface not supported; Issue
7728. | 146 async/stream_periodic3_test: RuntimeError # Timer interface not supported; Issue
7728. |
148 async/stream_periodic4_test: RuntimeError # Timer interface not supported; Issue
7728. | 147 async/stream_periodic4_test: RuntimeError # Timer interface not supported; Issue
7728. |
149 async/stream_periodic5_test: RuntimeError # Timer interface not supported; Issue
7728. | 148 async/stream_periodic5_test: RuntimeError # Timer interface not supported; Issue
7728. |
150 async/run_zoned7_test: RuntimeError # Timer interface not supported: Issue 7728. | 149 async/run_zoned7_test: RuntimeError # Timer interface not supported: Issue 7728. |
151 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7
728. | 150 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7
728. |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 | 236 |
238 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 237 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
239 | 238 |
240 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. | 239 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. |
241 | 240 |
242 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 241 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] |
243 async/schedule_microtask6_test: Fail # Issue 10910 | 242 async/schedule_microtask6_test: Fail # Issue 10910 |
244 async/timer_test: Fail, Pass # Issue 15487 | 243 async/timer_test: Fail, Pass # Issue 15487 |
245 async/multiple_timer_test: Fail, Pass # Issue 15487 | 244 async/multiple_timer_test: Fail, Pass # Issue 15487 |
246 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 245 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
247 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. | |
248 async/timer_isActive_test: Fail, Pass # Issue 22352 | 246 async/timer_isActive_test: Fail, Pass # Issue 22352 |
249 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. | 247 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. |
250 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. | 248 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. |
251 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. | 249 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
252 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. | 250 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. |
253 mirrors/local_isolate_test: RuntimeError # Issue 12188 | 251 mirrors/local_isolate_test: RuntimeError # Issue 12188 |
254 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 | 252 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 |
255 | 253 |
256 [ $compiler == none && $runtime == drt && $system == windows ] | 254 [ $compiler == none && $runtime == drt && $system == windows ] |
257 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 255 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
258 async/timer_test: Fail, Pass # See Issue 10982 | 256 async/timer_test: Fail, Pass # See Issue 10982 |
259 | 257 |
260 [$compiler == none && $runtime == ContentShellOnAndroid ] | 258 [$compiler == none && $runtime == ContentShellOnAndroid ] |
261 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 | 259 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 |
262 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 | 260 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 |
263 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 | 261 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 |
264 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 | 262 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 |
265 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 | 263 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 |
266 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 | 264 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 |
267 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 | 265 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 |
268 | 266 |
269 [ $compiler == dart2js && $runtime == safarimobilesim ] | 267 [ $compiler == dart2js && $runtime == safarimobilesim ] |
270 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 268 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
271 | 269 |
272 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | |
273 # Dart vm does not support spawn from a dom-enabled isolate. | |
274 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 | |
275 | |
276 [ $compiler == dart2js && $runtime == jsshell ] | 270 [ $compiler == dart2js && $runtime == jsshell ] |
277 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. | 271 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. |
278 | 272 |
279 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 273 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
280 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 274 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
281 | 275 |
282 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' | 276 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' |
283 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 277 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> |
284 | 278 |
285 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 279 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. | 682 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. |
689 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni
mplemented for List<Int32x4>. | 683 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni
mplemented for List<Int32x4>. |
690 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 684 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
691 typed_data/setRange_1_test: Crash # (makeInt16List): handleStaticFunctionGet: fu
nction(makeInt16List) | 685 typed_data/setRange_1_test: Crash # (makeInt16List): handleStaticFunctionGet: fu
nction(makeInt16List) |
692 typed_data/setRange_2_test: Crash # (makeInt16List): handleStaticFunctionGet: fu
nction(makeInt16List) | 686 typed_data/setRange_2_test: Crash # (makeInt16List): handleStaticFunctionGet: fu
nction(makeInt16List) |
693 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator':
type check unimplemented for List<int>. | 687 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator':
type check unimplemented for List<int>. |
694 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c
heck unimplemented for List<double>. | 688 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c
heck unimplemented for List<double>. |
695 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check
unimplemented for Map. | 689 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check
unimplemented for Map. |
696 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ
e check unimplemented for T. | 690 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ
e check unimplemented for T. |
697 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 691 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
OLD | NEW |