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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 3007743002: Add boxing for modified variables (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 side-by-side diff with in-line comments
Download patch
Index: tests/corelib_2/corelib_2.status
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
index 413d44fb561980123aaa0aa847d28ed1223816be..9cdca453bfae7021d19cc9f91818524f40744085 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -495,7 +495,6 @@ expando_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fai
for_in_test: Crash
growable_list_test: Crash
hash_map2_test: Crash
-hash_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
hash_set_test/01: Crash
hash_set_test/none: Crash
hash_set_type_check_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(SetMixin.length). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashSet.))
@@ -559,22 +558,17 @@ list_replace_range_test: Crash
list_reversed_test: Crash
list_set_all_test: Crash
list_set_range_test: Crash
-list_sort_test: RuntimeError
list_test/01: Crash
list_test/none: Crash
list_unmodifiable_test: Crash
main_test: Crash
-map_contains_key_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
map_contains_value_test: Crash
map_from_iterable_test: Crash
map_from_iterables_test: Crash
map_from_test: Crash
-map_index_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
map_keys2_test: Crash
map_keys_test: Crash
-map_remove_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
map_test: Crash # Issue 27394
-map_to_string_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
map_values2_test: Crash
map_values3_test: Crash
map_values4_test: Crash
@@ -618,7 +612,7 @@ set_retainAll_test: Crash
set_test: Crash
set_to_string_test: Crash
shuffle_test: Crash
-sort_test: RuntimeError
+expando_test: RuntimeError
splay_tree_from_iterable_test: Crash
splay_tree_from_iterables_test: Crash
splay_tree_test/01: Crash
@@ -809,7 +803,6 @@ list_replace_range_test: Crash
list_reversed_test: Crash
list_set_all_test: Crash
list_set_range_test: Crash
-list_sort_test: RuntimeError
list_test/01: Crash
list_test/none: Crash
list_unmodifiable_test: Crash
@@ -821,7 +814,6 @@ map_from_test: Crash
map_keys2_test: Crash
map_keys_test: Crash
map_test: Crash # Issue 27394
-map_to_string_test: RuntimeError
map_values2_test: Crash
map_values3_test: Crash
map_values4_test: Crash
@@ -866,7 +858,7 @@ set_retainAll_test: Crash
set_test: Crash
set_to_string_test: Crash
shuffle_test: Crash
-sort_test: RuntimeError
+regexp/ascii-regexp-subject_test: Crash # RangeError (index): Invalid value: Only valid value is 0: 1
splay_tree_from_iterable_test: Crash
splay_tree_from_iterables_test: Crash
splay_tree_test/01: Crash

Powered by Google App Engine
This is Rietveld 408576698