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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 3003963002: Add more tests for closures and change closure indexing to be by FunctionExpression or FunctionDecl… (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 70084afdbe18a13612ec6db2fddd45d9d7ea391a..add7bba1a80c1ba508501b60437a61fd4b675adc 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -547,6 +547,7 @@ json_map_test: Crash
linked_hash_map_from_iterables_test: Crash
linked_hash_map_test: Crash
list_as_map_test: Crash
+list_concurrent_modify_test: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
list_contains_argument_order_test: Crash
list_get_range_test: Crash
list_insert_all_test: Crash
@@ -796,6 +797,7 @@ json_map_test: Crash # Assertion failure: Cannot find value local(listEach_closu
linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedHashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_closure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_call(LinkedHashMapTest_testMain_closure.call).
list_as_map_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
+list_concurrent_modify_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin

Powered by Google App Engine
This is Rietveld 408576698