aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread_queue.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix keyword argument separation warnings in testJeremy Evans2019-08-301-1/+1
|
* Producer threads check is the primary conditionNobuyoshi Nakada2019-06-301-1/+1
|
* Fixed non-working testNobuyoshi Nakada2019-06-301-6/+10
|
* Fixed ClosedQueueError by a timing issueNobuyoshi Nakada2019-06-301-2/+5
|
* Removed unused variablesNobuyoshi Nakada2019-06-301-1/+1
|
* appveyor.yml: give up running TestThreadQueue#test_queue_with_trapk0kubun2018-10-071-0/+3
| | | | | | | | for mswin. We tried to increase timeout and execute separately but both didn't work. Let me skip this until somebody starts to work on fixing this behavior, since this makes AppVeyor almost impossible to be used as CI. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move obsoleted test/thread/test_*.rb with the current implementation.hsbt2018-07-311-0/+616
* test/ruby/test_thread_{cv,queue}.rb: Move under the test/ruby directory. and rename TestThread* from Test*. * test/test_sync.rb: Move toplevel of test diretory because sync is still standard library. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e