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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 | 449 |
450 [ $compiler == dart2js && $host_checked ] | 450 [ $compiler == dart2js && $host_checked ] |
451 mirrors/metadata_allowed_values_test/28: Crash # Issue 25911 | 451 mirrors/metadata_allowed_values_test/28: Crash # Issue 25911 |
452 mirrors/metadata_allowed_values_test/29: Crash # Issue 25911 | 452 mirrors/metadata_allowed_values_test/29: Crash # Issue 25911 |
453 mirrors/metadata_allowed_values_test/30: Crash # Issue 25911 | 453 mirrors/metadata_allowed_values_test/30: Crash # Issue 25911 |
454 mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 | 454 mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 |
455 | 455 |
456 [ $compiler != dart2js ] | 456 [ $compiler != dart2js ] |
457 async/dart2js_uncaught_error_test: Skip # JS-integration only test | 457 async/dart2js_uncaught_error_test: Skip # JS-integration only test |
458 | 458 |
459 [ $compiler == precompiler || $mode == product ] | 459 [ $compiler == precompiler ] |
460 mirrors/*: SkipByDesign | 460 mirrors/*: SkipByDesign |
461 | 461 |
| 462 [ $compiler == none && $mode == product ] |
| 463 mirrors/load_library_test: RuntimeError,OK # Deferred loaded eagerly |
| 464 mirrors/library_import_deferred_loading_test: RuntimeError,OK # Deferred loaded
eagerly |
| 465 mirrors/library_enumeration_deferred_loading_test: RuntimeError,OK # Deferred lo
aded eagerly |
| 466 |
462 [ $compiler == precompiler ] | 467 [ $compiler == precompiler ] |
463 convert/chunked_conversion_utf88_test: Pass, Timeout | 468 convert/chunked_conversion_utf88_test: Pass, Timeout |
464 convert/utf85_test: Pass, Timeout | 469 convert/utf85_test: Pass, Timeout |
465 | 470 |
466 [ $hot_reload || $hot_reload_rollback ] | 471 [ $hot_reload || $hot_reload_rollback ] |
467 async/multiple_timer_test: Pass, Fail # Timing related | 472 async/multiple_timer_test: Pass, Fail # Timing related |
468 async/stream_transformer_test: Pass, Fail # Closure identity | 473 async/stream_transformer_test: Pass, Fail # Closure identity |
469 mirrors/closurization_equivalence_test: SkipByDesign # Method equality | 474 mirrors/closurization_equivalence_test: SkipByDesign # Method equality |
470 mirrors/fake_function_with_call_test: SkipByDesign # Method equality | 475 mirrors/fake_function_with_call_test: SkipByDesign # Method equality |
471 | 476 |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 [ $compiler == dartk || $compiler == dartkp ] | 642 [ $compiler == dartk || $compiler == dartkp ] |
638 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 643 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
639 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 644 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
640 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 645 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
641 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 646 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
642 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 647 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
643 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 648 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
644 | 649 |
645 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 650 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
646 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 651 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
OLD | NEW |