Index: tests/utils/utils.status |
diff --git a/tests/utils/utils.status b/tests/utils/utils.status |
index 75b79e62774f6ddc8de1a33ad30c48a12ad8458b..82eb5e560f7ea63c573ec27e871e7c861b2f28ea 100644 |
--- a/tests/utils/utils.status |
+++ b/tests/utils/utils.status |
@@ -26,3 +26,8 @@ recursive_import_test: Fail # http://dartbug.com/2264 |
[ $compiler == dart2dart ] |
# Skip until we stabilize language tests. |
*: Skip |
+ |
+[ $compiler == dartc ] |
+# dart2js issue 6870 |
+dummy_compiler_test: Fail, OK |
+recursive_import_test: Fail, OK |