[前][次][番号順一覧][スレッド一覧]

ruby-changes:52274

From: eregon <ko1@a...>
Date: Tue, 21 Aug 2018 00:41:03 +0900 (JST)
Subject: [ruby-changes:52274] eregon:r64482 (trunk): Revert r64471

eregon	2018-08-21 00:41:00 +0900 (Tue, 21 Aug 2018)

  New Revision: 64482

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64482

  Log:
    Revert r64471
    
    * This reverts commit 9ab04897bd06767f773b35c6958a0551981093aa:
      "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

  Modified files:
    trunk/spec/ruby/library/conditionvariable/wait_spec.rb
Index: spec/ruby/library/conditionvariable/wait_spec.rb
===================================================================
--- spec/ruby/library/conditionvariable/wait_spec.rb	(revision 64481)
+++ spec/ruby/library/conditionvariable/wait_spec.rb	(revision 64482)
@@ -23,7 +23,6 @@ describe "ConditionVariable#wait" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/conditionvariable/wait_spec.rb#L23
     th.join
   end
 
-  platform_is_not :windows do
   it "reacquires the lock even if the thread is killed" do
     m = Mutex.new
     cv = ConditionVariable.new
@@ -119,5 +118,4 @@ describe "ConditionVariable#wait" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/conditionvariable/wait_spec.rb#L118
     cv.broadcast
     threads.each(&:join)
   end
-  end
 end

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]