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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 | 71 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 |
72 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 | 72 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 |
73 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When
removing this line please change the "endsWith" to "/mirrors_test.dart". | 73 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When
removing this line please change the "endsWith" to "/mirrors_test.dart". |
74 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353 | 74 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353 |
75 mirrors/mirrors_nsm_mismatch_test: RuntimeError # Issue 19353 | 75 mirrors/mirrors_nsm_mismatch_test: RuntimeError # Issue 19353 |
76 mirrors/mixin_test: RuntimeError # Issue 12464 | 76 mirrors/mixin_test: RuntimeError # Issue 12464 |
77 mirrors/mixin_application_test: RuntimeError # Issue 12464 | 77 mirrors/mixin_application_test: RuntimeError # Issue 12464 |
78 mirrors/other_declarations_location_test: CompileTimeError # Issue 10905 | 78 mirrors/other_declarations_location_test: CompileTimeError # Issue 10905 |
79 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 79 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
80 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 | 80 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 |
| 81 mirrors/private_class_field_test: CompileTimeError |
81 mirrors/private_symbol_test: CompileTimeError # Issue 13597 | 82 mirrors/private_symbol_test: CompileTimeError # Issue 13597 |
82 mirrors/private_types_test: RuntimeError # Issue 6490 | 83 mirrors/private_types_test: RuntimeError # Issue 6490 |
83 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 84 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
84 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 85 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
85 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 | 86 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 |
86 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 | 87 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 |
87 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607 | 88 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607 |
88 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607 | 89 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607 |
89 mirrors/relation_assignable_test: RuntimeError # Issue 6490 | 90 mirrors/relation_assignable_test: RuntimeError # Issue 6490 |
90 mirrors/relation_assignable2_test: RuntimeError # Issue 6490 | 91 mirrors/relation_assignable2_test: RuntimeError # Issue 6490 |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 | 354 |
354 [ $noopt && $arch == simarm64 ] | 355 [ $noopt && $arch == simarm64 ] |
355 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 | 356 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 |
356 | 357 |
357 [ $noopt || $compiler == precompiler || $mode == product ] | 358 [ $noopt || $compiler == precompiler || $mode == product ] |
358 mirrors/*: SkipByDesign | 359 mirrors/*: SkipByDesign |
359 | 360 |
360 [ $noopt || $compiler == precompiler ] | 361 [ $noopt || $compiler == precompiler ] |
361 convert/chunked_conversion_utf88_test: Pass, Timeout | 362 convert/chunked_conversion_utf88_test: Pass, Timeout |
362 convert/utf85_test: Pass, Timeout | 363 convert/utf85_test: Pass, Timeout |
OLD | NEW |