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

ruby-changes:20134

From: kosaki <ko1@a...>
Date: Tue, 21 Jun 2011 19:48:47 +0900 (JST)
Subject: [ruby-changes:20134] kosaki:r32182 (trunk): * test/ruby/test_thread.rb (TestThread#test_priority): enable

kosaki	2011-06-21 19:47:07 +0900 (Tue, 21 Jun 2011)

  New Revision: 32182

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32182

  Log:
    * test/ruby/test_thread.rb (TestThread#test_priority): enable
      this test again. Current GVL respect thread priority rather
      than past.

  Modified files:
    trunk/ChangeLog
    trunk/test/ruby/test_thread.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32181)
+++ ChangeLog	(revision 32182)
@@ -1,3 +1,9 @@
+Tue Jun 21 19:46:23 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* test/ruby/test_thread.rb (TestThread#test_priority): enable
+	  this test again. Current GVL respect thread priority rather
+	  than past.
+	  
 Tue Jun 21 13:25:35 2011  TAKAO Kouji  <kouji@t...>
 
 	* ext/readline/readline.c (readline_getc): applied a patch in
Index: test/ruby/test_thread.rb
===================================================================
--- test/ruby/test_thread.rb	(revision 32181)
+++ test/ruby/test_thread.rb	(revision 32182)
@@ -243,7 +243,7 @@
     end
     t1.kill
     t2.kill
-    # assert_operator(c1, :>, c2, "[ruby-dev:33124]") # not guaranteed
+    assert_operator(c1, :>, c2, "[ruby-dev:33124]") # not guaranteed
   end
 
   def test_new

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

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