summaryrefslogtreecommitdiff
path: root/test/fiber
AgeCommit message (Expand)Author
2020-08-18test/fiber/test_backtrace.rb: prevent a warningYusuke Endoh
2020-08-18Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams
2020-07-23Suppress "assigned but unused variable" warningsYusuke Endoh
2020-07-20Remove trailing spaces [ci skip]Nobuyoshi Nakada
2020-07-20Add multi-threaded I/O test.Samuel Williams
2020-07-20Improve consistency of tests.Samuel Williams
2020-07-16Remove fiber HTTP test.Samuel Williams
2020-07-15Close sockets if blocking to fix leaked fdsNobuyoshi Nakada
2020-06-09Improved assertionsNobuyoshi Nakada
2020-06-09Return seconds slept after Thread.scheduler wait_sleepnicholas a. evans
2020-05-23Fixup d48c92aa04ffd3a1cecef599eaa5e4409aab2fe4Hiroshi SHIBATA
2020-05-23Rename TestScheduler* to TestFiber for convention of the test directoryHiroshi SHIBATA
2020-05-15Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366].Samuel Williams