| 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 11 matching lines...) Expand all Loading... |
| 22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 | 22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 |
| 23 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 | 23 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 |
| 24 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 | 24 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 |
| 25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 | 25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 |
| 26 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 | 26 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 |
| 27 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 | 27 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 |
| 28 mirrors/generic_interface_test: RuntimeError # Issue 12087 | 28 mirrors/generic_interface_test: RuntimeError # Issue 12087 |
| 29 mirrors/generic_local_function_test: RuntimeError # Issue 12333 | 29 mirrors/generic_local_function_test: RuntimeError # Issue 12333 |
| 30 mirrors/generic_mixin_test: RuntimeError # Issue 12333 | 30 mirrors/generic_mixin_test: RuntimeError # Issue 12333 |
| 31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 | 31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 |
| 32 mirrors/get_field_static_test/00: RuntimeError # Issue 21323 |
| 32 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 | 33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 |
| 33 mirrors/hot_get_field_test: CompileTimeError # Issue 12164 | 34 mirrors/hot_get_field_test: CompileTimeError # Issue 12164 |
| 34 mirrors/hot_set_field_test: CompileTimeError # Issue 12164 | 35 mirrors/hot_set_field_test: CompileTimeError # Issue 12164 |
| 35 mirrors/immutable_collections_test: RuntimeError # Issue 14030 | 36 mirrors/immutable_collections_test: RuntimeError # Issue 14030 |
| 36 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 | 37 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 |
| 37 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 | 38 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 |
| 38 mirrors/instance_members_test: RuntimeError # Issue 14633 | 39 mirrors/instance_members_test: RuntimeError # Issue 14633 |
| 39 mirrors/instantiate_abstract_class_test: RuntimeError # Issue 6490 | 40 mirrors/instantiate_abstract_class_test: RuntimeError # Issue 6490 |
| 40 mirrors/invoke_call_on_closure_test: RuntimeError # 6490 | 41 mirrors/invoke_call_on_closure_test: RuntimeError # 6490 |
| 41 mirrors/invoke_call_through_getter_test/named: RuntimeError # Issue 12863. When
updating the status, remove the "///" in the test. | 42 mirrors/invoke_call_through_getter_test/named: RuntimeError # Issue 12863. When
updating the status, remove the "///" in the test. |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 | 311 |
| 311 [ $arch == simarm ] | 312 [ $arch == simarm ] |
| 312 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 313 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 313 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 314 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 314 | 315 |
| 315 [ $compiler == dart2js ] | 316 [ $compiler == dart2js ] |
| 316 profiler/metrics_num_test: Skip # Because of a int / double type test. | 317 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 317 | 318 |
| 318 [ $arch == simarm64 ] | 319 [ $arch == simarm64 ] |
| 319 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 320 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| OLD | NEW |