| 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
|
|
|