Index: runtime/tests/vm/vm.status |
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
index b0e3d83d2b4f20e2b4d72b1849adb2070d174d00..0064dfc36515f0ed041a10f5938d5ac704bc0151 100644 |
--- a/runtime/tests/vm/vm.status |
+++ b/runtime/tests/vm/vm.status |
@@ -7,4 +7,6 @@ prefix vm |
# When a spawned isolate throws an uncaught exception, we terminate the vm. |
RunLoop_ExceptionChild: Fail |
- |
+# Thread pool currently unimplemented on Windows. |
+[ $system == win32 ] |
+ThreadPoolStartStop: Skip |