| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 | 82 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 |
| 83 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 | 83 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 |
| 84 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 | 84 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 |
| 85 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 | 85 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 |
| 86 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 | 86 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 |
| 87 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 87 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
| 88 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 88 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
| 89 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 89 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
| 90 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 | 90 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 |
| 91 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 | 91 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 |
| 92 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. | 92 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When
removing this line please change the "endsWith" to "/mirrors_test.dart". |
| 93 mirrors/mixin_test: RuntimeError # Issue 12464 | 93 mirrors/mixin_test: RuntimeError # Issue 12464 |
| 94 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 | 94 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 |
| 95 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 95 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
| 96 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 | 96 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 |
| 97 mirrors/private_symbol_test: CompileTimeError # Issue 13597 | 97 mirrors/private_symbol_test: CompileTimeError # Issue 13597 |
| 98 mirrors/proxy_type_test: RuntimeError # Issue 13842 | 98 mirrors/proxy_type_test: RuntimeError # Issue 13842 |
| 99 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 99 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
| 100 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 100 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
| 101 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 | 101 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 |
| 102 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 | 102 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 | 323 |
| 324 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 324 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 325 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 | 325 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 |
| 326 | 326 |
| 327 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 327 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 328 async/*deferred*: Skip # Issue 17458 | 328 async/*deferred*: Skip # Issue 17458 |
| 329 mirrors/*deferred*: Skip # Issue 17458 | 329 mirrors/*deferred*: Skip # Issue 17458 |
| 330 | 330 |
| 331 [ $compiler == dart2js && $mode == debug ] | 331 [ $compiler == dart2js && $mode == debug ] |
| 332 mirrors/native_class_test: Pass, Slow | 332 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |