mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 05:55:46 +02:00
Revert r64471
* This reverts commit 9ab04897bd
:
"don't run specs add at r64409 on Windows"
* It doesn't seem to help:
http://mswinci.japaneast.cloudapp.azure.com/vc12-x64/ruby-trunk/recent.html
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e82226953f
commit
a8d6ba1fe6
1 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ describe "ConditionVariable#wait" do
|
||||||
th.join
|
th.join
|
||||||
end
|
end
|
||||||
|
|
||||||
platform_is_not :windows do
|
|
||||||
it "reacquires the lock even if the thread is killed" do
|
it "reacquires the lock even if the thread is killed" do
|
||||||
m = Mutex.new
|
m = Mutex.new
|
||||||
cv = ConditionVariable.new
|
cv = ConditionVariable.new
|
||||||
|
@ -119,5 +118,4 @@ describe "ConditionVariable#wait" do
|
||||||
cv.broadcast
|
cv.broadcast
|
||||||
threads.each(&:join)
|
threads.each(&:join)
|
||||||
end
|
end
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue