aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_fiber.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-091-1/+1
* Let Fiber#raise work with transferring fibersnicholas a. evans2020-12-121-0/+10
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-1/+1
* test/ruby/test_fiber.rb: Suppress "assigned but unused variable" warningsYusuke Endoh2020-10-131-4/+2
* relax Fiber#transfer's restrictionKoichi Sasada2020-10-121-16/+87
* Thread scheduler for light weight concurrency.Samuel Williams2020-05-141-45/+0
* test/ruby/test_fiber.rb (test_stack_size): re-enabled on s390xYusuke Endoh2020-04-271-1/+0
* test/ruby/test_fiber.rb: Skip the problematic test_stack_size on riscvYusuke Endoh2020-04-221-0/+1
* Skip a too-unstable test on s390x-linuxTakashi Kokubun2020-04-181-0/+1
* test/ruby/test_fiber.rb (test_many_fibers_with_threads): relax timeoutYusuke Endoh2020-03-221-1/+1
* Suspend many fibers test on JIT for nowTakashi Kokubun2019-11-131-0/+1
* Revert "Fix Fiber#transfer"Koichi Sasada2019-10-241-4/+6
* Fix Fiber#transferJeremy Evans2019-10-211-6/+4
* Try shrinking tested VM stack maxTakashi Kokubun2019-09-061-2/+2
* test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh2019-09-031-1/+3
* restore timeoutKoichi Sasada2019-08-091-3/+1
* extend timeout to debug.Koichi Sasada2019-08-091-1/+3
* Check if signaledNobuyoshi Nakada2019-08-051-2/+4
* Don't allow rb_fiber_resume to raise exception on unborn fiber.samuel2018-12-281-0/+1
* Implement Fiber#raise. Fixes #10344.samuel2018-12-281-0/+40
* Avoid GCing dead stack after switching away from a fibersamuel2018-12-011-0/+10
* fiber: fix crash on GC after forkingnormal2018-09-121-8/+15
* cont.c: set th->root_fiber to current fiber at forknormal2018-08-291-1/+5
* test_fiber.rb: fix test_create_fiber_in_new_threadnobu2018-04-031-3/+3
* Fix typonobu2018-04-031-1/+1
* Fix Fiber with Thread issue on Windows [Bug #14642]ko12018-04-031-0/+9
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-9/+10
* make root fiber at switching.ko12017-10-261-1/+0
* skip test_fiber_transfer_segv because it cause error with previous commitko12017-10-261-0/+1
* Fixed misspelling words.hsbt2017-10-221-1/+1
* fiber: fix machine stack marking when FIBER_USE_NATIVE is 0normal2017-09-081-0/+11
* cont.c: fix root fiber to_snobu2017-09-021-0/+1
* Fiber#to_s (#inspect) return richer information.ko12017-08-101-0/+12
* Fiber also has same issue. [Bug #13313]ko12017-03-141-0/+8
* increase timeout for Solaris 10 SPARCnaruse2016-01-261-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test/ruby: suppress warningsnobu2014-11-291-1/+1
* vm_eval.c: UncaughtThrowErrornobu2014-11-151-1/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/ruby: get rid of warnings.usa2014-03-041-3/+3
* test_fiber.rb: remove corenobu2013-12-141-1/+4
* test/ruby: better assertionsnobu2013-12-131-4/+4
* * test/ruby/test_fiber.rb: collect garbage fibers immediately.ko12013-08-191-1/+3
* * variable.c, vm_method.c: remove dead code.ktsj2013-08-181-4/+1
* test_fiber.rb: longer timeoutnobu2013-06-201-2/+2
* test/ruby: reap zombiesnobu2013-06-191-2/+3
* cont.c: fiber local svarnobu2013-01-301-0/+24
* Sync output messagenaruse2013-01-221-8/+8
* Remove commenting out tests introduced by r38478naruse2013-01-161-4/+1