Index: tests/standalone/standalone-leg.status |
diff --git a/tests/standalone/standalone-leg.status b/tests/standalone/standalone-leg.status |
index 33bb3aba71fcc2e1d28af33ad27e19a4366c8176..c3078475f7d9294e7271ea788e52dec0bf78718e 100644 |
--- a/tests/standalone/standalone-leg.status |
+++ b/tests/standalone/standalone-leg.status |
@@ -3,14 +3,17 @@ |
# BSD-style license that can be found in the LICENSE file. |
[ $compiler == dart2js ] |
-AssertTest: Fail # Assert not implemented |
- |
+MediumIntegerTest: Fail, OK # cannot resolve type Mint |
+io/TestExtensionTest: Fail, OK # dart-ext:test_extension: Illegal argument(s): dart-ext:test_extension |
+io/TestRunnerTest: Fail, OK # library not found dart:builtin |
+[ $compiler == dart2js && $runtime == d8 ] |
+AssertTest: Fail # Assert not implemented |
ByteArrayTest: Fail, OK # ByteArray |
DeoptimizationTest: Fail, OK # Requires bigint. |
-MediumIntegerTest: Fail, OK # cannot resolve type Mint |
OutOfMemoryTest: Fail, OK # d8 handles much larger arrays than Dart VM. |
io/HttpParserTest: Fail, OK # ByteArray |
io/OptionsTest: Fail, OK # Cannot pass options to d8. |
-io/TestExtensionTest: Fail, OK # dart-ext:test_extension: Illegal argument(s): dart-ext:test_extension |
-io/TestRunnerTest: Fail, OK # library not found dart:builtin |
+ |
+[ $compiler == dart2js && $runtime == none ] |
+FailTest: Pass # fails only at runtime, overrides default expectation from standalone.status |
ahe
2012/04/10 19:45:31
This will make the test appear to be flaky. So in
Siggi Cherem (dart-lang)
2012/04/10 20:01:08
Done.
|