index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_fiber.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-1
/
+1
*
`rb_fiber_terminate` must not return [Bug #18497]
Nobuyoshi Nakada
2022-01-19
1
-0
/
+5
*
Assuming EXIT_SUCCESS equals 0 is not portable
Nobuyoshi Nakada
2022-01-19
1
-3
/
+3
*
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2022-01-04
1
-2
/
+2
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
1
-1
/
+1
*
test/ruby/test_fiber.rb: Extend timeout on Solaris
Yusuke Endoh
2021-11-09
1
-1
/
+1
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-3
/
+2
*
test/ruby/test_fiber.rb: reduce the count of object creation to cause GC
Yusuke Endoh
2021-04-28
1
-1
/
+1
*
test/ruby/test_fiber.rb: relax timeout on Solaris
Yusuke Endoh
2021-03-23
1
-1
/
+1
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
1
-1
/
+1
*
Get rid of defining methods for tests in core classes
Nobuyoshi Nakada
2021-01-09
1
-1
/
+1
*
Let Fiber#raise work with transferring fibers
nicholas a. evans
2020-12-12
1
-0
/
+10
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
1
-1
/
+1
*
test/ruby/test_fiber.rb: Suppress "assigned but unused variable" warnings
Yusuke Endoh
2020-10-13
1
-4
/
+2
*
relax Fiber#transfer's restriction
Koichi Sasada
2020-10-12
1
-16
/
+87
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
1
-45
/
+0
*
test/ruby/test_fiber.rb (test_stack_size): re-enabled on s390x
Yusuke Endoh
2020-04-27
1
-1
/
+0
*
test/ruby/test_fiber.rb: Skip the problematic test_stack_size on riscv
Yusuke Endoh
2020-04-22
1
-0
/
+1
*
Skip a too-unstable test on s390x-linux
Takashi Kokubun
2020-04-18
1
-0
/
+1
*
test/ruby/test_fiber.rb (test_many_fibers_with_threads): relax timeout
Yusuke Endoh
2020-03-22
1
-1
/
+1
*
Suspend many fibers test on JIT for now
Takashi Kokubun
2019-11-13
1
-0
/
+1
*
Revert "Fix Fiber#transfer"
Koichi Sasada
2019-10-24
1
-4
/
+6
*
Fix Fiber#transfer
Jeremy Evans
2019-10-21
1
-6
/
+4
*
Try shrinking tested VM stack max
Takashi Kokubun
2019-09-06
1
-2
/
+2
*
test/ruby/test_fiber.rb: reduce the count of object creation to cause GC
Yusuke Endoh
2019-09-03
1
-1
/
+3
*
restore timeout
Koichi Sasada
2019-08-09
1
-3
/
+1
*
extend timeout to debug.
Koichi Sasada
2019-08-09
1
-1
/
+3
*
Check if signaled
Nobuyoshi Nakada
2019-08-05
1
-2
/
+4
*
Don't allow rb_fiber_resume to raise exception on unborn fiber.
samuel
2018-12-28
1
-0
/
+1
*
Implement Fiber#raise. Fixes #10344.
samuel
2018-12-28
1
-0
/
+40
*
Avoid GCing dead stack after switching away from a fiber
samuel
2018-12-01
1
-0
/
+10
*
fiber: fix crash on GC after forking
normal
2018-09-12
1
-8
/
+15
*
cont.c: set th->root_fiber to current fiber at fork
normal
2018-08-29
1
-1
/
+5
*
test_fiber.rb: fix test_create_fiber_in_new_thread
nobu
2018-04-03
1
-3
/
+3
*
Fix typo
nobu
2018-04-03
1
-1
/
+1
*
Fix Fiber with Thread issue on Windows [Bug #14642]
ko1
2018-04-03
1
-0
/
+9
*
Fix test-all tests to avoid creating report_on_exception warnings
eregon
2017-12-12
1
-9
/
+10
*
make root fiber at switching.
ko1
2017-10-26
1
-1
/
+0
*
skip test_fiber_transfer_segv because it cause error with previous commit
ko1
2017-10-26
1
-0
/
+1
*
Fixed misspelling words.
hsbt
2017-10-22
1
-1
/
+1
*
fiber: fix machine stack marking when FIBER_USE_NATIVE is 0
normal
2017-09-08
1
-0
/
+11
*
cont.c: fix root fiber to_s
nobu
2017-09-02
1
-0
/
+1
*
Fiber#to_s (#inspect) return richer information.
ko1
2017-08-10
1
-0
/
+12
*
Fiber also has same issue. [Bug #13313]
ko1
2017-03-14
1
-0
/
+8
*
increase timeout for Solaris 10 SPARC
naruse
2016-01-26
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
test/ruby: suppress warnings
nobu
2014-11-29
1
-1
/
+1
*
vm_eval.c: UncaughtThrowError
nobu
2014-11-15
1
-1
/
+1
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
* test/ruby: get rid of warnings.
usa
2014-03-04
1
-3
/
+3
[next]