1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/thread
kosaki 1c47bd88c1 * lib/thread.rb (Queue#push): return self.
* lib/thread.rb (Queue#clear): ditto.
* lib/thread.rb (SizedQueue#push): ditto.
* test/thread/test_queue.rb: add tests for the above.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-03-10 23:01:21 +00:00
..
test_cv.rb * test/ruby/test_thread.rb: move ConditionVariable related test 2012-12-01 08:29:09 +00:00
test_queue.rb * lib/thread.rb (Queue#push): return self. 2013-03-10 23:01:21 +00:00
test_sync.rb * lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code. 2012-09-09 11:34:47 +00:00