Skip to content

Commit

Permalink
disable fiber test on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Dec 5, 2014
1 parent 6473aef commit 9388f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/concurrency.d
Expand Up @@ -1652,6 +1652,8 @@ void yield(T)(T value)

version (Win64) {
// fibers are broken on Win64
} else version (Win32) {
// fibers are broken in Win32 under server 2012: bug 13821
} else unittest {
import core.exception;
import std.exception;
Expand Down

0 comments on commit 9388f8b

Please sign in to comment.