summaryrefslogtreecommitdiff
path: root/test/ruby/test_fiber.rb
AgeCommit message (Expand)Author
2020-10-13test/ruby/test_fiber.rb: Suppress "assigned but unused variable" warningsYusuke Endoh
2020-10-12relax Fiber#transfer's restrictionKoichi Sasada
2020-05-14Thread scheduler for light weight concurrency.Samuel Williams
2020-04-27test/ruby/test_fiber.rb (test_stack_size): re-enabled on s390xYusuke Endoh
2020-04-22test/ruby/test_fiber.rb: Skip the problematic test_stack_size on riscvYusuke Endoh
2020-04-18Skip a too-unstable test on s390x-linuxTakashi Kokubun
2020-03-22test/ruby/test_fiber.rb (test_many_fibers_with_threads): relax timeoutYusuke Endoh
2019-11-13Suspend many fibers test on JIT for nowTakashi Kokubun
2019-10-24Revert "Fix Fiber#transfer"Koichi Sasada
2019-10-21Fix Fiber#transferJeremy Evans
2019-09-06Try shrinking tested VM stack maxTakashi Kokubun
2019-09-03test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh
2019-08-09restore timeoutKoichi Sasada
2019-08-09extend timeout to debug.Koichi Sasada
2019-08-05Check if signaledNobuyoshi Nakada
2018-12-28Don't allow rb_fiber_resume to raise exception on unborn fiber.samuel
2018-12-28Implement Fiber#raise. Fixes #10344.samuel
2018-12-01Avoid GCing dead stack after switching away from a fibersamuel
2018-09-12fiber: fix crash on GC after forkingnormal
2018-08-29cont.c: set th->root_fiber to current fiber at forknormal
2018-04-03test_fiber.rb: fix test_create_fiber_in_new_threadnobu
2018-04-03Fix typonobu
2018-04-03Fix Fiber with Thread issue on Windows [Bug #14642]ko1
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-10-26make root fiber at switching.ko1
2017-10-26skip test_fiber_transfer_segv because it cause error with previous commitko1
2017-10-22Fixed misspelling words.hsbt
2017-09-08fiber: fix machine stack marking when FIBER_USE_NATIVE is 0normal
2017-09-02cont.c: fix root fiber to_snobu
2017-08-10Fiber#to_s (#inspect) return richer information.ko1
2017-03-14Fiber also has same issue. [Bug #13313]ko1
2016-01-26increase timeout for Solaris 10 SPARCnaruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-11-29test/ruby: suppress warningsnobu
2014-11-15vm_eval.c: UncaughtThrowErrornobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-03-04* test/ruby: get rid of warnings.usa
2013-12-14test_fiber.rb: remove corenobu
2013-12-13test/ruby: better assertionsnobu
2013-08-19* test/ruby/test_fiber.rb: collect garbage fibers immediately.ko1
2013-08-18* variable.c, vm_method.c: remove dead code.ktsj
2013-06-20test_fiber.rb: longer timeoutnobu
2013-06-19test/ruby: reap zombiesnobu
2013-01-30cont.c: fiber local svarnobu
2013-01-22Sync output messagenaruse
2013-01-16Remove commenting out tests introduced by r38478naruse
2012-12-22* cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika
2012-12-19* vm.c: support variable VM/Machine stack sizes.ko1
2012-12-19* test/ruby/test_fiber.rb: remove a strange single quote character.ko1
2012-12-18* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika