summaryrefslogtreecommitdiff
path: root/test/thread/test_queue.rb
AgeCommit message (Expand)Author
2011-12-23* test/thread/test_queue.rb (test_thr_kill): show the number of loopakr
2011-12-22Decrease timeout limit.naruse
2011-12-18* test/thread/test_queue.rb (test_thr_kill): extend timeout.nagachika
2011-12-14The test added in r34034 needs to run thousands of times.naruse
2011-12-14Add test for [Bug #5343] [ruby-core:39634]naruse
2011-09-03* lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika
2011-05-15* remove trailing spaces.nobu
2010-04-16* test/thread/test_queue.rb (TestQueue#grind): fix typos.kazu
2010-04-16* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame