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 |
11 async/future_or_strong_test: RuntimeError, OK | 11 async/future_or_strong_test: RuntimeError, OK |
12 | 12 |
13 math/double_pow_test: RuntimeError | 13 math/double_pow_test: RuntimeError |
14 math/low_test: RuntimeError | 14 math/low_test: RuntimeError |
15 math/random_big_test: RuntimeError # Using bigint seeds for random. | 15 math/random_big_test: RuntimeError # Using bigint seeds for random. |
16 | 16 |
17 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 17 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
18 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 18 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
19 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 | 19 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 |
20 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 | 20 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 |
21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | 21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 |
22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 | 22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 |
23 mirrors/delegate_class_test: RuntimeError | 23 mirrors/delegate_class_test: RuntimeError |
24 mirrors/delegate_library_test: RuntimeError | 24 mirrors/delegate_library_test: RuntimeError |
25 mirrors/deferred_type_test: RuntimeError # Issue 6335 | 25 mirrors/deferred_type_test: RuntimeError # Issue 6335 |
26 mirrors/empty_test: RuntimeError # Issue 6490 | 26 mirrors/empty_test: RuntimeError # Issue 6490 |
27 mirrors/enum_test: RuntimeError # Issue 6490 | 27 mirrors/enum_test: RuntimeError # Issue 6490 |
28 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 | 28 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 |
29 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 | 29 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 |
30 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 | |
31 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 | 30 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 |
32 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 | 31 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 |
33 mirrors/generic_interface_test: RuntimeError # Issue 12087 | 32 mirrors/generic_interface_test: RuntimeError # Issue 12087 |
34 mirrors/generic_local_function_test: RuntimeError # Issue 12333 | 33 mirrors/generic_local_function_test: RuntimeError # Issue 12333 |
35 mirrors/generic_mixin_test: RuntimeError # Issue 12333 | 34 mirrors/generic_mixin_test: RuntimeError # Issue 12333 |
36 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 | 35 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 |
37 mirrors/get_field_static_test/00: RuntimeError # Issue 21323 | 36 mirrors/get_field_static_test/00: RuntimeError # Issue 21323 |
38 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 | 37 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 |
39 mirrors/hot_get_field_test: CompileTimeError # Issue 12164 | 38 mirrors/hot_get_field_test: CompileTimeError # Issue 12164 |
40 mirrors/hot_set_field_test: CompileTimeError # Issue 12164 | 39 mirrors/hot_set_field_test: CompileTimeError # Issue 12164 |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 456 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
458 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 457 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
459 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 458 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
460 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 459 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
461 mirrors/load_library_test: Crash # Deferred loading | 460 mirrors/load_library_test: Crash # Deferred loading |
462 | 461 |
463 [ $hot_reload ] | 462 [ $hot_reload ] |
464 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 463 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
465 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 464 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
466 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 465 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
OLD | NEW |