1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_thread.rb (TestThread#test_priority): enable

this test again. Current GVL respect thread priority rather
  than past.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2011-06-21 10:47:07 +00:00
parent e49f890906
commit cb138bbaa6
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Tue Jun 21 19:46:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* 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@takao7.net>
* ext/readline/readline.c (readline_getc): applied a patch in

View file

@ -243,7 +243,7 @@ class TestThread < Test::Unit::TestCase
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