| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 | 78 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 |
| 79 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 | 79 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 |
| 80 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 | 80 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 |
| 81 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 81 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 82 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 | 82 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 |
| 83 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 | 83 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 |
| 84 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 | 84 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 |
| 85 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 | 85 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 |
| 86 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 | 86 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 |
| 87 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 | 87 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 |
| 88 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 |
| 88 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 89 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
| 89 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 90 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
| 90 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 91 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
| 91 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 | 92 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 |
| 92 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 | 93 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 |
| 93 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". |
| 94 mirrors/mixin_test: RuntimeError # Issue 12464 | 95 mirrors/mixin_test: RuntimeError # Issue 12464 |
| 95 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 | 96 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 |
| 96 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 97 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
| 97 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 | 98 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 320 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 320 | 321 |
| 321 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 322 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 322 | 323 |
| 323 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 324 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 324 async/*deferred*: Skip # Issue 17458 | 325 async/*deferred*: Skip # Issue 17458 |
| 325 mirrors/*deferred*: Skip # Issue 17458 | 326 mirrors/*deferred*: Skip # Issue 17458 |
| 326 | 327 |
| 327 [ $compiler == dart2js && $mode == debug ] | 328 [ $compiler == dart2js && $mode == debug ] |
| 328 mirrors/native_class_test: Pass, Slow | 329 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |