Index: tests/html/html.status |
diff --git a/tests/html/html.status b/tests/html/html.status |
index 1ebdd4b9985f5913bd339e85df90add5f5ef2c3c..0735b89bd351c4ef02ee84df50b74a87a0832210 100644 |
--- a/tests/html/html.status |
+++ b/tests/html/html.status |
@@ -431,19 +431,3 @@ custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte |
custom/js_custom_test: Fail # mirrors not supported |
custom/mirrors_test: Fail # mirrors not supported |
mirrors_js_typed_interop_test: Fail # mirrors not supported |
- |
-[ $compiler == dart2js && $cps_ir && $browser ] |
-js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js that we might want to remove (See comment in #24978). |
-js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a used tear-off (#24978, #25720). |
-js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720). |
- |
-# 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 |
- |
-[ $compiler == dart2js && $cps_ir && $checked ] |
-*: Skip # `assert` not implemented |