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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 80 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
81 | 81 |
82 [ $compiler == dart2js && $runtime != none && !$checked ] | 82 [ $compiler == dart2js && $runtime != none && !$checked ] |
83 growable_list_test: RuntimeError # Concurrent modifications test always runs | 83 growable_list_test: RuntimeError # Concurrent modifications test always runs |
84 | 84 |
85 [ $compiler == dartdevc && $runtime != none ] | 85 [ $compiler == dartdevc && $runtime != none ] |
86 apply2_test: RuntimeError # Issue 29921 | 86 apply2_test: RuntimeError # Issue 29921 |
87 apply3_test: RuntimeError # Issue 29921 | 87 apply3_test: RuntimeError # Issue 29921 |
88 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 88 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
89 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 89 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
90 const_list_literal_test: RuntimeError # Issue 29921 | |
91 const_list_remove_range_test: RuntimeError # Issue 29921 | |
92 const_list_set_range_test: RuntimeError # Issue 29921 | |
93 compare_to2_test: RuntimeError # Issue 30170 | 90 compare_to2_test: RuntimeError # Issue 30170 |
94 date_time10_test: RuntimeError # Issue 29921 | 91 date_time10_test: RuntimeError # Issue 29921 |
95 growable_list_test: RuntimeError # Issue 29921 | |
96 hash_set_test/01: RuntimeError # Issue 29921 | 92 hash_set_test/01: RuntimeError # Issue 29921 |
97 iterable_reduce_test/none: RuntimeError | 93 iterable_reduce_test/none: RuntimeError |
98 iterable_to_list_test/*: RuntimeError | 94 iterable_to_list_test/*: RuntimeError |
99 list_test/none: RuntimeError | 95 list_concurrent_modify_test: RuntimeError # DDC uses ES6 array iterators so it d
oes not issue this |
100 list_test/01: RuntimeError | |
101 nan_infinity_test/01: RuntimeError # Issue 29921 | 96 nan_infinity_test/01: RuntimeError # Issue 29921 |
102 null_nosuchmethod_test: RuntimeError # Issue 29921 | 97 null_nosuchmethod_test: RuntimeError # Issue 29921 |
103 main_test: RuntimeError # Issue 29921 | 98 main_test: RuntimeError # Issue 29921 |
104 map_test: RuntimeError # Issue 29921 | 99 map_test: RuntimeError # Issue 29921 |
105 map_keys2_test: RuntimeError # Issue 29921 | 100 map_keys2_test: RuntimeError # Issue 29921 |
106 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 | 101 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 |
107 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 | 102 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 |
108 regexp/look-ahead_test: RuntimeError # Issue 29921 | 103 regexp/look-ahead_test: RuntimeError # Issue 29921 |
109 regexp/loop-capture_test: RuntimeError # Issue 29921 | 104 regexp/loop-capture_test: RuntimeError # Issue 29921 |
110 regexp/malformed-escapes_test: RuntimeError # Issue 29921 | 105 regexp/malformed-escapes_test: RuntimeError # Issue 29921 |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 regress_r21715_test: RuntimeError # Requires bigint support. | 169 regress_r21715_test: RuntimeError # Requires bigint support. |
175 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about -
-limit-ints-to-64-bits | 170 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about -
-limit-ints-to-64-bits |
176 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about
--limit-ints-to-64-bits | 171 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about
--limit-ints-to-64-bits |
177 | 172 |
178 [ $compiler == dart2js && $runtime != none ] | 173 [ $compiler == dart2js && $runtime != none ] |
179 nan_infinity_test/01: RuntimeError | 174 nan_infinity_test/01: RuntimeError |
180 integer_to_string_test/01: RuntimeError | 175 integer_to_string_test/01: RuntimeError |
181 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system | 176 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system |
182 int_parse_radix_test/01: RuntimeError | 177 int_parse_radix_test/01: RuntimeError |
183 int_parse_radix_test/02: RuntimeError | 178 int_parse_radix_test/02: RuntimeError |
| 179 list_test/*: RuntimeError # dart2js doesn't implement strong mode covariance che
cks |
184 string_split_test: RuntimeError # does not return List<String> | 180 string_split_test: RuntimeError # does not return List<String> |
| 181 list_concurrent_modify_test: RuntimeError # dart2js does not fully implement the
se |
185 | 182 |
186 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 183 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
187 core_runtime_types_test: Pass, Fail # Issue 27913 | 184 core_runtime_types_test: Pass, Fail # Issue 27913 |
188 | 185 |
189 [ $compiler != dartdevc ] | 186 [ $compiler != dartdevc ] |
190 error_stack_trace_test/static: MissingCompileTimeError | 187 error_stack_trace_test/static: MissingCompileTimeError |
191 iterable_element_at_test/static: MissingCompileTimeError | 188 iterable_element_at_test/static: MissingCompileTimeError |
192 | 189 |
193 [ $compiler == dartdevc && $runtime != none ] | 190 [ $compiler == dartdevc && $runtime != none ] |
194 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' | 191 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' |
195 list_fill_range_test: RuntimeError # Issue 29921 | |
196 list_insert_test: RuntimeError # Issue 29921 | |
197 list_removeat_test: RuntimeError # Issue 29921 | 192 list_removeat_test: RuntimeError # Issue 29921 |
198 list_replace_range_test: RuntimeError # Issue 29921 | 193 list_replace_range_test: RuntimeError # Issue 29921 |
199 list_set_all_test: RuntimeError # Issue 29921 | 194 list_set_all_test: RuntimeError # Issue 29921 |
200 json_map_test: RuntimeError # Issue 29921 | 195 json_map_test: RuntimeError # Issue 29921 |
201 core_runtime_types_test: RuntimeError # Issue 29921 - runtime cast failure | 196 core_runtime_types_test: RuntimeError # Issue 29921 - runtime cast failure |
202 string_fromcharcodes_test: RuntimeError # Issue 29921 - runtime cast failure | 197 string_fromcharcodes_test: RuntimeError # Issue 29921 - runtime cast failure |
203 uri_query_test: RuntimeError # Issue 29921 - runtime cast failure | 198 uri_query_test: RuntimeError # Issue 29921 - runtime cast failure |
204 int_parse_radix_test/01: RuntimeError # Issue 29921 | 199 int_parse_radix_test/01: RuntimeError # Issue 29921 |
205 int_parse_radix_test/02: RuntimeError # Issue 29921 | 200 int_parse_radix_test/02: RuntimeError # Issue 29921 |
206 integer_to_radix_string_test: RuntimeError # Issue 29921 | 201 integer_to_radix_string_test: RuntimeError # Issue 29921 |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 big_integer_parsed_mul_div_vm_test: Pass, SloW | 315 big_integer_parsed_mul_div_vm_test: Pass, SloW |
321 int_parse_radix_test/*: Pass, Slow | 316 int_parse_radix_test/*: Pass, Slow |
322 | 317 |
323 [ $compiler == precompiler ] | 318 [ $compiler == precompiler ] |
324 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 319 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
325 | 320 |
326 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | 321 [ $compiler == none && ($runtime == vm || $runtime == flutter)] |
327 string_trimlr_test/02: RuntimeError # Issue 29060 | 322 string_trimlr_test/02: RuntimeError # Issue 29060 |
328 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system | 323 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system |
329 | 324 |
| 325 |
330 [ $compiler == precompiler || $compiler == app_jit ] | 326 [ $compiler == precompiler || $compiler == app_jit ] |
331 string_trimlr_test/02: RuntimeError # Issue 29060 | 327 string_trimlr_test/02: RuntimeError # Issue 29060 |
332 | 328 |
333 # void should be a valid symbol. | 329 # void should be a valid symbol. |
334 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] | 330 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] |
335 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 | 331 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 |
336 | 332 |
337 # With the exception of 'void', const Symbol() should not accept reserved | 333 # With the exception of 'void', const Symbol() should not accept reserved |
338 # words. | 334 # words. |
339 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 335 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 string_from_environment_test: Skip | 453 string_from_environment_test: Skip |
458 | 454 |
459 [ $system == windows && $arch == x64 ] | 455 [ $system == windows && $arch == x64 ] |
460 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 456 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
461 | 457 |
462 [ $runtime == vm ] | 458 [ $runtime == vm ] |
463 string_case_test/01: RuntimeError | 459 string_case_test/01: RuntimeError |
464 | 460 |
465 [ $runtime == vm || $runtime == dart_precompiled ] | 461 [ $runtime == vm || $runtime == dart_precompiled ] |
466 string_split_test: RuntimeError # does not return List<String> | 462 string_split_test: RuntimeError # does not return List<String> |
| 463 list_test/*: RuntimeError # VM doesn't implement strong mode covariance checks |
467 | 464 |
468 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 465 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
469 apply2_test: Crash | 466 apply2_test: Crash |
470 apply3_test: Crash | 467 apply3_test: Crash |
471 apply4_test: Crash | 468 apply4_test: Crash |
472 apply5_test: Crash | 469 apply5_test: Crash |
473 apply_test: Crash | 470 apply_test: Crash |
474 big_integer_arith_vm_test/modInv: Crash | 471 big_integer_arith_vm_test/modInv: Crash |
475 big_integer_arith_vm_test/shift: Crash | 472 big_integer_arith_vm_test/shift: Crash |
476 bit_twiddling_bigint_test: Crash | 473 bit_twiddling_bigint_test: Crash |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 | 961 |
965 [ $compiler == dart2analyzer && $checked && !$strong ] | 962 [ $compiler == dart2analyzer && $checked && !$strong ] |
966 iterable_fold_test/01: Pass | 963 iterable_fold_test/01: Pass |
967 | 964 |
968 [ $compiler == dart2analyzer && $strong && !$checked ] | 965 [ $compiler == dart2analyzer && $strong && !$checked ] |
969 iterable_fold_test/01: CompileTimeError | 966 iterable_fold_test/01: CompileTimeError |
970 | 967 |
971 [ $runtime == dart_precompiled && $minified ] | 968 [ $runtime == dart_precompiled && $minified ] |
972 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper | 969 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper |
973 error_stack_trace1_test: Skip # Expects unobfuscated stack trace | 970 error_stack_trace1_test: Skip # Expects unobfuscated stack trace |
OLD | NEW |