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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 3010943002: Add ability to look up type parameters that are associated with ClassEntities with the element envi… (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 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 267990a687eff046719f745079dbeeac58db8d55..a2f913309008ebdf8bdddd3827b7d1c39ad3872f 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -828,13 +828,14 @@ list_concurrent_modify_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
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
-list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
+iterable_generate_test/none: RuntimeError
+list_insert_all_test: RuntimeError
list_map_test: Crash
list_map_test: RuntimeError
-list_replace_range_test: Crash
+list_replace_range_test: RuntimeError
list_reversed_test: Crash
list_reversed_test: RuntimeError
-list_set_all_test: Crash
+list_set_all_test: RuntimeError
list_set_range_test: Crash
list_set_range_test: RuntimeError
list_test/01: Crash

Powered by Google App Engine
This is Rietveld 408576698