Index: tests/corelib/corelib-leg.status |
diff --git a/tests/corelib/corelib-leg.status b/tests/corelib/corelib-leg.status |
index dc2382c7d0b9dafdf6abc9347efa0f6f7835df2d..c42141c515775d061988f207e7bcf3bc9a401bed 100644 |
--- a/tests/corelib/corelib-leg.status |
+++ b/tests/corelib/corelib-leg.status |
@@ -20,3 +20,6 @@ BigIntegerVMTest: Fail, OK # VM specific test. |
GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
StringBaseVMTest: Fail, OK # VM specific test. |
+ |
+[ $compiler == dart2js && $runtime == none ] |
+*: Fail, Pass # TODO(ahe): Triage these tests. |
Emily Fortuna
2012/04/10 20:30:51
(Can these tests with no runtime crash? If so, we
Siggi Cherem (dart-lang)
2012/04/10 20:47:20
Seems we can leave it as it is. I ran all these te
ahe
2012/04/10 21:17:04
The problem is: we don't want to skip tests. This
|