Index: tests/corelib/corelib.status |
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
index 083fa8f34895da3ed35e489ad40e1a355c944528..021d7ba42440483e2c748f84894166096e5eef6a 100644 |
--- a/tests/corelib/corelib.status |
+++ b/tests/corelib/corelib.status |
@@ -181,6 +181,9 @@ package_resource_test: Crash # Surprisingly null object in type propagation. |
regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. |
core_runtime_types_test: Pass, RuntimeError # Issue 25795. |
+[ $compiler == dart2js && $cps_ir && $checked ] |
+*: Skip # Issue 25761 |
+ |
[ $compiler == dart2js && $cps_ir && $host_checked ] |
regexp/pcre_test: Crash # Stack Overflow |
collection_removes_test: Crash # Issue 25911 |