Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index bdbee7a2fb2ff40d77e56bad86a155c1ded21c80..efcdaf3cc29d22b7f4598b72a0db103d84a1c0a9 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -37,6 +37,9 @@ io/*: Skip # Don't run tests using dart:io in the browser |
| [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ] |
| *: Skip |
| +[ $compiler == dart2js ] |
| +package/PackageTest: Skip # TODO(rnystrom): Re-enable these once dart2js |
|
ahe
2012/04/12 18:16:26
It would be great if you could use "Fail" instead
Bob Nystrom
2012/04/12 21:18:26
Good call. I didn't really think that through.
|
| +package/InvalidUriTest: Skip # supports "package:". |
| [ $arch == x64 ] |
| MediumIntegerTest: Fail # Issue 1146. |