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 string_replace_static_test: MissingCompileTimeError |
8 | 9 |
9 [ !$strong && $compiler != dartdevc && $checked ] | 10 [ !$strong && $compiler != dartdevc && $checked ] |
10 core_runtime_types_static_test: MissingCompileTimeError | 11 core_runtime_types_static_test: MissingCompileTimeError |
| 12 string_replace_static_test: MissingCompileTimeError |
11 | 13 |
12 [ !$strong && !$checked ] | 14 [ !$strong && !$checked ] |
13 core_runtime_types_static_test: MissingCompileTimeError | 15 core_runtime_types_static_test: MissingCompileTimeError |
| 16 string_replace_static_test: MissingCompileTimeError |
14 | 17 |
15 [ $compiler == dart2js && $fast_startup ] | 18 [ $compiler == dart2js && $fast_startup ] |
16 apply3_test: Fail # mirrors not supported | 19 apply3_test: Fail # mirrors not supported |
17 | 20 |
18 [ $compiler == precompiler ] | 21 [ $compiler == precompiler ] |
19 apply3_test: SkipByDesign | 22 apply3_test: SkipByDesign |
20 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 23 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
21 | 24 |
22 [ $compiler == dartdevc && $runtime != none ] | 25 [ $compiler == dartdevc && $runtime != none ] |
23 apply2_test: RuntimeError # Issue 29921 | 26 apply2_test: RuntimeError # Issue 29921 |
24 apply3_test: RuntimeError # Issue 29921 | 27 apply3_test: RuntimeError # Issue 29921 |
25 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 28 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
26 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 29 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
27 const_list_literal_test: RuntimeError # Issue 29921 | 30 const_list_literal_test: RuntimeError # Issue 29921 |
28 const_list_remove_range_test: RuntimeError # Issue 29921 | 31 const_list_remove_range_test: RuntimeError # Issue 29921 |
29 const_list_set_range_test: RuntimeError # Issue 29921 | 32 const_list_set_range_test: RuntimeError # Issue 29921 |
30 compare_to2_test: RuntimeError # Issue 30170 | 33 compare_to2_test: RuntimeError # Issue 30170 |
| 34 string_operations_with_null_test: RuntimeError # Issue 29921 |
| 35 string_replace_test: RuntimeError # Issue 29921 |
31 | 36 |
32 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 37 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
33 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 38 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
34 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 39 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
35 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 40 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
36 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 41 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
37 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 42 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
38 compare_to2_test: RuntimeError, OK # Requires bigint support. | 43 compare_to2_test: RuntimeError, OK # Requires bigint support. |
39 | 44 |
40 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 45 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
(...skipping 24 matching lines...) Expand all Loading... |
65 unicode_test: RuntimeError | 70 unicode_test: RuntimeError |
66 | 71 |
67 [ $compiler == none && $runtime == drt ] | 72 [ $compiler == none && $runtime == drt ] |
68 bool_from_environment2_test: Skip | 73 bool_from_environment2_test: Skip |
69 bool_from_environment_test: Skip | 74 bool_from_environment_test: Skip |
70 | 75 |
71 [ $runtime == ff || $runtime == jsshell ] | 76 [ $runtime == ff || $runtime == jsshell ] |
72 unicode_test: Fail | 77 unicode_test: Fail |
73 | 78 |
74 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 79 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
75 big_integer_parsed_mul_div_vm_test: Pass, Slow | 80 big_integer_parsed_mul_div_vm_test: Pass, SloW |
76 | 81 |
77 [ $compiler == precompiler ] | 82 [ $compiler == precompiler ] |
78 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 83 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
OLD | NEW |