| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 from_environment_const_type_undefined_test/08: MissingCompileTimeError | 51 from_environment_const_type_undefined_test/08: MissingCompileTimeError |
| 52 from_environment_const_type_undefined_test/09: MissingCompileTimeError | 52 from_environment_const_type_undefined_test/09: MissingCompileTimeError |
| 53 from_environment_const_type_undefined_test/11: MissingCompileTimeError | 53 from_environment_const_type_undefined_test/11: MissingCompileTimeError |
| 54 from_environment_const_type_undefined_test/12: MissingCompileTimeError | 54 from_environment_const_type_undefined_test/12: MissingCompileTimeError |
| 55 from_environment_const_type_undefined_test/13: MissingCompileTimeError | 55 from_environment_const_type_undefined_test/13: MissingCompileTimeError |
| 56 from_environment_const_type_undefined_test/14: MissingCompileTimeError | 56 from_environment_const_type_undefined_test/14: MissingCompileTimeError |
| 57 from_environment_const_type_undefined_test/16: MissingCompileTimeError | 57 from_environment_const_type_undefined_test/16: MissingCompileTimeError |
| 58 | 58 |
| 59 [ $compiler == dart2js && $fast_startup ] | 59 [ $compiler == dart2js && $fast_startup ] |
| 60 apply3_test: Fail # mirrors not supported | 60 apply3_test: Fail # mirrors not supported |
| 61 dynamic_nosuchmethod_test: Fail # mirrors not supported |
| 61 | 62 |
| 62 [ $compiler == precompiler ] | 63 [ $compiler == precompiler ] |
| 63 apply3_test: SkipByDesign | 64 apply3_test: SkipByDesign |
| 65 dynamic_nosuchmethod_test: SkipByDesign |
| 64 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 66 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
| 65 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 67 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 66 | 68 |
| 67 [ $compiler == dart2js && $runtime != none && !$checked ] | 69 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 68 growable_list_test: RuntimeError # Concurrent modifications test always runs | 70 growable_list_test: RuntimeError # Concurrent modifications test always runs |
| 69 | 71 |
| 70 [ $compiler == dartdevc && $runtime != none ] | 72 [ $compiler == dartdevc && $runtime != none ] |
| 71 apply2_test: RuntimeError # Issue 29921 | 73 apply2_test: RuntimeError # Issue 29921 |
| 72 apply3_test: RuntimeError # Issue 29921 | 74 apply3_test: RuntimeError # Issue 29921 |
| 73 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 75 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
| (...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 | 787 |
| 786 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 788 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 787 splay_tree_from_iterable_test: RuntimeError | 789 splay_tree_from_iterable_test: RuntimeError |
| 788 | 790 |
| 789 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 791 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 790 regexp/pcre_test: Pass, Slow, Timeout | 792 regexp/pcre_test: Pass, Slow, Timeout |
| 791 regexp/global_test: Skip # Issue 21709 | 793 regexp/global_test: Skip # Issue 21709 |
| 792 | 794 |
| 793 [ $mode == debug ] | 795 [ $mode == debug ] |
| 794 regexp/pcre_test: Pass, Slow # Issue 22008 | 796 regexp/pcre_test: Pass, Slow # Issue 22008 |
| OLD | NEW |