Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
| index 0064dfc36515f0ed041a10f5938d5ac704bc0151..a8939a7a68f4e4f9bf93441c6056397993a66bce 100644 |
| --- a/runtime/tests/vm/vm.status |
| +++ b/runtime/tests/vm/vm.status |
| @@ -7,6 +7,8 @@ prefix vm |
| # When a spawned isolate throws an uncaught exception, we terminate the vm. |
| RunLoop_ExceptionChild: Fail |
| -# Thread pool currently unimplemented on Windows. |
| +# Thread pool tests fail on Windows due to issue 1673. |
| [ $system == win32 ] |
| -ThreadPoolStartStop: Skip |
| +ThreadPoolstartStop: Skip |
|
ricow1
2012/02/14 08:51:59
Unintentional edit?
Søren Gjesse
2012/02/14 08:53:13
Yes, thanks, reverted.
|
| +ThreadPoolTest1: Skip |
| +ThreadPoolTest2: Skip |