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 [ $strong ] | 5 [ $strong ] |
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. | 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. |
7 | 7 |
8 [ ! $checked ] | 8 [ ! $checked ] |
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
10 | 10 |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 async/timer_repeat_test: RuntimeError | 331 async/timer_repeat_test: RuntimeError |
332 async/timer_test: RuntimeError | 332 async/timer_test: RuntimeError |
333 convert/json_lib_test: RuntimeError | 333 convert/json_lib_test: RuntimeError |
334 math/point_test: RuntimeError | 334 math/point_test: RuntimeError |
335 math/rectangle_test: RuntimeError | 335 math/rectangle_test: RuntimeError |
336 mirrors/library_uri_io_test: RuntimeError | 336 mirrors/library_uri_io_test: RuntimeError |
337 mirrors/library_uri_package_test: RuntimeError | 337 mirrors/library_uri_package_test: RuntimeError |
338 # fstat bug, MG-479. | 338 # fstat bug, MG-479. |
339 mirrors/invocation_fuzz_test: Crash | 339 mirrors/invocation_fuzz_test: Crash |
340 | 340 |
| 341 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 342 async/future_or_bad_type_test/implements: Pass # Issue 28084 |
| 343 |
| 344 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly
final as of Dart 1.21 |
| 345 async/schedule_microtask6_test: Fail # Issue 10910 |
| 346 async/timer_test: Fail, Pass # Issue 15487 |
| 347 async/multiple_timer_test: Fail, Pass # Issue 15487 |
| 348 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
| 349 async/timer_isActive_test: Fail, Pass # Issue 22352 |
| 350 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. |
| 351 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. |
| 352 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
| 353 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. |
| 354 mirrors/local_isolate_test: RuntimeError # Issue 12188 |
| 355 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 |
| 356 |
| 357 [ $compiler == none && $runtime == dartium && $system == macos ] |
| 358 convert/streamed_conversion_utf8_decode_test: Pass, Slow |
| 359 |
| 360 [ $compiler == none && $runtime == drt && $system == windows ] |
| 361 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 362 async/timer_test: Fail, Pass # See Issue 10982 |
| 363 |
341 [ $compiler == none && $runtime == drt && $checked ] | 364 [ $compiler == none && $runtime == drt && $checked ] |
342 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 | 365 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 |
343 | 366 |
| 367 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $checked ] |
| 368 # TODO(terry): Failing tests with Dartium 50 roll (NEED TO FIX All) |
| 369 # --------------------------------------------- |
| 370 mirrors/regress_16321_test/01: Timeout, Pass # Roll 50 crash works on full build |
| 371 # --------------------------------------------- |
| 372 # TODO(terry): End of Dartium 50 roll failures |
| 373 |
344 [ $compiler == dart2js && $runtime == safarimobilesim ] | 374 [ $compiler == dart2js && $runtime == safarimobilesim ] |
345 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 375 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
346 mirrors/null_test: Fail # Issue 16831 | 376 mirrors/null_test: Fail # Issue 16831 |
347 | 377 |
348 [ $compiler == dart2js && $runtime == jsshell ] | 378 [ $compiler == dart2js && $runtime == jsshell ] |
349 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. | 379 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. |
350 | 380 |
351 [ $compiler == dart2analyzer ] | 381 [ $compiler == dart2analyzer ] |
352 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 382 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
353 | 383 |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 [ $compiler == dartk || $compiler == dartkp ] | 617 [ $compiler == dartk || $compiler == dartkp ] |
588 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 618 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
589 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 619 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
590 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 620 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
591 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 621 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
592 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 622 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
593 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 623 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
594 | 624 |
595 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 625 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
596 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 626 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
OLD | NEW |