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

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

Issue 2993743002: fix corelib_2/iterable_to_set_test to reflect strong mode runtime checks (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
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 compare_to2_test: RuntimeError, OK # Requires bigint support. 158 compare_to2_test: RuntimeError, OK # Requires bigint support.
159 hash_set_test/01: RuntimeError # Issue 11551 159 hash_set_test/01: RuntimeError # Issue 11551
160 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 160 int_modulo_arith_test/bignum: RuntimeError # Issue 29921
161 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 161 int_modulo_arith_test/modPow: RuntimeError # Issue 29921
162 regress_r21715_test: RuntimeError # Requires bigint support. 162 regress_r21715_test: RuntimeError # Requires bigint support.
163 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about - -limit-ints-to-64-bits 163 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about - -limit-ints-to-64-bits
164 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about --limit-ints-to-64-bits 164 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about --limit-ints-to-64-bits
165 165
166 [ $compiler == dart2js && $runtime != none ] 166 [ $compiler == dart2js && $runtime != none ]
167 nan_infinity_test/01: RuntimeError 167 nan_infinity_test/01: RuntimeError
168 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type system
Jennifer Messerly 2017/08/04 23:33:11 are there any other permutations I should test? t
Bob Nystrom 2017/08/04 23:45:41 If you run: dart tools/migration/run_tests.dart i
Jennifer Messerly 2017/08/05 00:05:43 thank you! did that & updated
168 169
169 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 170 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
170 core_runtime_types_test: Pass, Fail # Issue 27913 171 core_runtime_types_test: Pass, Fail # Issue 27913
171 172
172 [ $compiler != dartdevc ] 173 [ $compiler != dartdevc ]
173 error_stack_trace_test/static: MissingCompileTimeError 174 error_stack_trace_test/static: MissingCompileTimeError
174 175
175 [ $compiler == dartdevc ] 176 [ $compiler == dartdevc && $runtime != none ]
176 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;' 177 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;'
177 list_fill_range_test: RuntimeError # Issue 29921 178 list_fill_range_test: RuntimeError # Issue 29921
178 list_insert_test: RuntimeError # Issue 29921 179 list_insert_test: RuntimeError # Issue 29921
179 list_removeat_test: RuntimeError # Issue 29921 180 list_removeat_test: RuntimeError # Issue 29921
180 list_replace_range_test: RuntimeError # Issue 29921 181 list_replace_range_test: RuntimeError # Issue 29921
181 list_set_all_test: RuntimeError # Issue 29921 182 list_set_all_test: RuntimeError # Issue 29921
182 json_map_test: RuntimeError # Issue 29921 183 json_map_test: RuntimeError # Issue 29921
183 184
184 [ $runtime == flutter ] 185 [ $runtime == flutter ]
185 apply3_test: CompileTimeError # mirrors not supported 186 apply3_test: CompileTimeError # mirrors not supported
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 unicode_test: Fail 290 unicode_test: Fail
290 291
291 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] 292 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
292 big_integer_parsed_mul_div_vm_test: Pass, SloW 293 big_integer_parsed_mul_div_vm_test: Pass, SloW
293 294
294 [ $compiler == precompiler ] 295 [ $compiler == precompiler ]
295 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify 296 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
296 297
297 [ $compiler == none && ($runtime == vm || $runtime == flutter)] 298 [ $compiler == none && ($runtime == vm || $runtime == flutter)]
298 string_trimlr_test/02: RuntimeError # Issue 29060 299 string_trimlr_test/02: RuntimeError # Issue 29060
300 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type system
299 301
300 [ $compiler == precompiler || $compiler == app_jit ] 302 [ $compiler == precompiler || $compiler == app_jit ]
301 string_trimlr_test/02: RuntimeError # Issue 29060 303 string_trimlr_test/02: RuntimeError # Issue 29060
302 304
303 # void should be a valid symbol. 305 # void should be a valid symbol.
304 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com piler == dart2js && !$dart2js_with_kernel) ] 306 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com piler == dart2js && !$dart2js_with_kernel) ]
305 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 307 symbol_reserved_word_test/02: CompileTimeError # Issue 20191
306 308
307 # With the exception of 'void', const Symbol() should not accept reserved 309 # With the exception of 'void', const Symbol() should not accept reserved
308 # words. 310 # words.
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 1022 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
1021 iterable_to_list_test/01: RuntimeError # Issue 26501 1023 iterable_to_list_test/01: RuntimeError # Issue 26501
1022 1024
1023 [ $compiler == dartk && $runtime == vm ] 1025 [ $compiler == dartk && $runtime == vm ]
1024 list_map_test: DartkCompileTimeError 1026 list_map_test: DartkCompileTimeError
1025 list_remove_range_test: DartkCompileTimeError 1027 list_remove_range_test: DartkCompileTimeError
1026 list_replace_range_test: DartkCompileTimeError 1028 list_replace_range_test: DartkCompileTimeError
1027 list_set_all_test: DartkCompileTimeError 1029 list_set_all_test: DartkCompileTimeError
1028 list_set_range_test: DartkCompileTimeError 1030 list_set_range_test: DartkCompileTimeError
1029 list_sublist_test: DartkCompileTimeError 1031 list_sublist_test: DartkCompileTimeError
OLDNEW
« no previous file with comments | « no previous file | tests/corelib_2/iterable_to_set_test.dart » ('j') | tests/corelib_2/iterable_to_set_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698