Index: tests/compiler/dart2js_native/dart2js_native.status |
diff --git a/tests/compiler/dart2js_native/dart2js_native.status b/tests/compiler/dart2js_native/dart2js_native.status |
index 3a172dedc06efa6767948528635d4d0d948b09f1..e08d601e8bbdb295b920409cb609a5914d93853c 100644 |
--- a/tests/compiler/dart2js_native/dart2js_native.status |
+++ b/tests/compiler/dart2js_native/dart2js_native.status |
@@ -25,3 +25,6 @@ foreign_test: RuntimeError # Expect.equals(expected: <1234567891011>, actual: <1 |
native_exception_test: RuntimeError # Issue 24421 |
optimization_hints_test: RuntimeError # Please triage this failure. |
subclassing_constructor_2_test: RuntimeError # Please triage this failure. |
+ |
+[ $compiler == dart2js && $cps_ir && $checked ] |
+*: Skip # `assert` not implemented, 75% of the tests fail. |