| 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 [ $csp ] | 8 [ $csp ] |
| 9 # Deferred loading does not work from an isolate in CSP-mode | 9 # Deferred loading does not work from an isolate in CSP-mode |
| 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 | 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 mirrors/invoke_call_through_getter_test/named: RuntimeError # Issue 12863. When
updating the status, remove the "///" in the test. | 43 mirrors/invoke_call_through_getter_test/named: RuntimeError # Issue 12863. When
updating the status, remove the "///" in the test. |
| 44 mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError
# Issue 12863. When updating the status, remove the "///" in the test. | 44 mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError
# Issue 12863. When updating the status, remove the "///" in the test. |
| 45 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Runt
imeError # Issue 12863. When updating the status, remove the "///" in the test. | 45 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Runt
imeError # Issue 12863. When updating the status, remove the "///" in the test. |
| 46 mirrors/invoke_call_through_implicit_getter_test: RuntimeError # Issue 17638 | 46 mirrors/invoke_call_through_implicit_getter_test: RuntimeError # Issue 17638 |
| 47 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 | 47 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 |
| 48 mirrors/invoke_private_test: CompileTimeError # Issue 12164 | 48 mirrors/invoke_private_test: CompileTimeError # Issue 12164 |
| 49 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164 | 49 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164 |
| 50 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 | 50 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 |
| 51 mirrors/library_exports_shown_test: RuntimeError # Issue 6490 | 51 mirrors/library_exports_shown_test: RuntimeError # Issue 6490 |
| 52 mirrors/library_exports_hidden_test: RuntimeError # Issue 6490 | 52 mirrors/library_exports_hidden_test: RuntimeError # Issue 6490 |
| 53 mirrors/library_imports_deferred_test: RuntimeError # Issue 6490 |
| 53 mirrors/library_imports_metadata_test: RuntimeError # Issue 6490 | 54 mirrors/library_imports_metadata_test: RuntimeError # Issue 6490 |
| 54 mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490 | 55 mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490 |
| 55 mirrors/library_imports_shown_test: RuntimeError # Issue 6490 | 56 mirrors/library_imports_shown_test: RuntimeError # Issue 6490 |
| 56 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 | 57 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 |
| 57 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 | 58 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 |
| 58 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 | 59 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 |
| 59 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 60 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 60 mirrors/local_function_is_static_test: RuntimeError # Issue 6335 | 61 mirrors/local_function_is_static_test: RuntimeError # Issue 6335 |
| 61 mirrors/lru_test: Skip # dart2js_native/lru_test is used instead | 62 mirrors/lru_test: Skip # dart2js_native/lru_test is used instead |
| 62 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 | 63 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 | 326 |
| 326 [ $mode == debug && $arch == ia32 && $system == windows ] | 327 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 327 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 328 | 329 |
| 329 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 330 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
| 330 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 331 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 331 | 332 |
| 332 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 333 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 333 mirrors/immutable_collections_test: Skip # Timeout. | 334 mirrors/immutable_collections_test: Skip # Timeout. |
| 334 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 335 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| OLD | NEW |