index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
/
test_fork.rb
Age
Commit message (
Expand
)
Author
2025-03-25
Fail test if child process exists non-zero
John Hawthorn
2025-03-24
Revert "Fix broken CI. (#12963)"
Hiroshi SHIBATA
2025-03-23
Fix broken CI. (#12963)
Samuel Williams
2024-11-21
Extend the timeout of fork-exit bootstraptest
Yusuke Endoh
2024-08-13
Re-initialize vm->ractor.sched.lock after fork
John Hawthorn
2018-01-09
bootstraptest/test_fork.rb: Stop too restrict NPROC test temporarily
mame
2015-11-10
* bootstraptest/test_fork.rb ([ruby-dev:37934]): :NPROC (RLIMIT_NPROC)
ngoto
2014-06-28
test_fork.rb: wait signals
nobu
2014-06-07
bootstraptest/test_{fork,io,thread}.rb: reduce sleep times
nobu
2011-06-30
* thread.c (rb_threadptr_check_signal): only wake up main thread.
ko1
2010-04-19
* bootstraptest/test_fork.rb: add a test for [ruby-core:28924].
mame
2009-06-07
* thread_pthread.c (rb_thread_create_timer_thread): print fatal error
ko1
2009-02-26
* test_fork.rb: no need to test if fork(2) is not implemented.
usa
2009-02-18
* bootstraptest/test_fork.rb: test for [ruby-core:22158]
nobu
2007-12-21
* bootstraptest/test_fork.rb: skip if fork is not unsupported.
ko1
2007-12-21
* bootstraptest/pending.rb: renamed from featurebug.rb.
ko1
2007-12-21
* thread.c (rb_thread_atfork): fix to mark thread object.
ko1