Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index 374f7daf6030f65d430012af23971fa21ad7b281..3bb6df12f98883d06f5e1c0f77fff67ab306b436 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -6,13 +6,12 @@ prefix standalone |
| [ $arch == ia32] |
| ManyEchoServerTest: Skip # Bug 5103754 |
| - |
| +TimerCancel1Test: Skip |
|
Søren Gjesse
2011/10/19 14:22:44
Please open a bug and document it here.
jrgfogh
2011/10/19 14:26:41
Done.
|
| [ $arch == ia32 && $mode == release] |
| # Currently process tests are bound to debug mode. |
| Process*: Skip |
| - |
| [ $arch == ia32 && $system == macos] |
| # Currently process tests are not working on Mac OS. |
| Process*: Skip |
| @@ -39,6 +38,8 @@ TimerTest: Skip # Uses EventHandler |
| TimerRepeatTest: Skip # Uses EventHandler |
| MultipleTimerTest: Skip # Uses EventHandler |
| TimerCancelTest: Skip # Uses EventHandler |
|
Søren Gjesse
2011/10/19 14:22:44
Dies the TimerCancelTest tese still exist?
jrgfogh
2011/10/19 14:26:41
Yes.
|
| +TimerCancel1Test: Skip # Uses EventHandler |
| +TimerCancel2Test: Skip # Uses EventHandler |
| FileInputStreamTest: Skip # Uses TextFileInputStream. |
| Process*: Skip # Uses Process |
| Directory*: Skip # Uses Directory |