| 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/invocation_fuzz_test: RuntimeError # Issue 29086 |
| 17 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 18 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
| 18 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 19 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
| 19 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 | 20 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 |
| 20 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 | 21 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 |
| 21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | 22 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 |
| 22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 | 23 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 |
| 23 mirrors/delegate_class_test: RuntimeError | 24 mirrors/delegate_class_test: RuntimeError |
| 24 mirrors/delegate_library_test: RuntimeError | 25 mirrors/delegate_library_test: RuntimeError |
| 25 mirrors/deferred_type_test: RuntimeError # Issue 6335 | 26 mirrors/deferred_type_test: RuntimeError # Issue 6335 |
| 26 mirrors/empty_test: RuntimeError # Issue 6490 | 27 mirrors/empty_test: RuntimeError # Issue 6490 |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 457 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
| 457 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 458 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
| 458 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 459 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
| 459 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 460 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
| 460 mirrors/load_library_test: Crash # Deferred loading | 461 mirrors/load_library_test: Crash # Deferred loading |
| 461 | 462 |
| 462 [ $hot_reload ] | 463 [ $hot_reload ] |
| 463 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 464 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
| 464 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 465 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
| 465 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 466 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
| OLD | NEW |