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

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

Issue 3004073002: Remove corelib/corelib_strong and migrate last two remaining tests. (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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 iterable_skip_test: Crash 570 iterable_skip_test: Crash
571 iterable_skip_while_test: Crash 571 iterable_skip_while_test: Crash
572 iterable_take_test: Crash 572 iterable_take_test: Crash
573 iterable_take_while_test: Crash 573 iterable_take_while_test: Crash
574 iterable_test: Crash 574 iterable_test: Crash
575 iterable_to_list_test/01: Crash 575 iterable_to_list_test/01: Crash
576 iterable_to_list_test/none: Crash 576 iterable_to_list_test/none: Crash
577 iterable_to_set_test: Crash 577 iterable_to_set_test: Crash
578 iterable_tostring_test: Crash 578 iterable_tostring_test: Crash
579 json_map_test: Crash 579 json_map_test: Crash
580 linked_hash_map_from_iterables_test: Crash 580 linked_hash_map_from_iterable_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j: closure_call(Maps_mapToString_closure.call).
Bill Hesse 2017/09/01 14:15:18 Please don't put comments into status files - file
581 linked_hash_map_test: Crash 581 linked_hash_map_test: Crash
582 list_as_map_test: Crash 582 list_as_map_test: Crash
583 list_concurrent_modify_test: Crash # Assertion failure: Missing scope info for j :method(Iterator.moveNext). 583 list_concurrent_modify_test: Crash # Assertion failure: Missing scope info for j :method(Iterator.moveNext).
584 list_contains_argument_order_test: Crash 584 list_contains_argument_order_test: Crash
585 list_get_range_test: Crash 585 list_get_range_test: Crash
586 list_insert_all_test: Crash 586 list_insert_all_test: Crash
587 list_insert_test: Crash 587 list_insert_test: Crash
588 list_map_test: Crash 588 list_map_test: Crash
589 list_replace_range_test: Crash 589 list_replace_range_test: Crash
590 list_reversed_test: Crash 590 list_reversed_test: Crash
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 991
992 [ $compiler == dart2analyzer && $strong && !$checked ] 992 [ $compiler == dart2analyzer && $strong && !$checked ]
993 iterable_fold_test/01: CompileTimeError 993 iterable_fold_test/01: CompileTimeError
994 994
995 [ $runtime == dart_precompiled && $minified ] 995 [ $runtime == dart_precompiled && $minified ]
996 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper 996 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper
997 error_stack_trace1_test: Skip # Expects unobfuscated stack trace 997 error_stack_trace1_test: Skip # Expects unobfuscated stack trace
998 998
999 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ] 999 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ]
1000 list_concurrent_modify_test: Crash # Issue 30559 1000 list_concurrent_modify_test: Crash # Issue 30559
OLDNEW
« no previous file with comments | « tests/corelib/symbol_map_helper.dart ('k') | tests/corelib_2/linked_hash_map_from_iterable_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698