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

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

Issue 2994543002: Migrated test block 13 to Dart 2.0. (Closed)
Patch Set: Address Bob's nits 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 nan_infinity_test/01: RuntimeError 161 nan_infinity_test/01: RuntimeError
162 162
163 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 163 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
164 core_runtime_types_test: Pass, Fail # Issue 27913 164 core_runtime_types_test: Pass, Fail # Issue 27913
165 165
166 [ $compiler != dartdevc ] 166 [ $compiler != dartdevc ]
167 error_stack_trace_test/static: MissingCompileTimeError 167 error_stack_trace_test/static: MissingCompileTimeError
168 168
169 [ $compiler == dartdevc ] 169 [ $compiler == dartdevc ]
170 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;' 170 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;'
171 list_fill_range_test: RuntimeError # Issue 29921
172 list_insert_test: RuntimeError # Issue 29921
171 173
172 [ $runtime == flutter ] 174 [ $runtime == flutter ]
173 apply3_test: CompileTimeError # mirrors not supported 175 apply3_test: CompileTimeError # mirrors not supported
174 bool_from_environment_test: Fail # Flutter Issue 9111 176 bool_from_environment_test: Fail # Flutter Issue 9111
175 int_from_environment_test: Fail # Flutter Issue 9111 177 int_from_environment_test: Fail # Flutter Issue 9111
176 int_from_environment2_test: Fail # Flutter Issue 9111 178 int_from_environment2_test: Fail # Flutter Issue 9111
177 format_exception_test: RuntimeError # Flutter Issue 9111 179 format_exception_test: RuntimeError # Flutter Issue 9111
178 from_environment_const_type_test/none: Fail # Flutter Issue 9111 180 from_environment_const_type_test/none: Fail # Flutter Issue 9111
179 from_environment_const_type_test/01: Fail # Flutter Issue 9111 181 from_environment_const_type_test/01: Fail # Flutter Issue 9111
180 from_environment_const_type_test/05: Fail # Flutter Issue 9111 182 from_environment_const_type_test/05: Fail # Flutter Issue 9111
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 337
336 [ $compiler == dart2js && $runtime == safari ] 338 [ $compiler == dart2js && $runtime == safari ]
337 regexp/no-extensions_test: RuntimeError 339 regexp/no-extensions_test: RuntimeError
338 regexp/lookahead_test: RuntimeError 340 regexp/lookahead_test: RuntimeError
339 regexp/overflow_test: RuntimeError 341 regexp/overflow_test: RuntimeError
340 342
341 [ $runtime == safari || $runtime == safarimobilesim ] 343 [ $runtime == safari || $runtime == safarimobilesim ]
342 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 344 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
343 345
344 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 346 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
347 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
345 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 348 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
346 349
347 [ $compiler == dart2js && $runtime == drt ] 350 [ $compiler == dart2js && $runtime == drt ]
348 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 351 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
349 352
350 [ $compiler == dart2js && $runtime == safarimobilesim ] 353 [ $compiler == dart2js && $runtime == safarimobilesim ]
351 string_trimlr_test/01: Fail 354 string_trimlr_test/01: Fail
352 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 355 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
353 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 356 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
354 357
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 map_from_iterable_test: Crash 613 map_from_iterable_test: Crash
611 map_from_iterables_test: Crash 614 map_from_iterables_test: Crash
612 map_from_test: Crash 615 map_from_test: Crash
613 map_keys2_test: Crash 616 map_keys2_test: Crash
614 map_keys_test: Crash 617 map_keys_test: Crash
615 list_test/01: Crash 618 list_test/01: Crash
616 list_test/none: Crash 619 list_test/none: Crash
617 list_to_string2_test: Crash 620 list_to_string2_test: Crash
618 list_to_string_test: Crash 621 list_to_string_test: Crash
619 list_unmodifiable_test: Crash 622 list_unmodifiable_test: Crash
623 linked_hash_map_from_iterables_test: Crash
624 linked_hash_map_test: Crash
625 list_as_map_test: Crash
626 list_contains_argument_order_test: Crash
627 list_fill_range_test: Crash
628 list_first_test: Crash
629 list_fixed_test: Crash
630 list_for_each_test: Crash
631 list_get_range_test: Crash
632 list_growable_test: Crash
633 list_insert_all_test: Crash
634 list_insert_test: Crash
620 635
621 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 636 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
622 stopwatch_test: Crash 637 stopwatch_test: Crash
623 type_hashcode_test: Crash 638 type_hashcode_test: Crash
624 map_contains_key_test: Crash 639 map_contains_key_test: Crash
625 map_index_test: Crash 640 map_index_test: Crash
626 map_remove_test: Crash 641 map_remove_test: Crash
627 642
628 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 643 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
629 big_integer_arith_vm_test/add: Crash 644 big_integer_arith_vm_test/add: Crash
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 throw_half_surrogate_pair_test/02: Crash 792 throw_half_surrogate_pair_test/02: Crash
778 toInt_test: Crash 793 toInt_test: Crash
779 type_hashcode_test: Crash 794 type_hashcode_test: Crash
780 unicode_test: Crash 795 unicode_test: Crash
781 nan_infinity_test/01: Crash 796 nan_infinity_test/01: Crash
782 nan_infinity_test/none: Crash 797 nan_infinity_test/none: Crash
783 num_sign_test: Crash 798 num_sign_test: Crash
784 map_contains_key_test: Crash 799 map_contains_key_test: Crash
785 map_index_test: Crash 800 map_index_test: Crash
786 map_remove_test: Crash 801 map_remove_test: Crash
802 list_filled_type_argument_test: Crash
803 list_index_of_test: Crash
787 804
788 [$arch == simdbc || $arch == simdbc64] 805 [$arch == simdbc || $arch == simdbc64]
789 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 806 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
790 807
791 [ $compiler == dart2js && $runtime != none && !$checked ] 808 [ $compiler == dart2js && $runtime != none && !$checked ]
792 splay_tree_from_iterable_test: RuntimeError 809 splay_tree_from_iterable_test: RuntimeError
793 810
794 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] 811 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ]
795 splay_tree_from_iterable_test: RuntimeError 812 splay_tree_from_iterable_test: RuntimeError
796 813
797 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] 814 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ]
798 splay_tree_from_iterable_test: RuntimeError 815 splay_tree_from_iterable_test: RuntimeError
799 816
800 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 817 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
801 regexp/pcre_test: Pass, Slow, Timeout 818 regexp/pcre_test: Pass, Slow, Timeout
802 regexp/global_test: Skip # Issue 21709 819 regexp/global_test: Skip # Issue 21709
803 820
804 [ $mode == debug ] 821 [ $mode == debug ]
805 regexp/pcre_test: Pass, Slow # Issue 22008 822 regexp/pcre_test: Pass, Slow # Issue 22008
806 823
807 [ $compiler == dart2js && ! $browser ] 824 [ $compiler == dart2js && ! $browser ]
808 package_resource_test: RuntimeError # Issue 26842 825 package_resource_test: RuntimeError # Issue 26842
809 826
810 [ $compiler == dart2js && ! $dart2js_with_kernel ] 827 [ $compiler == dart2js && ! $dart2js_with_kernel ]
811 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 828 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
OLDNEW
« no previous file with comments | « tests/corelib/list_insert_test.dart ('k') | tests/corelib_2/linked_hash_map_from_iterables_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698