summaryrefslogtreecommitdiff
path: root/test/ruby/test_fiber.rb
AgeCommit message (Expand)Author
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
2012-12-15* cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.nagachika
2012-10-29Use assert_normal_exit to split processnaruse
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
2011-11-20* cont.c (fiber_switch): ignore fiber context switchnaruse
2011-11-09* test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).ko1
2011-09-03* test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj
2011-05-15 * cont.c (cont_init): clear macihne_stack_start/end of saved thread tonagachika
2010-11-03* cont.c (rb_fiber_resume): raise an "double resume" error when rootmame
2010-05-09* test/ruby/test_fiber.rb: add ML ref.mame
2010-05-09* cont.c (fiber_switch): raise FiberError when returning to deadmame
2009-06-01* cont.c (cont_capture, fiber_store): reraise transferred error.nobu