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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 mirrors/library_imports_metadata_test: RuntimeError # Issue 6490 | 57 mirrors/library_imports_metadata_test: RuntimeError # Issue 6490 |
58 mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490 | 58 mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490 |
59 mirrors/library_imports_shown_test: RuntimeError # Issue 6490 | 59 mirrors/library_imports_shown_test: RuntimeError # Issue 6490 |
60 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 | 60 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 |
61 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 | 61 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 |
62 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 | 62 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 |
63 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. | 63 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
64 mirrors/load_library_test: RuntimeError # Issue 6335 | 64 mirrors/load_library_test: RuntimeError # Issue 6335 |
65 mirrors/local_function_is_static_test: RuntimeError # Issue 6335 | 65 mirrors/local_function_is_static_test: RuntimeError # Issue 6335 |
66 mirrors/lru_test: Skip # dart2js_native/lru_test is used instead | 66 mirrors/lru_test: Skip # dart2js_native/lru_test is used instead |
67 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 | |
68 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 | |
69 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 | |
70 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 | |
71 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 | |
72 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 | |
73 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 | 67 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 |
74 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 68 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
75 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 69 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
76 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 70 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
77 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 | 71 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 |
78 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 | 72 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 |
79 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". |
80 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353 | 74 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353 |
81 mirrors/mirrors_nsm_mismatch_test: RuntimeError # Issue 19353 | 75 mirrors/mirrors_nsm_mismatch_test: RuntimeError # Issue 19353 |
82 mirrors/mixin_test: RuntimeError # Issue 12464 | 76 mirrors/mixin_test: RuntimeError # Issue 12464 |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t
ypedef(Foo) has not been checked for cycles. | 351 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t
ypedef(Foo) has not been checked for cycles. |
358 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been
checked for cycles. | 352 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been
checked for cycles. |
359 | 353 |
360 [ $compiler != dart2js ] | 354 [ $compiler != dart2js ] |
361 async/dart2js_uncaught_error_test: Skip # JS-integration only test | 355 async/dart2js_uncaught_error_test: Skip # JS-integration only test |
362 | 356 |
363 [ $noopt ] | 357 [ $noopt ] |
364 mirrors/*: SkipByDesign | 358 mirrors/*: SkipByDesign |
365 convert/chunked_conversion_utf88_test: Pass, Timeout | 359 convert/chunked_conversion_utf88_test: Pass, Timeout |
366 convert/utf85_test: Pass, Timeout | 360 convert/utf85_test: Pass, Timeout |
OLD | NEW |