| 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 mirrors/library_imports_hidden_test: RuntimeError | 506 mirrors/library_imports_hidden_test: RuntimeError |
| 507 mirrors/library_imports_metadata_test: RuntimeError | 507 mirrors/library_imports_metadata_test: RuntimeError |
| 508 mirrors/library_imports_prefixed_show_hide_test: RuntimeError | 508 mirrors/library_imports_prefixed_show_hide_test: RuntimeError |
| 509 mirrors/library_imports_prefixed_test: RuntimeError | 509 mirrors/library_imports_prefixed_test: RuntimeError |
| 510 mirrors/library_imports_shown_test: RuntimeError | 510 mirrors/library_imports_shown_test: RuntimeError |
| 511 mirrors/library_metadata2_test/01: MissingCompileTimeError | 511 mirrors/library_metadata2_test/01: MissingCompileTimeError |
| 512 mirrors/library_metadata_test: RuntimeError | 512 mirrors/library_metadata_test: RuntimeError |
| 513 mirrors/list_constructor_test/01: Crash | 513 mirrors/list_constructor_test/01: Crash |
| 514 mirrors/list_constructor_test/none: Crash | 514 mirrors/list_constructor_test/none: Crash |
| 515 mirrors/load_library_test: RuntimeError | 515 mirrors/load_library_test: RuntimeError |
| 516 mirrors/metadata_allowed_values_test/01: Crash | |
| 517 mirrors/metadata_allowed_values_test/02: MissingCompileTimeError | 516 mirrors/metadata_allowed_values_test/02: MissingCompileTimeError |
| 518 mirrors/metadata_allowed_values_test/10: Crash | |
| 519 mirrors/metadata_allowed_values_test/11: Crash | |
| 520 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError | 517 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError |
| 521 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError | 518 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError |
| 522 mirrors/metadata_allowed_values_test/15: Crash | |
| 523 mirrors/metadata_allowed_values_test/16: Skip # Flaky, crashes. | 519 mirrors/metadata_allowed_values_test/16: Skip # Flaky, crashes. |
| 524 mirrors/metadata_allowed_values_test/27: Crash | 520 mirrors/metadata_allowed_values_test/27: Crash |
| 525 mirrors/metadata_constructed_constant_test: Crash | 521 mirrors/metadata_constructed_constant_test: Crash |
| 526 mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError | 522 mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError |
| 527 mirrors/metadata_scope_test/none: RuntimeError | 523 mirrors/metadata_scope_test/none: RuntimeError |
| 528 mirrors/method_mirror_location_test: RuntimeError | 524 mirrors/method_mirror_location_test: RuntimeError |
| 529 mirrors/method_mirror_source_line_ending_test: Crash | 525 mirrors/method_mirror_source_line_ending_test: Crash |
| 530 mirrors/method_mirror_source_test: Crash | 526 mirrors/method_mirror_source_test: Crash |
| 531 mirrors/mirrors_nsm_mismatch_test: RuntimeError | 527 mirrors/mirrors_nsm_mismatch_test: RuntimeError |
| 532 mirrors/mirrors_nsm_test/dart2js: RuntimeError | 528 mirrors/mirrors_nsm_test/dart2js: RuntimeError |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 [ $compiler == dartk || $compiler == dartkp ] | 587 [ $compiler == dartk || $compiler == dartkp ] |
| 592 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 588 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
| 593 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 589 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
| 594 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 590 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
| 595 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 591 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
| 596 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 592 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
| 597 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 593 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
| 598 | 594 |
| 599 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 595 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
| 600 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 596 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
| OLD | NEW |