Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: runtime/tests/vm/vm.status

Issue 9363039: Disable all thread pool tests on Windows (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698