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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 nan_infinity_test/01: RuntimeError | 157 nan_infinity_test/01: RuntimeError |
158 | 158 |
159 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 159 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
160 core_runtime_types_test: Pass, Fail # Issue 27913 | 160 core_runtime_types_test: Pass, Fail # Issue 27913 |
161 | 161 |
162 [ $compiler != dartdevc ] | 162 [ $compiler != dartdevc ] |
163 error_stack_trace_test/static: MissingCompileTimeError | 163 error_stack_trace_test/static: MissingCompileTimeError |
164 | 164 |
165 [ $compiler == dartdevc ] | 165 [ $compiler == dartdevc ] |
166 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' | 166 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' |
| 167 list_removeat_test: RuntimeError # Issue 29921 |
| 168 list_replace_range_test: RuntimeError # Issue 29921 |
| 169 list_set_all_test: RuntimeError # Issue 29921 |
167 | 170 |
168 [ $runtime == flutter ] | 171 [ $runtime == flutter ] |
169 apply3_test: CompileTimeError # mirrors not supported | 172 apply3_test: CompileTimeError # mirrors not supported |
170 bool_from_environment_test: Fail # Flutter Issue 9111 | 173 bool_from_environment_test: Fail # Flutter Issue 9111 |
171 int_from_environment_test: Fail # Flutter Issue 9111 | 174 int_from_environment_test: Fail # Flutter Issue 9111 |
172 int_from_environment2_test: Fail # Flutter Issue 9111 | 175 int_from_environment2_test: Fail # Flutter Issue 9111 |
173 format_exception_test: RuntimeError # Flutter Issue 9111 | 176 format_exception_test: RuntimeError # Flutter Issue 9111 |
174 from_environment_const_type_test/none: Fail # Flutter Issue 9111 | 177 from_environment_const_type_test/none: Fail # Flutter Issue 9111 |
175 from_environment_const_type_test/01: Fail # Flutter Issue 9111 | 178 from_environment_const_type_test/01: Fail # Flutter Issue 9111 |
176 from_environment_const_type_test/05: Fail # Flutter Issue 9111 | 179 from_environment_const_type_test/05: Fail # Flutter Issue 9111 |
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 map_from_iterable_test: Crash | 611 map_from_iterable_test: Crash |
609 map_from_iterables_test: Crash | 612 map_from_iterables_test: Crash |
610 map_from_test: Crash | 613 map_from_test: Crash |
611 map_keys2_test: Crash | 614 map_keys2_test: Crash |
612 map_keys_test: Crash | 615 map_keys_test: Crash |
613 list_test/01: Crash | 616 list_test/01: Crash |
614 list_test/none: Crash | 617 list_test/none: Crash |
615 list_to_string2_test: Crash | 618 list_to_string2_test: Crash |
616 list_to_string_test: Crash | 619 list_to_string_test: Crash |
617 list_unmodifiable_test: Crash | 620 list_unmodifiable_test: Crash |
| 621 list_iterators_test: Crash |
| 622 list_last_test: Crash |
| 623 list_map_test: Crash |
| 624 list_remove_range_test: Crash |
| 625 list_removeat_test: Crash |
| 626 list_replace_range_test: Crash |
| 627 list_reversed_test: Crash |
| 628 list_set_all_test: Crash |
| 629 list_set_range_test: Crash |
| 630 list_sort_test: RuntimeError |
| 631 list_sublist_test: Crash |
618 | 632 |
619 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 633 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
620 stopwatch_test: Crash | 634 stopwatch_test: Crash |
621 type_hashcode_test: Crash | 635 type_hashcode_test: Crash |
622 map_contains_key_test: Crash | 636 map_contains_key_test: Crash |
623 map_index_test: Crash | 637 map_index_test: Crash |
624 map_remove_test: Crash | 638 map_remove_test: Crash |
| 639 list_sort_test: Crash |
625 | 640 |
626 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 641 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
627 big_integer_arith_vm_test/add: Crash | 642 big_integer_arith_vm_test/add: Crash |
628 big_integer_arith_vm_test/div: Crash | 643 big_integer_arith_vm_test/div: Crash |
629 big_integer_arith_vm_test/gcd: Crash | 644 big_integer_arith_vm_test/gcd: Crash |
630 big_integer_arith_vm_test/mod: Crash | 645 big_integer_arith_vm_test/mod: Crash |
631 big_integer_arith_vm_test/modPow: Crash | 646 big_integer_arith_vm_test/modPow: Crash |
632 big_integer_arith_vm_test/mul: Crash | 647 big_integer_arith_vm_test/mul: Crash |
633 big_integer_arith_vm_test/negate: Crash | 648 big_integer_arith_vm_test/negate: Crash |
634 big_integer_arith_vm_test/none: Crash | 649 big_integer_arith_vm_test/none: Crash |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 throw_half_surrogate_pair_test/02: Crash | 790 throw_half_surrogate_pair_test/02: Crash |
776 toInt_test: Crash | 791 toInt_test: Crash |
777 type_hashcode_test: Crash | 792 type_hashcode_test: Crash |
778 unicode_test: Crash | 793 unicode_test: Crash |
779 nan_infinity_test/01: Crash | 794 nan_infinity_test/01: Crash |
780 nan_infinity_test/none: Crash | 795 nan_infinity_test/none: Crash |
781 num_sign_test: Crash | 796 num_sign_test: Crash |
782 map_contains_key_test: Crash | 797 map_contains_key_test: Crash |
783 map_index_test: Crash | 798 map_index_test: Crash |
784 map_remove_test: Crash | 799 map_remove_test: Crash |
| 800 list_literal_is_growable_test: Crash |
| 801 list_literal_test: Crash |
| 802 list_sort_test: Crash |
785 | 803 |
786 [$arch == simdbc || $arch == simdbc64] | 804 [$arch == simdbc || $arch == simdbc64] |
787 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 805 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
788 | 806 |
789 [ $compiler == dart2js && $runtime != none && !$checked ] | 807 [ $compiler == dart2js && $runtime != none && !$checked ] |
790 splay_tree_from_iterable_test: RuntimeError | 808 splay_tree_from_iterable_test: RuntimeError |
791 | 809 |
792 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] | 810 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] |
793 splay_tree_from_iterable_test: RuntimeError | 811 splay_tree_from_iterable_test: RuntimeError |
794 | 812 |
795 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 813 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
796 splay_tree_from_iterable_test: RuntimeError | 814 splay_tree_from_iterable_test: RuntimeError |
797 | 815 |
798 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 816 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
799 regexp/pcre_test: Pass, Slow, Timeout | 817 regexp/pcre_test: Pass, Slow, Timeout |
800 regexp/global_test: Skip # Issue 21709 | 818 regexp/global_test: Skip # Issue 21709 |
801 | 819 |
802 [ $mode == debug ] | 820 [ $mode == debug ] |
803 regexp/pcre_test: Pass, Slow # Issue 22008 | 821 regexp/pcre_test: Pass, Slow # Issue 22008 |
804 | 822 |
805 [ $compiler == dart2js && ! $browser ] | 823 [ $compiler == dart2js && ! $browser ] |
806 package_resource_test: RuntimeError # Issue 26842 | 824 package_resource_test: RuntimeError # Issue 26842 |
807 | 825 |
808 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 826 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
809 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 827 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| 828 |
| 829 [ $compiler == dartk && $runtime == vm ] |
| 830 list_map_test: DartkCompileTimeError |
| 831 list_remove_range_test: DartkCompileTimeError |
| 832 list_replace_range_test: DartkCompileTimeError |
| 833 list_set_all_test: DartkCompileTimeError |
| 834 list_set_range_test: DartkCompileTimeError |
| 835 list_sublist_test: DartkCompileTimeError |
OLD | NEW |