| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 67a84dd88c789d8bab6103fc3c53135533d4ad7f..87a10cbd575efe9a7d11e231e7a13c8317426fc2 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -11,6 +11,9 @@ DirectoryInvalidArgumentsTest: Fail, OK
|
|
|
| [ $component == vm]
|
| ManyEchoServerTest: Skip # Bug 5103754
|
| +# These tests fail, crash, and timeout to test the testing infrastructure.
|
| +FailTest: Fail
|
| +TimeoutTest: Timeout
|
|
|
| [ $component == vm && $mode == release]
|
| # Currently process tests are bound to debug mode.
|
| @@ -47,6 +50,9 @@ Directory*: Skip # Uses Directory
|
| StringStreamTest: Skip # Uses InputStream
|
| StatusFileParserTest: Skip # Uses FileInputStream
|
| OptionsTest: Skip # Expects options being passed from command line.
|
| +FailTest: Fail # Fails intentionally
|
| +TimeoutTest: Skip # Uses Socket
|
| +TestRunnerTest: Skip # Uses Process
|
|
|
| [ $component == dartc || $component == chromium ]
|
| *: Skip
|
|
|