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 num_clamp_static_test: MissingCompileTimeError |
| 9 print_test/01: MissingCompileTimeError |
8 splay_tree_test/01: MissingCompileTimeError | 10 splay_tree_test/01: MissingCompileTimeError |
9 splay_tree_test/02: MissingCompileTimeError | 11 splay_tree_test/02: MissingCompileTimeError |
10 string_base_vm_static_test: MissingCompileTimeError | 12 string_base_vm_static_test: MissingCompileTimeError |
11 string_replace_static_test: MissingCompileTimeError | 13 string_replace_static_test: MissingCompileTimeError |
12 string_static_test: MissingCompileTimeError | 14 string_static_test: MissingCompileTimeError |
13 | 15 |
14 [ !$strong && $compiler != dartdevc && $checked ] | 16 [ !$strong && $compiler != dartdevc && $checked ] |
15 core_runtime_types_static_test: MissingCompileTimeError | 17 core_runtime_types_static_test: MissingCompileTimeError |
| 18 num_clamp_static_test: MissingCompileTimeError |
| 19 print_test/01: MissingCompileTimeError |
16 splay_tree_test/01: MissingCompileTimeError | 20 splay_tree_test/01: MissingCompileTimeError |
17 splay_tree_test/02: MissingCompileTimeError | 21 splay_tree_test/02: MissingCompileTimeError |
18 string_base_vm_static_test: MissingCompileTimeError | 22 string_base_vm_static_test: MissingCompileTimeError |
19 string_replace_static_test: MissingCompileTimeError | 23 string_replace_static_test: MissingCompileTimeError |
20 string_static_test: MissingCompileTimeError | 24 string_static_test: MissingCompileTimeError |
21 | 25 |
22 [ !$strong && !$checked ] | 26 [ !$strong && !$checked ] |
23 core_runtime_types_static_test: MissingCompileTimeError | 27 core_runtime_types_static_test: MissingCompileTimeError |
| 28 num_clamp_static_test: MissingCompileTimeError |
| 29 print_test/01: MissingCompileTimeError |
24 splay_tree_test/01: MissingCompileTimeError | 30 splay_tree_test/01: MissingCompileTimeError |
25 splay_tree_test/02: MissingCompileTimeError | 31 splay_tree_test/02: MissingCompileTimeError |
26 string_base_vm_static_test: MissingCompileTimeError | 32 string_base_vm_static_test: MissingCompileTimeError |
27 string_replace_static_test: MissingCompileTimeError | 33 string_replace_static_test: MissingCompileTimeError |
28 string_static_test: MissingCompileTimeError | 34 string_static_test: MissingCompileTimeError |
29 | 35 |
30 [ $compiler == dart2analyzer && !$strong ] | 36 [ $compiler == dart2analyzer && !$strong ] |
31 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 | 37 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 |
32 | 38 |
33 [ $compiler == dart2js && $fast_startup ] | 39 [ $compiler == dart2js && $fast_startup ] |
34 apply3_test: Fail # mirrors not supported | 40 apply3_test: Fail # mirrors not supported |
35 | 41 |
36 [ $compiler == precompiler ] | 42 [ $compiler == precompiler ] |
37 apply3_test: SkipByDesign | 43 apply3_test: SkipByDesign |
38 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 44 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
39 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 45 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
40 | 46 |
41 [ $compiler == dartdevc && $runtime != none ] | 47 [ $compiler == dartdevc && $runtime != none ] |
42 apply2_test: RuntimeError # Issue 29921 | 48 apply2_test: RuntimeError # Issue 29921 |
43 apply3_test: RuntimeError # Issue 29921 | 49 apply3_test: RuntimeError # Issue 29921 |
44 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 50 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
45 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 51 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
46 const_list_literal_test: RuntimeError # Issue 29921 | 52 const_list_literal_test: RuntimeError # Issue 29921 |
47 const_list_remove_range_test: RuntimeError # Issue 29921 | 53 const_list_remove_range_test: RuntimeError # Issue 29921 |
48 const_list_set_range_test: RuntimeError # Issue 29921 | 54 const_list_set_range_test: RuntimeError # Issue 29921 |
49 compare_to2_test: RuntimeError # Issue 30170 | 55 compare_to2_test: RuntimeError # Issue 30170 |
50 date_time10_test: RuntimeError # Issue 29921 | 56 date_time10_test: RuntimeError # Issue 29921 |
51 hash_set_test/01: RuntimeError # Issue 29921 | 57 hash_set_test/01: RuntimeError # Issue 29921 |
| 58 nan_infinity_test/01: RuntimeError # Issue 29921 |
| 59 null_nosuchmethod_test: RuntimeError # Issue 29921 |
52 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 | 60 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 |
53 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 | 61 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 |
54 regexp/look-ahead_test: RuntimeError # Issue 29921 | 62 regexp/look-ahead_test: RuntimeError # Issue 29921 |
55 regexp/loop-capture_test: RuntimeError # Issue 29921 | 63 regexp/loop-capture_test: RuntimeError # Issue 29921 |
56 regexp/malformed-escapes_test: RuntimeError # Issue 29921 | 64 regexp/malformed-escapes_test: RuntimeError # Issue 29921 |
57 regexp/many-brackets_test: RuntimeError # Issue 29921 | 65 regexp/many-brackets_test: RuntimeError # Issue 29921 |
58 regexp/negative-special-characters_test: RuntimeError # Issue 29921 | 66 regexp/negative-special-characters_test: RuntimeError # Issue 29921 |
59 regexp/no-extensions_test: RuntimeError # Issue 29921 | 67 regexp/no-extensions_test: RuntimeError # Issue 29921 |
60 regexp/non-bmp_test: RuntimeError # Issue 29921 | 68 regexp/non-bmp_test: RuntimeError # Issue 29921 |
61 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 | 69 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 107 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
100 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 108 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
101 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 109 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
102 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 110 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
103 compare_to2_test: RuntimeError, OK # Requires bigint support. | 111 compare_to2_test: RuntimeError, OK # Requires bigint support. |
104 hash_set_test/01: RuntimeError # Issue 11551 | 112 hash_set_test/01: RuntimeError # Issue 11551 |
105 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 | 113 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
106 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 | 114 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 |
107 regress_r21715_test: RuntimeError # Requires bigint support. | 115 regress_r21715_test: RuntimeError # Requires bigint support. |
108 | 116 |
| 117 [ $compiler == dart2js && $runtime != none ] |
| 118 nan_infinity_test/01: RuntimeError |
| 119 |
109 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 120 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
110 core_runtime_types_test: Pass, Fail # Issue 27913 | 121 core_runtime_types_test: Pass, Fail # Issue 27913 |
111 | 122 |
112 [ $runtime == flutter ] | 123 [ $runtime == flutter ] |
113 apply3_test: CompileTimeError # mirrors not supported | 124 apply3_test: CompileTimeError # mirrors not supported |
114 bool_from_environment_test: Fail # Flutter Issue 9111 | 125 bool_from_environment_test: Fail # Flutter Issue 9111 |
115 int_from_environment_test: Fail # Flutter Issue 9111 | 126 int_from_environment_test: Fail # Flutter Issue 9111 |
116 int_from_environment2_test: Fail # Flutter Issue 9111 | 127 int_from_environment2_test: Fail # Flutter Issue 9111 |
117 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 128 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
118 string_from_environment_test: Fail # Flutter Issue 9111 | 129 string_from_environment_test: Fail # Flutter Issue 9111 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 big_integer_parsed_mul_div_vm_test: Pass, SloW | 191 big_integer_parsed_mul_div_vm_test: Pass, SloW |
181 | 192 |
182 [ $compiler == precompiler ] | 193 [ $compiler == precompiler ] |
183 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 194 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
184 | 195 |
185 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | 196 [ $compiler == none && ($runtime == vm || $runtime == flutter)] |
186 string_trimlr_test/02: RuntimeError # Issue 29060 | 197 string_trimlr_test/02: RuntimeError # Issue 29060 |
187 | 198 |
188 [ $compiler == precompiler || $compiler == app_jit ] | 199 [ $compiler == precompiler || $compiler == app_jit ] |
189 string_trimlr_test/02: RuntimeError # Issue 29060 | 200 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 201 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
190 | 202 |
191 # void should be a valid symbol. | 203 # void should be a valid symbol. |
192 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] | 204 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] |
193 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 | 205 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 |
194 | 206 |
195 # With the exception of 'void', const Symbol() should not accept reserved | 207 # With the exception of 'void', const Symbol() should not accept reserved |
196 # words. | 208 # words. |
197 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 209 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
198 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 | 210 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 |
199 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 | 211 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 uri_ipv4_test: Crash | 422 uri_ipv4_test: Crash |
411 uri_ipv6_test: Crash | 423 uri_ipv6_test: Crash |
412 uri_normalize_path_test: Crash | 424 uri_normalize_path_test: Crash |
413 uri_normalize_test: Crash | 425 uri_normalize_test: Crash |
414 uri_parameters_all_test: Crash | 426 uri_parameters_all_test: Crash |
415 uri_parse_test: Crash | 427 uri_parse_test: Crash |
416 uri_path_test: Crash | 428 uri_path_test: Crash |
417 uri_query_test: Crash | 429 uri_query_test: Crash |
418 uri_scheme_test: Crash | 430 uri_scheme_test: Crash |
419 uri_test: Crash | 431 uri_test: Crash |
| 432 map_to_string_test: Crash |
| 433 map_values2_test: Crash |
| 434 map_values3_test: Crash |
| 435 map_values4_test: Crash |
| 436 map_values_test: Crash |
| 437 maps_test: Crash |
| 438 nan_infinity_test/01: RuntimeError |
| 439 null_nosuchmethod_test: Crash |
| 440 null_test: Crash |
| 441 num_clamp_test: Crash |
| 442 num_parse_test/01: Crash |
| 443 num_parse_test/none: Crash |
| 444 queue_first_test: Crash |
| 445 queue_iterator_test: Crash |
| 446 queue_last_test: Crash |
| 447 queue_single_test: Crash |
| 448 queue_test: Crash |
420 | 449 |
421 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 450 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
422 stopwatch_test: Crash | 451 stopwatch_test: Crash |
423 type_hashcode_test: Crash | 452 type_hashcode_test: Crash |
424 | 453 |
425 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 454 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
426 big_integer_arith_vm_test/add: Crash | 455 big_integer_arith_vm_test/add: Crash |
427 big_integer_arith_vm_test/div: Crash | 456 big_integer_arith_vm_test/div: Crash |
428 big_integer_arith_vm_test/gcd: Crash | 457 big_integer_arith_vm_test/gcd: Crash |
429 big_integer_arith_vm_test/mod: Crash | 458 big_integer_arith_vm_test/mod: Crash |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 string_trim2_test: Crash | 553 string_trim2_test: Crash |
525 string_trim_test: Crash | 554 string_trim_test: Crash |
526 strings_test: Crash | 555 strings_test: Crash |
527 symbol_reserved_word_test/03: Crash | 556 symbol_reserved_word_test/03: Crash |
528 symbol_reserved_word_test/05: Crash | 557 symbol_reserved_word_test/05: Crash |
529 throw_half_surrogate_pair_test/01: Crash | 558 throw_half_surrogate_pair_test/01: Crash |
530 throw_half_surrogate_pair_test/02: Crash | 559 throw_half_surrogate_pair_test/02: Crash |
531 toInt_test: Crash | 560 toInt_test: Crash |
532 type_hashcode_test: Crash | 561 type_hashcode_test: Crash |
533 unicode_test: Crash | 562 unicode_test: Crash |
| 563 nan_infinity_test/01: Crash |
| 564 nan_infinity_test/none: Crash |
| 565 num_sign_test: Crash |
| 566 print_test/01: Crash |
| 567 print_test/none: Crash |
534 | 568 |
535 [$arch == simdbc || $arch == simdbc64] | 569 [$arch == simdbc || $arch == simdbc64] |
536 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 570 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
537 | 571 |
538 [ $compiler == dart2js && $runtime != none && !$checked ] | 572 [ $compiler == dart2js && $runtime != none && !$checked ] |
539 splay_tree_from_iterable_test: RuntimeError | 573 splay_tree_from_iterable_test: RuntimeError |
540 | 574 |
541 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] | 575 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] |
542 splay_tree_from_iterable_test: RuntimeError | 576 splay_tree_from_iterable_test: RuntimeError |
543 | 577 |
544 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 578 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
545 splay_tree_from_iterable_test: RuntimeError | 579 splay_tree_from_iterable_test: RuntimeError |
546 | 580 |
547 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 581 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
548 regexp/pcre_test: Pass, Slow, Timeout | 582 regexp/pcre_test: Pass, Slow, Timeout |
549 | 583 |
550 [ $mode == debug ] | 584 [ $mode == debug ] |
551 regexp/pcre_test: Pass, Slow # Issue 22008 | 585 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 586 |
| 587 [ $compiler == dart2js && ! $browser ] |
| 588 package_resource_test: RuntimeError # Issue 26842 |
OLD | NEW |