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

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

Issue 2992833002: Migrated test block 15 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
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 # TODO(bkonyi): Fix this test. 5 # TODO(bkonyi): Fix this test.
6 package_resource_test: Skip 6 package_resource_test: Skip
7 7
8 # All static_tests have expected compile-time errors. 8 # All static_tests have expected compile-time errors.
9 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 9 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
10 core_runtime_types_static_test: MissingCompileTimeError 10 core_runtime_types_static_test: MissingCompileTimeError
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 apply2_test: RuntimeError # Issue 29921 45 apply2_test: RuntimeError # Issue 29921
46 apply3_test: RuntimeError # Issue 29921 46 apply3_test: RuntimeError # Issue 29921
47 big_integer_arith_vm_test: RuntimeError # Issue 30170 47 big_integer_arith_vm_test: RuntimeError # Issue 30170
48 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 48 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
49 const_list_literal_test: RuntimeError # Issue 29921 49 const_list_literal_test: RuntimeError # Issue 29921
50 const_list_remove_range_test: RuntimeError # Issue 29921 50 const_list_remove_range_test: RuntimeError # Issue 29921
51 const_list_set_range_test: RuntimeError # Issue 29921 51 const_list_set_range_test: RuntimeError # Issue 29921
52 compare_to2_test: RuntimeError # Issue 30170 52 compare_to2_test: RuntimeError # Issue 30170
53 date_time10_test: RuntimeError # Issue 29921 53 date_time10_test: RuntimeError # Issue 29921
54 hash_set_test/01: RuntimeError # Issue 29921 54 hash_set_test/01: RuntimeError # Issue 29921
55 list_unmodifiable_test: RuntimeError
56 list_test/none: RuntimeError
57 list_test/01: RuntimeError
55 nan_infinity_test/01: RuntimeError # Issue 29921 58 nan_infinity_test/01: RuntimeError # Issue 29921
56 null_nosuchmethod_test: RuntimeError # Issue 29921 59 null_nosuchmethod_test: RuntimeError # Issue 29921
57 main_test: RuntimeError # Issue 29921 60 main_test: RuntimeError # Issue 29921
58 map_test: RuntimeError # Issue 29921 61 map_test: RuntimeError # Issue 29921
59 map_keys2_test: RuntimeError # Issue 29921 62 map_keys2_test: RuntimeError # Issue 29921
60 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 63 regexp/bol-with-multiline_test: RuntimeError # Issue 29921
61 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 64 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921
62 regexp/look-ahead_test: RuntimeError # Issue 29921 65 regexp/look-ahead_test: RuntimeError # Issue 29921
63 regexp/loop-capture_test: RuntimeError # Issue 29921 66 regexp/loop-capture_test: RuntimeError # Issue 29921
64 regexp/malformed-escapes_test: RuntimeError # Issue 29921 67 regexp/malformed-escapes_test: RuntimeError # Issue 29921
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 243
241 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 244 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
242 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 245 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
243 246
244 [ $compiler == dart2js && $runtime == drt ] 247 [ $compiler == dart2js && $runtime == drt ]
245 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 248 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
246 249
247 [ $compiler == dart2js && $runtime == safarimobilesim ] 250 [ $compiler == dart2js && $runtime == safarimobilesim ]
248 string_trimlr_test/01: Fail 251 string_trimlr_test/01: Fail
249 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 252 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
253 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
250 254
251 [ $compiler == dart2js && $runtime == d8 ] 255 [ $compiler == dart2js && $runtime == d8 ]
252 string_trimlr_test/02: RuntimeError, Pass # Uses Unicode 6.2.0 or earlier, issue 30279. 256 string_trimlr_test/02: RuntimeError, Pass # Uses Unicode 6.2.0 or earlier, issue 30279.
253 257
254 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] 258 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
255 symbol_reserved_word_test/03: Pass # Issue 27394 259 symbol_reserved_word_test/03: Pass # Issue 27394
256 symbol_operator_test/03: RuntimeError # Issue 27394 260 symbol_operator_test/03: RuntimeError # Issue 27394
257 symbol_reserved_word_test/06: RuntimeError # Issue 27394 261 symbol_reserved_word_test/06: RuntimeError # Issue 27394
258 symbol_reserved_word_test/09: RuntimeError # Issue 27394 262 symbol_reserved_word_test/09: RuntimeError # Issue 27394
259 symbol_reserved_word_test/12: RuntimeError # Issue 27394 263 symbol_reserved_word_test/12: RuntimeError # Issue 27394
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 queue_single_test: Crash 469 queue_single_test: Crash
466 queue_test: Crash 470 queue_test: Crash
467 map_test: Crash # Issue 27394 471 map_test: Crash # Issue 27394
468 main_test: Crash 472 main_test: Crash
469 map_contains_value_test: Crash 473 map_contains_value_test: Crash
470 map_from_iterable_test: Crash 474 map_from_iterable_test: Crash
471 map_from_iterables_test: Crash 475 map_from_iterables_test: Crash
472 map_from_test: Crash 476 map_from_test: Crash
473 map_keys2_test: Crash 477 map_keys2_test: Crash
474 map_keys_test: Crash 478 map_keys_test: Crash
479 list_test/01: Crash
480 list_test/none: Crash
481 list_to_string2_test: Crash
482 list_to_string_test: Crash
483 list_unmodifiable_test: Crash
475 484
476 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 485 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
477 stopwatch_test: Crash 486 stopwatch_test: Crash
478 type_hashcode_test: Crash 487 type_hashcode_test: Crash
479 map_contains_key_test: Crash 488 map_contains_key_test: Crash
480 map_index_test: Crash 489 map_index_test: Crash
481 map_remove_test: Crash 490 map_remove_test: Crash
482 491
483 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 492 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
484 big_integer_arith_vm_test/add: Crash 493 big_integer_arith_vm_test/add: Crash
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 626
618 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 627 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
619 regexp/pcre_test: Pass, Slow, Timeout 628 regexp/pcre_test: Pass, Slow, Timeout
620 regexp/global_test: Skip # Issue 21709 629 regexp/global_test: Skip # Issue 21709
621 630
622 [ $mode == debug ] 631 [ $mode == debug ]
623 regexp/pcre_test: Pass, Slow # Issue 22008 632 regexp/pcre_test: Pass, Slow # Issue 22008
624 633
625 [ $compiler == dart2js && ! $browser ] 634 [ $compiler == dart2js && ! $browser ]
626 package_resource_test: RuntimeError # Issue 26842 635 package_resource_test: RuntimeError # Issue 26842
636
637 [ $compiler == dart2js && ! $dart2js_with_kernel ]
638 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698