Index: tests/html/html.status |
diff --git a/tests/html/html.status b/tests/html/html.status |
index 7252fcc445b4010ae480dcba3d8831953a53f25a..91d7d56cd6fd1e490dd0c91a016bcc0848909333 100644 |
--- a/tests/html/html.status |
+++ b/tests/html/html.status |
@@ -437,3 +437,8 @@ js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking |
# These are raw dart:js tests that fail due to bugs in the CPS IR: |
js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
+ |
+[ $compiler == dart2js && $cps_ir && $host_checked ] |
+js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
+js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
+js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |