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 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
10 | 10 |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 [ $runtime == ff ] | 201 [ $runtime == ff ] |
202 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 202 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
203 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 203 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
204 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 204 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
205 | 205 |
206 [ $runtime == chrome && $system == macos ] | 206 [ $runtime == chrome && $system == macos ] |
207 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 | 207 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 |
208 async/slow_consumer_test: Pass, Timeout # Issue 22696 | 208 async/slow_consumer_test: Pass, Timeout # Issue 22696 |
209 async/catch_errors11_test: Pass, Timeout # Issue 22696 | 209 async/catch_errors11_test: Pass, Timeout # Issue 22696 |
210 | 210 |
211 [ $runtime == chrome || $runtime == ff || $runtime == ContentShellOnAndroid ] | 211 [ $runtime == chrome || $runtime == ff ] |
212 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 | 212 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 |
213 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050 | 213 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050 |
214 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 | 214 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 |
215 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 | 215 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 |
216 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 | 216 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 |
217 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 | 217 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 |
218 | 218 |
219 [ $compiler == dart2js ] | 219 [ $compiler == dart2js ] |
220 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 220 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
221 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 221 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
(...skipping 11 matching lines...) Expand all Loading... |
233 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 233 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
234 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. | 234 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. |
235 | 235 |
236 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] | 236 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] |
237 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 237 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
238 | 238 |
239 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 239 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
240 | 240 |
241 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 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. |
242 | 242 |
243 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 243 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
244 async/schedule_microtask6_test: Fail # Issue 10910 | 244 async/schedule_microtask6_test: Fail # Issue 10910 |
245 async/timer_test: Fail, Pass # Issue 15487 | 245 async/timer_test: Fail, Pass # Issue 15487 |
246 async/multiple_timer_test: Fail, Pass # Issue 15487 | 246 async/multiple_timer_test: Fail, Pass # Issue 15487 |
247 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 247 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
248 async/timer_isActive_test: Fail, Pass # Issue 22352 | 248 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. | 249 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. | 250 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. | 251 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
252 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. | 252 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. |
253 mirrors/local_isolate_test: RuntimeError # Issue 12188 | 253 mirrors/local_isolate_test: RuntimeError # Issue 12188 |
254 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 | 254 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 |
255 | 255 |
256 [ $compiler == none && $runtime == drt && $system == windows ] | 256 [ $compiler == none && $runtime == drt && $system == windows ] |
257 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 257 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
258 async/timer_test: Fail, Pass # See Issue 10982 | 258 async/timer_test: Fail, Pass # See Issue 10982 |
259 | 259 |
260 [ $compiler == none && $runtime == drt && $checked ] | 260 [ $compiler == none && $runtime == drt && $checked ] |
261 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 | 261 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 |
262 | 262 |
263 [ $compiler == none && $runtime == ContentShellOnAndroid ] | |
264 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 | |
265 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 | |
266 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 | |
267 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 | |
268 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 | |
269 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 | |
270 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 | |
271 | |
272 [ $compiler == dart2js && $runtime == safarimobilesim ] | 263 [ $compiler == dart2js && $runtime == safarimobilesim ] |
273 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 264 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
274 | 265 |
275 [ $compiler == dart2js && $runtime == jsshell ] | 266 [ $compiler == dart2js && $runtime == jsshell ] |
276 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. | 267 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. |
277 | 268 |
278 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 269 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
279 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 270 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
280 | 271 |
281 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>' | 272 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>' |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 | 349 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 |
359 | 350 |
360 [ ($noopt || $compiler == precompiler) ] | 351 [ ($noopt || $compiler == precompiler) ] |
361 mirrors/*: SkipByDesign | 352 mirrors/*: SkipByDesign |
362 convert/chunked_conversion_utf88_test: Pass, Timeout | 353 convert/chunked_conversion_utf88_test: Pass, Timeout |
363 convert/utf85_test: Pass, Timeout | 354 convert/utf85_test: Pass, Timeout |
364 | 355 |
365 [ $runtime == vm && $mode == product ] | 356 [ $runtime == vm && $mode == product ] |
366 mirrors/mirrors_reader_test: Fail,OK # Expects exact type name. | 357 mirrors/mirrors_reader_test: Fail,OK # Expects exact type name. |
367 | 358 |
OLD | NEW |