| 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 |
| 11 | 11 |
| 12 [ $compiler == dart2js ] | 12 [ $compiler == dart2js ] |
| 13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
| 14 | 14 |
| 15 math/double_pow_test: RuntimeError | 15 math/double_pow_test: RuntimeError |
| 16 math/low_test: RuntimeError | 16 math/low_test: RuntimeError |
| 17 math/random_big_test: RuntimeError # Using bigint seeds for random. | 17 math/random_big_test: RuntimeError # Using bigint seeds for random. |
| 18 | 18 |
| 19 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 19 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
| 20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
| 21 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 | 21 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 |
| 22 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 |
| 22 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | 23 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 |
| 23 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 | 24 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 |
| 24 mirrors/enum_test: RuntimeError # Issue 6490 | 25 mirrors/enum_test: RuntimeError # Issue 6490 |
| 25 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 | 26 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 |
| 26 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 | 27 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 |
| 27 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 | 28 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 |
| 28 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 | 29 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 |
| 29 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 | 30 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 |
| 30 mirrors/generic_interface_test: RuntimeError # Issue 12087 | 31 mirrors/generic_interface_test: RuntimeError # Issue 12087 |
| 31 mirrors/generic_local_function_test: RuntimeError # Issue 12333 | 32 mirrors/generic_local_function_test: RuntimeError # Issue 12333 |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 | 337 |
| 337 [ $mode == debug && $arch == ia32 && $system == windows ] | 338 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 338 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 339 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 339 | 340 |
| 340 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 341 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
| 341 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 342 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 342 | 343 |
| 343 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 344 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 344 mirrors/immutable_collections_test: SkipSlow # Timeout. | 345 mirrors/immutable_collections_test: SkipSlow # Timeout. |
| 345 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 346 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| OLD | NEW |