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 apply2_test: RuntimeError # Issue 29921 | 42 apply2_test: RuntimeError # Issue 29921 |
43 apply3_test: RuntimeError # Issue 29921 | 43 apply3_test: RuntimeError # Issue 29921 |
44 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 44 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
45 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 45 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
46 const_list_literal_test: RuntimeError # Issue 29921 | 46 const_list_literal_test: RuntimeError # Issue 29921 |
47 const_list_remove_range_test: RuntimeError # Issue 29921 | 47 const_list_remove_range_test: RuntimeError # Issue 29921 |
48 const_list_set_range_test: RuntimeError # Issue 29921 | 48 const_list_set_range_test: RuntimeError # Issue 29921 |
49 compare_to2_test: RuntimeError # Issue 30170 | 49 compare_to2_test: RuntimeError # Issue 30170 |
50 date_time10_test: RuntimeError # Issue 29921 | 50 date_time10_test: RuntimeError # Issue 29921 |
51 hash_set_test/01: RuntimeError # Issue 29921 | 51 hash_set_test/01: RuntimeError # Issue 29921 |
| 52 main_test: RuntimeError # Issue 29921 |
| 53 map_test: RuntimeError # Issue 29921 |
| 54 map_keys2_test: RuntimeError # Issue 29921 |
52 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 | 55 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 |
53 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 | 56 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 |
54 regexp/look-ahead_test: RuntimeError # Issue 29921 | 57 regexp/look-ahead_test: RuntimeError # Issue 29921 |
55 regexp/loop-capture_test: RuntimeError # Issue 29921 | 58 regexp/loop-capture_test: RuntimeError # Issue 29921 |
56 regexp/malformed-escapes_test: RuntimeError # Issue 29921 | 59 regexp/malformed-escapes_test: RuntimeError # Issue 29921 |
57 regexp/many-brackets_test: RuntimeError # Issue 29921 | 60 regexp/many-brackets_test: RuntimeError # Issue 29921 |
58 regexp/negative-special-characters_test: RuntimeError # Issue 29921 | 61 regexp/negative-special-characters_test: RuntimeError # Issue 29921 |
59 regexp/no-extensions_test: RuntimeError # Issue 29921 | 62 regexp/no-extensions_test: RuntimeError # Issue 29921 |
60 regexp/non-bmp_test: RuntimeError # Issue 29921 | 63 regexp/non-bmp_test: RuntimeError # Issue 29921 |
61 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 | 64 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 core_runtime_types_test: Pass, Fail # Issue 27913 | 113 core_runtime_types_test: Pass, Fail # Issue 27913 |
111 | 114 |
112 [ $runtime == flutter ] | 115 [ $runtime == flutter ] |
113 apply3_test: CompileTimeError # mirrors not supported | 116 apply3_test: CompileTimeError # mirrors not supported |
114 bool_from_environment_test: Fail # Flutter Issue 9111 | 117 bool_from_environment_test: Fail # Flutter Issue 9111 |
115 int_from_environment_test: Fail # Flutter Issue 9111 | 118 int_from_environment_test: Fail # Flutter Issue 9111 |
116 int_from_environment2_test: Fail # Flutter Issue 9111 | 119 int_from_environment2_test: Fail # Flutter Issue 9111 |
117 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 120 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
118 string_from_environment_test: Fail # Flutter Issue 9111 | 121 string_from_environment_test: Fail # Flutter Issue 9111 |
119 string_from_environment2_test: Fail # Flutter Issue 9111 | 122 string_from_environment2_test: Fail # Flutter Issue 9111 |
| 123 main_test: RuntimeError # Flutter Issue 9111 |
120 | 124 |
121 [ $hot_reload || $hot_reload_rollback ] | 125 [ $hot_reload || $hot_reload_rollback ] |
122 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 126 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
123 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow | 127 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow |
124 | 128 |
125 [ $hot_reload || $hot_reload_rollback ] | 129 [ $hot_reload || $hot_reload_rollback ] |
126 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 130 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
127 | 131 |
128 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 132 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
129 compare_to2_test: Fail # Issue 4018 | 133 compare_to2_test: Fail # Issue 4018 |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 uri_ipv4_test: Crash | 414 uri_ipv4_test: Crash |
411 uri_ipv6_test: Crash | 415 uri_ipv6_test: Crash |
412 uri_normalize_path_test: Crash | 416 uri_normalize_path_test: Crash |
413 uri_normalize_test: Crash | 417 uri_normalize_test: Crash |
414 uri_parameters_all_test: Crash | 418 uri_parameters_all_test: Crash |
415 uri_parse_test: Crash | 419 uri_parse_test: Crash |
416 uri_path_test: Crash | 420 uri_path_test: Crash |
417 uri_query_test: Crash | 421 uri_query_test: Crash |
418 uri_scheme_test: Crash | 422 uri_scheme_test: Crash |
419 uri_test: Crash | 423 uri_test: Crash |
| 424 map_test: Crash # Issue 27394 |
| 425 main_test: Crash |
| 426 map_contains_value_test: Crash |
| 427 map_from_iterable_test: Crash |
| 428 map_from_iterables_test: Crash |
| 429 map_from_test: Crash |
| 430 map_keys2_test: Crash |
| 431 map_keys_test: Crash |
420 | 432 |
421 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 433 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
422 stopwatch_test: Crash | 434 stopwatch_test: Crash |
423 type_hashcode_test: Crash | 435 type_hashcode_test: Crash |
| 436 map_contains_key_test: Crash |
| 437 map_index_test: Crash |
| 438 map_remove_test: Crash |
424 | 439 |
425 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 440 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
426 big_integer_arith_vm_test/add: Crash | 441 big_integer_arith_vm_test/add: Crash |
427 big_integer_arith_vm_test/div: Crash | 442 big_integer_arith_vm_test/div: Crash |
428 big_integer_arith_vm_test/gcd: Crash | 443 big_integer_arith_vm_test/gcd: Crash |
429 big_integer_arith_vm_test/mod: Crash | 444 big_integer_arith_vm_test/mod: Crash |
430 big_integer_arith_vm_test/modPow: Crash | 445 big_integer_arith_vm_test/modPow: Crash |
431 big_integer_arith_vm_test/mul: Crash | 446 big_integer_arith_vm_test/mul: Crash |
432 big_integer_arith_vm_test/negate: Crash | 447 big_integer_arith_vm_test/negate: Crash |
433 big_integer_arith_vm_test/none: Crash | 448 big_integer_arith_vm_test/none: Crash |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 string_trim2_test: Crash | 539 string_trim2_test: Crash |
525 string_trim_test: Crash | 540 string_trim_test: Crash |
526 strings_test: Crash | 541 strings_test: Crash |
527 symbol_reserved_word_test/03: Crash | 542 symbol_reserved_word_test/03: Crash |
528 symbol_reserved_word_test/05: Crash | 543 symbol_reserved_word_test/05: Crash |
529 throw_half_surrogate_pair_test/01: Crash | 544 throw_half_surrogate_pair_test/01: Crash |
530 throw_half_surrogate_pair_test/02: Crash | 545 throw_half_surrogate_pair_test/02: Crash |
531 toInt_test: Crash | 546 toInt_test: Crash |
532 type_hashcode_test: Crash | 547 type_hashcode_test: Crash |
533 unicode_test: Crash | 548 unicode_test: Crash |
| 549 map_contains_key_test: Crash |
| 550 map_index_test: Crash |
| 551 map_remove_test: Crash |
534 | 552 |
535 [$arch == simdbc || $arch == simdbc64] | 553 [$arch == simdbc || $arch == simdbc64] |
536 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 554 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
537 | 555 |
538 [ $compiler == dart2js && $runtime != none && !$checked ] | 556 [ $compiler == dart2js && $runtime != none && !$checked ] |
539 splay_tree_from_iterable_test: RuntimeError | 557 splay_tree_from_iterable_test: RuntimeError |
540 | 558 |
541 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] | 559 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] |
542 splay_tree_from_iterable_test: RuntimeError | 560 splay_tree_from_iterable_test: RuntimeError |
543 | 561 |
544 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 562 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
545 splay_tree_from_iterable_test: RuntimeError | 563 splay_tree_from_iterable_test: RuntimeError |
546 | 564 |
547 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 565 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
548 regexp/pcre_test: Pass, Slow, Timeout | 566 regexp/pcre_test: Pass, Slow, Timeout |
549 | 567 |
550 [ $mode == debug ] | 568 [ $mode == debug ] |
551 regexp/pcre_test: Pass, Slow # Issue 22008 | 569 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 570 |
| 571 [ $compiler == dartk && $runtime == vm ] |
| 572 map_keys2_test: RuntimeError |
OLD | NEW |