| 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] | 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] |
| 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 | 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
| 7 | 7 |
| 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 | 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
| 10 | 10 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 90 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
| 91 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 91 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
| 92 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 | 92 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 |
| 93 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 | 93 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 |
| 94 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When
removing this line please change the "endsWith" to "/mirrors_test.dart". | 94 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When
removing this line please change the "endsWith" to "/mirrors_test.dart". |
| 95 mirrors/mixin_test: RuntimeError # Issue 12464 | 95 mirrors/mixin_test: RuntimeError # Issue 12464 |
| 96 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 | 96 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 |
| 97 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 97 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
| 98 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 | 98 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 |
| 99 mirrors/private_symbol_test: CompileTimeError # Issue 13597 | 99 mirrors/private_symbol_test: CompileTimeError # Issue 13597 |
| 100 mirrors/private_types_test: RuntimeError # Issue 6490 |
| 100 mirrors/proxy_type_test: RuntimeError # Issue 13842 | 101 mirrors/proxy_type_test: RuntimeError # Issue 13842 |
| 101 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 102 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
| 102 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 103 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
| 103 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 | 104 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 |
| 104 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 | 105 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 |
| 105 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607 | 106 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607 |
| 106 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607 | 107 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607 |
| 107 mirrors/relation_assignable_test: RuntimeError # Issue 6490 | 108 mirrors/relation_assignable_test: RuntimeError # Issue 6490 |
| 108 mirrors/relation_subtype_test: RuntimeError # Issue 6490 | 109 mirrors/relation_subtype_test: RuntimeError # Issue 6490 |
| 109 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 | 110 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 | 324 |
| 324 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 325 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 325 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 | 326 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 |
| 326 | 327 |
| 327 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 328 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 328 async/*deferred*: Skip # Issue 17458 | 329 async/*deferred*: Skip # Issue 17458 |
| 329 mirrors/*deferred*: Skip # Issue 17458 | 330 mirrors/*deferred*: Skip # Issue 17458 |
| 330 | 331 |
| 331 [ $compiler == dart2js && $mode == debug ] | 332 [ $compiler == dart2js && $mode == debug ] |
| 332 mirrors/native_class_test: Pass, Slow | 333 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |