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

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

Issue 3005533002: Fix the return type of String.split in DDC to be correct (Closed)
Patch Set: Created 3 years, 3 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 173 int_modulo_arith_test/modPow: RuntimeError # Issue 29921
174 regress_r21715_test: RuntimeError # Requires bigint support. 174 regress_r21715_test: RuntimeError # Requires bigint support.
175 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about - -limit-ints-to-64-bits 175 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about - -limit-ints-to-64-bits
176 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about --limit-ints-to-64-bits 176 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about --limit-ints-to-64-bits
177 177
178 [ $compiler == dart2js && $runtime != none ] 178 [ $compiler == dart2js && $runtime != none ]
179 nan_infinity_test/01: RuntimeError 179 nan_infinity_test/01: RuntimeError
180 integer_to_string_test/01: RuntimeError 180 integer_to_string_test/01: RuntimeError
181 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type system 181 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type system
182 int_parse_radix_test/01: RuntimeError 182 int_parse_radix_test/01: RuntimeError
183 int_parse_radix_test/02: RuntimeError 183 int_parse_radix_test/02: RuntimeError
Leaf 2017/08/24 17:30:09 File a bug for these?
184 string_split_test: RuntimeError # does not return List<String>
184 185
185 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 186 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
186 core_runtime_types_test: Pass, Fail # Issue 27913 187 core_runtime_types_test: Pass, Fail # Issue 27913
187 188
188 [ $compiler != dartdevc ] 189 [ $compiler != dartdevc ]
189 error_stack_trace_test/static: MissingCompileTimeError 190 error_stack_trace_test/static: MissingCompileTimeError
190 iterable_element_at_test/static: MissingCompileTimeError 191 iterable_element_at_test/static: MissingCompileTimeError
191 192
192 [ $compiler == dartdevc && $runtime != none ] 193 [ $compiler == dartdevc && $runtime != none ]
193 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;' 194 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;'
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 string_from_environment2_test: Skip 455 string_from_environment2_test: Skip
455 string_from_environment3_test: Skip 456 string_from_environment3_test: Skip
456 string_from_environment_test: Skip 457 string_from_environment_test: Skip
457 458
458 [ $system == windows && $arch == x64 ] 459 [ $system == windows && $arch == x64 ]
459 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 460 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
460 461
461 [ $runtime == vm ] 462 [ $runtime == vm ]
462 string_case_test/01: RuntimeError 463 string_case_test/01: RuntimeError
463 464
465 [ $runtime == vm || $runtime == dart_precompiled ]
466 string_split_test: RuntimeError # does not return List<String>
467
464 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 468 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
465 apply2_test: Crash 469 apply2_test: Crash
466 apply3_test: Crash 470 apply3_test: Crash
467 apply4_test: Crash 471 apply4_test: Crash
468 apply5_test: Crash 472 apply5_test: Crash
469 apply_test: Crash 473 apply_test: Crash
470 big_integer_arith_vm_test/modInv: Crash 474 big_integer_arith_vm_test/modInv: Crash
471 big_integer_arith_vm_test/shift: Crash 475 big_integer_arith_vm_test/shift: Crash
472 bit_twiddling_bigint_test: Crash 476 bit_twiddling_bigint_test: Crash
473 bool_from_environment2_test/01: MissingCompileTimeError 477 bool_from_environment2_test/01: MissingCompileTimeError
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 int_parse_radix_bad_handler_test: Pass 960 int_parse_radix_bad_handler_test: Pass
957 961
958 [ $compiler == dart2analyzer && $strong && $checked ] 962 [ $compiler == dart2analyzer && $strong && $checked ]
959 iterable_fold_test/01: CompileTimeError 963 iterable_fold_test/01: CompileTimeError
960 964
961 [ $compiler == dart2analyzer && $checked && !$strong ] 965 [ $compiler == dart2analyzer && $checked && !$strong ]
962 iterable_fold_test/01: Pass 966 iterable_fold_test/01: Pass
963 967
964 [ $compiler == dart2analyzer && $strong && !$checked ] 968 [ $compiler == dart2analyzer && $strong && !$checked ]
965 iterable_fold_test/01: CompileTimeError 969 iterable_fold_test/01: CompileTimeError
OLDNEW
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/private/js_string.dart ('k') | tests/corelib_2/string_split_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698