Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index e0499c6149529605a438e84485b36e793261d291..6b73492fa8fb373e50abf78051da169ddb4b3173 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -11,6 +11,10 @@ DirectoryInvalidArgumentsTest: Fail, OK |
| [ $component == vm] |
| ManyEchoServerTest: Skip # Bug 5103754 |
| +# These tests fail, crash, and timeout to test the testing infrastructure. |
| +FailTest: Fail |
| +CrashTest: Skip |
|
Mads Ager (google)
2011/11/04 09:06:13
Crash, but I think we need a better test for this
Bill Hesse
2011/11/04 14:49:22
Done.
|
| +TimeoutTest: Timeout |
| [ $component == vm && $mode == release] |
| # Currently process tests are bound to debug mode. |
| @@ -46,6 +50,10 @@ Process*: Skip # Uses Process |
| Directory*: Skip # Uses Directory |
| StringStreamTest: Skip # Uses InputStream |
| StatusFileParserTest: Skip # Uses FileInputStream |
| +FailTest: Fail # Fails intentionally |
| +CrashTest: Skip # Crashes intentionally |
| +TimeoutTest: Skip # Times out intentionally. |
| +TestRunnerTest: Skip # Uses Process |
| [ $component == dartc || $component == chromium ] |
| *: Skip |