Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: tests/corelib_2/corelib_2.status

Issue 2996513002: Migrated test block 12 to Dart 2.0. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/corelib/json_map_test.dart ('k') | tests/corelib_2/iterable_skip_while_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 apply3_test: RuntimeError # Issue 29921 74 apply3_test: RuntimeError # Issue 29921
75 big_integer_arith_vm_test: RuntimeError # Issue 30170 75 big_integer_arith_vm_test: RuntimeError # Issue 30170
76 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 76 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
77 const_list_literal_test: RuntimeError # Issue 29921 77 const_list_literal_test: RuntimeError # Issue 29921
78 const_list_remove_range_test: RuntimeError # Issue 29921 78 const_list_remove_range_test: RuntimeError # Issue 29921
79 const_list_set_range_test: RuntimeError # Issue 29921 79 const_list_set_range_test: RuntimeError # Issue 29921
80 compare_to2_test: RuntimeError # Issue 30170 80 compare_to2_test: RuntimeError # Issue 30170
81 date_time10_test: RuntimeError # Issue 29921 81 date_time10_test: RuntimeError # Issue 29921
82 growable_list_test: RuntimeError # Issue 29921 82 growable_list_test: RuntimeError # Issue 29921
83 hash_set_test/01: RuntimeError # Issue 29921 83 hash_set_test/01: RuntimeError # Issue 29921
84 iterable_to_list_test/*: RuntimeError
85 iterable_to_set_test: RuntimeError
84 list_unmodifiable_test: RuntimeError 86 list_unmodifiable_test: RuntimeError
85 list_test/none: RuntimeError 87 list_test/none: RuntimeError
86 list_test/01: RuntimeError 88 list_test/01: RuntimeError
87 nan_infinity_test/01: RuntimeError # Issue 29921 89 nan_infinity_test/01: RuntimeError # Issue 29921
88 null_nosuchmethod_test: RuntimeError # Issue 29921 90 null_nosuchmethod_test: RuntimeError # Issue 29921
89 main_test: RuntimeError # Issue 29921 91 main_test: RuntimeError # Issue 29921
90 map_test: RuntimeError # Issue 29921 92 map_test: RuntimeError # Issue 29921
91 map_keys2_test: RuntimeError # Issue 29921 93 map_keys2_test: RuntimeError # Issue 29921
92 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 94 regexp/bol-with-multiline_test: RuntimeError # Issue 29921
93 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 95 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 symbol_reserved_word_test/06: RuntimeError # Issue 29921 144 symbol_reserved_word_test/06: RuntimeError # Issue 29921
143 symbol_reserved_word_test/09: RuntimeError # Issue 29921 145 symbol_reserved_word_test/09: RuntimeError # Issue 29921
144 symbol_reserved_word_test/12: RuntimeError # Issue 29921 146 symbol_reserved_word_test/12: RuntimeError # Issue 29921
145 147
146 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] 148 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
147 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 149 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
148 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 150 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921
149 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 151 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921
150 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 152 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
151 bit_twiddling_bigint_test: RuntimeError # Required bigint support. 153 bit_twiddling_bigint_test: RuntimeError # Required bigint support.
154 json_map_test: RuntimeError
152 compare_to2_test: RuntimeError, OK # Requires bigint support. 155 compare_to2_test: RuntimeError, OK # Requires bigint support.
153 hash_set_test/01: RuntimeError # Issue 11551 156 hash_set_test/01: RuntimeError # Issue 11551
154 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 157 int_modulo_arith_test/bignum: RuntimeError # Issue 29921
155 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 158 int_modulo_arith_test/modPow: RuntimeError # Issue 29921
156 regress_r21715_test: RuntimeError # Requires bigint support. 159 regress_r21715_test: RuntimeError # Requires bigint support.
157 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about - -limit-ints-to-64-bits 160 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about - -limit-ints-to-64-bits
158 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about --limit-ints-to-64-bits 161 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about --limit-ints-to-64-bits
159 162
160 [ $compiler == dart2js && $runtime != none ] 163 [ $compiler == dart2js && $runtime != none ]
161 nan_infinity_test/01: RuntimeError 164 nan_infinity_test/01: RuntimeError
162 165
163 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 166 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
164 core_runtime_types_test: Pass, Fail # Issue 27913 167 core_runtime_types_test: Pass, Fail # Issue 27913
165 168
166 [ $compiler != dartdevc ] 169 [ $compiler != dartdevc ]
167 error_stack_trace_test/static: MissingCompileTimeError 170 error_stack_trace_test/static: MissingCompileTimeError
168 171
169 [ $compiler == dartdevc ] 172 [ $compiler == dartdevc ]
170 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;' 173 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;'
171 list_removeat_test: RuntimeError # Issue 29921 174 list_removeat_test: RuntimeError # Issue 29921
172 list_replace_range_test: RuntimeError # Issue 29921 175 list_replace_range_test: RuntimeError # Issue 29921
173 list_set_all_test: RuntimeError # Issue 29921 176 list_set_all_test: RuntimeError # Issue 29921
177 json_map_test: RuntimeError # Issue 29921
174 178
175 [ $runtime == flutter ] 179 [ $runtime == flutter ]
176 apply3_test: CompileTimeError # mirrors not supported 180 apply3_test: CompileTimeError # mirrors not supported
177 bool_from_environment_test: Fail # Flutter Issue 9111 181 bool_from_environment_test: Fail # Flutter Issue 9111
178 int_from_environment_test: Fail # Flutter Issue 9111 182 int_from_environment_test: Fail # Flutter Issue 9111
179 int_from_environment2_test: Fail # Flutter Issue 9111 183 int_from_environment2_test: Fail # Flutter Issue 9111
180 format_exception_test: RuntimeError # Flutter Issue 9111 184 format_exception_test: RuntimeError # Flutter Issue 9111
181 from_environment_const_type_test/none: Fail # Flutter Issue 9111 185 from_environment_const_type_test/none: Fail # Flutter Issue 9111
182 from_environment_const_type_test/01: Fail # Flutter Issue 9111 186 from_environment_const_type_test/01: Fail # Flutter Issue 9111
183 from_environment_const_type_test/05: Fail # Flutter Issue 9111 187 from_environment_const_type_test/05: Fail # Flutter Issue 9111
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 list_last_test: Crash 628 list_last_test: Crash
625 list_map_test: Crash 629 list_map_test: Crash
626 list_remove_range_test: Crash 630 list_remove_range_test: Crash
627 list_removeat_test: Crash 631 list_removeat_test: Crash
628 list_replace_range_test: Crash 632 list_replace_range_test: Crash
629 list_reversed_test: Crash 633 list_reversed_test: Crash
630 list_set_all_test: Crash 634 list_set_all_test: Crash
631 list_set_range_test: Crash 635 list_set_range_test: Crash
632 list_sort_test: RuntimeError 636 list_sort_test: RuntimeError
633 list_sublist_test: Crash 637 list_sublist_test: Crash
638 iterable_skip_while_test: Crash
639 iterable_take_test: Crash
640 iterable_take_while_test: Crash
641 iterable_test: Crash
642 iterable_to_list_test/01: Crash
643 iterable_to_list_test/none: Crash
644 iterable_to_set_test: Crash
645 iterable_tostring_test: Crash
646 json_map_test: Crash
634 647
635 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 648 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
636 stopwatch_test: Crash 649 stopwatch_test: Crash
637 type_hashcode_test: Crash 650 type_hashcode_test: Crash
638 map_contains_key_test: Crash 651 map_contains_key_test: Crash
639 map_index_test: Crash 652 map_index_test: Crash
640 map_remove_test: Crash 653 map_remove_test: Crash
641 list_sort_test: Crash 654 list_sort_test: Crash
642 655
643 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 656 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 regexp/global_test: Skip # Issue 21709 833 regexp/global_test: Skip # Issue 21709
821 834
822 [ $mode == debug ] 835 [ $mode == debug ]
823 regexp/pcre_test: Pass, Slow # Issue 22008 836 regexp/pcre_test: Pass, Slow # Issue 22008
824 837
825 [ $compiler == dart2js && ! $browser ] 838 [ $compiler == dart2js && ! $browser ]
826 package_resource_test: RuntimeError # Issue 26842 839 package_resource_test: RuntimeError # Issue 26842
827 840
828 [ $compiler == dart2js && ! $dart2js_with_kernel ] 841 [ $compiler == dart2js && ! $dart2js_with_kernel ]
829 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 842 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
843 iterable_to_list_test/01: RuntimeError # Issue 26501
830 844
831 [ $compiler == dartk && $runtime == vm ] 845 [ $compiler == dartk && $runtime == vm ]
832 list_map_test: DartkCompileTimeError 846 list_map_test: DartkCompileTimeError
833 list_remove_range_test: DartkCompileTimeError 847 list_remove_range_test: DartkCompileTimeError
834 list_replace_range_test: DartkCompileTimeError 848 list_replace_range_test: DartkCompileTimeError
835 list_set_all_test: DartkCompileTimeError 849 list_set_all_test: DartkCompileTimeError
836 list_set_range_test: DartkCompileTimeError 850 list_set_range_test: DartkCompileTimeError
837 list_sublist_test: DartkCompileTimeError 851 list_sublist_test: DartkCompileTimeError
OLDNEW
« no previous file with comments | « tests/corelib/json_map_test.dart ('k') | tests/corelib_2/iterable_skip_while_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698