| 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 |
| (...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 mirrors/typedef_library_test: RuntimeError | 645 mirrors/typedef_library_test: RuntimeError |
| 646 mirrors/typedef_metadata_test: RuntimeError | 646 mirrors/typedef_metadata_test: RuntimeError |
| 647 mirrors/typedef_reflected_type_test/01: RuntimeError | 647 mirrors/typedef_reflected_type_test/01: RuntimeError |
| 648 mirrors/typedef_reflected_type_test/none: RuntimeError | 648 mirrors/typedef_reflected_type_test/none: RuntimeError |
| 649 mirrors/typedef_test: RuntimeError | 649 mirrors/typedef_test: RuntimeError |
| 650 mirrors/type_variable_is_static_test: RuntimeError | 650 mirrors/type_variable_is_static_test: RuntimeError |
| 651 mirrors/typevariable_mirror_metadata_test: RuntimeError | 651 mirrors/typevariable_mirror_metadata_test: RuntimeError |
| 652 mirrors/type_variable_owner_test/01: RuntimeError | 652 mirrors/type_variable_owner_test/01: RuntimeError |
| 653 mirrors/variable_is_const_test/01: MissingCompileTimeError | 653 mirrors/variable_is_const_test/01: MissingCompileTimeError |
| 654 mirrors/variable_is_const_test/none: RuntimeError | 654 mirrors/variable_is_const_test/none: RuntimeError |
| 655 profiler/metrics_num_test: CompileTimeError | |
| 656 | 655 |
| 657 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 656 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
| 658 async/stream_type_test: Crash | 657 async/stream_type_test: Crash |
| 659 mirrors/variable_is_const_test/01: Crash | 658 mirrors/variable_is_const_test/01: Crash |
| 660 | 659 |
| 661 # dartk: checked mode failures | 660 # dartk: checked mode failures |
| 662 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 661 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
| 663 mirrors/invocation_fuzz_test/smi: Fail | 662 mirrors/invocation_fuzz_test/smi: Fail |
| 664 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 | 663 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 |
| 665 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 | 664 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 |
| 666 mirrors/reflected_type_generics_test/02: Pass | 665 mirrors/reflected_type_generics_test/02: Pass |
| 667 mirrors/regress_16321_test/01: MissingCompileTimeError | 666 mirrors/regress_16321_test/01: MissingCompileTimeError |
| OLD | NEW |