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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 [ $compiler == dartdevc && $runtime != none ] | 42 [ $compiler == dartdevc && $runtime != none ] |
43 apply2_test: RuntimeError # Issue 29921 | 43 apply2_test: RuntimeError # Issue 29921 |
44 apply3_test: RuntimeError # Issue 29921 | 44 apply3_test: RuntimeError # Issue 29921 |
45 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 45 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
46 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 46 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
47 const_list_literal_test: RuntimeError # Issue 29921 | 47 const_list_literal_test: RuntimeError # Issue 29921 |
48 const_list_remove_range_test: RuntimeError # Issue 29921 | 48 const_list_remove_range_test: RuntimeError # Issue 29921 |
49 const_list_set_range_test: RuntimeError # Issue 29921 | 49 const_list_set_range_test: RuntimeError # Issue 29921 |
50 compare_to2_test: RuntimeError # Issue 30170 | 50 compare_to2_test: RuntimeError # Issue 30170 |
51 date_time10_test: RuntimeError # Issue 29921 | 51 date_time10_test: RuntimeError # Issue 29921 |
| 52 hash_set_test/01: RuntimeError # Issue 29921 |
52 regexp/regress-regexp-codeflush_test: RuntimeError # Issue 29921 | 53 regexp/regress-regexp-codeflush_test: RuntimeError # Issue 29921 |
53 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 | 54 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 |
54 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 | 55 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 |
55 regexp/results-cache_test: RuntimeError # Issue 29921 | 56 regexp/results-cache_test: RuntimeError # Issue 29921 |
56 regexp/stack-overflow2_test: RuntimeError # Issue 29921 | 57 regexp/stack-overflow2_test: RuntimeError # Issue 29921 |
57 regexp/stack-overflow_test: RuntimeError # Issue 29921 | 58 regexp/stack-overflow_test: RuntimeError # Issue 29921 |
58 regexp/unicode-handling_test: RuntimeError # Issue 29921 | 59 regexp/unicode-handling_test: RuntimeError # Issue 29921 |
59 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 | 60 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 |
| 61 regress_r21715_test: RuntimeError # Issue 29921 |
60 string_operations_with_null_test: RuntimeError # Issue 29921 | 62 string_operations_with_null_test: RuntimeError # Issue 29921 |
61 symbol_operator_test: RuntimeError # Issue 29921 | 63 symbol_operator_test: RuntimeError # Issue 29921 |
62 symbol_operator_test/03: RuntimeError # Issue 29921 | 64 symbol_operator_test/03: RuntimeError # Issue 29921 |
63 symbol_test/none: RuntimeError # Issue 29921 | 65 symbol_test/none: RuntimeError # Issue 29921 |
64 symbol_reserved_word_test/06: RuntimeError # Issue 29921 | 66 symbol_reserved_word_test/06: RuntimeError # Issue 29921 |
65 symbol_reserved_word_test/09: RuntimeError # Issue 29921 | 67 symbol_reserved_word_test/09: RuntimeError # Issue 29921 |
66 symbol_reserved_word_test/12: RuntimeError # Issue 29921 | 68 symbol_reserved_word_test/12: RuntimeError # Issue 29921 |
67 | 69 |
68 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 70 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
69 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 71 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
70 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 72 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
71 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 73 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
72 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 74 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
73 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 75 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
74 compare_to2_test: RuntimeError, OK # Requires bigint support. | 76 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 77 regress_r21715_test: RuntimeError # Requires bigint support. |
75 | 78 |
76 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 79 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
77 core_runtime_types_test: Pass, Fail # Issue 27913 | 80 core_runtime_types_test: Pass, Fail # Issue 27913 |
78 | 81 |
79 [ $runtime == flutter ] | 82 [ $runtime == flutter ] |
80 apply3_test: CompileTimeError # mirrors not supported | 83 apply3_test: CompileTimeError # mirrors not supported |
81 bool_from_environment_test: Fail # Flutter Issue 9111 | 84 bool_from_environment_test: Fail # Flutter Issue 9111 |
82 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 85 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
83 string_from_environment_test: Fail # Flutter Issue 9111 | 86 string_from_environment_test: Fail # Flutter Issue 9111 |
84 string_from_environment2_test: Fail # Flutter Issue 9111 | 87 string_from_environment2_test: Fail # Flutter Issue 9111 |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] | 166 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] |
164 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 | 167 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 |
165 | 168 |
166 # With the exception of 'void', const Symbol() should not accept reserved | 169 # With the exception of 'void', const Symbol() should not accept reserved |
167 # words. | 170 # words. |
168 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 171 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
169 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 | 172 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 |
170 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 | 173 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 |
171 | 174 |
172 [ $compiler == dart2js ] | 175 [ $compiler == dart2js ] |
| 176 hash_set_test/01: RuntimeError # Issue 11551 |
173 string_static_test: MissingCompileTimeError | 177 string_static_test: MissingCompileTimeError |
174 symbol_test/04: MissingCompileTimeError | 178 symbol_test/04: MissingCompileTimeError |
175 | 179 |
176 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] | 180 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] |
177 symbol_test/02: MissingCompileTimeError # Issue 11669 | 181 symbol_test/02: MissingCompileTimeError # Issue 11669 |
178 symbol_test/03: MissingCompileTimeError # Issue 11669 | 182 symbol_test/03: MissingCompileTimeError # Issue 11669 |
179 symbol_test/04: MissingCompileTimeError | 183 symbol_test/04: MissingCompileTimeError |
180 | 184 |
181 [ $runtime == safari || $runtime == safarimobilesim ] | 185 [ $runtime == safari || $runtime == safarimobilesim ] |
182 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 186 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 *: Skip # Issue 29626 | 382 *: Skip # Issue 29626 |
379 | 383 |
380 [$arch == simdbc || $arch == simdbc64] | 384 [$arch == simdbc || $arch == simdbc64] |
381 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 385 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
382 | 386 |
383 [ $compiler == dart2js && $runtime != none && !$checked ] | 387 [ $compiler == dart2js && $runtime != none && !$checked ] |
384 splay_tree_from_iterable_test: RuntimeError | 388 splay_tree_from_iterable_test: RuntimeError |
385 | 389 |
386 [ $compiler == none && $runtime == vm && !$checked ] | 390 [ $compiler == none && $runtime == vm && !$checked ] |
387 splay_tree_from_iterable_test: RuntimeError | 391 splay_tree_from_iterable_test: RuntimeError |
OLD | NEW |