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
/
test
/
ruby
/
test_signal.rb
Age
Commit message (
Expand
)
Author
2024-11-08
Fix race condition in test_self_stop
KJ Tsanaktsidis
2023-03-15
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-14
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-09
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2022-01-19
Do not create core file if it is intentional abort
Koichi Sasada
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-06-30
Wait for the helper thread to terminate
Nobuyoshi Nakada
2019-06-28
Removed unused variables
Nobuyoshi Nakada
2018-08-25
thread_pthread.c: main thread always gets hit by signals
normal
2018-07-13
test/ruby/test_signal.rb (test_sigchld_ignore): increase timeout
normal
2018-07-08
test/ruby/test_signal.rb: skip ensure if test is skipped
normal
2018-07-08
signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
normal
2018-07-03
test/ruby/test_signal.rb: speedup some test by disabling RubyGems
normal
2018-03-10
signal.c: refine error messages
nobu
2018-03-10
signal.c: check NUL bytes
nobu
2018-03-06
test_signal.rb: fix arguments order
nobu
2017-06-12
remove ruby_kill() introduced for [Bug #7951].
ko1
2016-01-26
Signal.list deduplicates keys
normal
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-03-02
signal.c: nil for invalid signum
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-10-07
signal.c: get rid of deadlock by discarded signals
nobu
2014-10-06
signal.c: send signal unless handled
nobu
2014-09-21
signal.c: SIGEXIT is not a system signal
nobu
2014-09-21
test_signal.rb: remove stale test
nobu
2014-09-21
signal.c: EINVAL is a failure
nobu
2014-07-30
signal.c: preserve encoding
nobu
2014-05-10
signal.c: directly enqueue
nobu
2014-05-10
test_signal.rb: test iff SIGQUIT is supported
nobu
2014-05-09
* signal.c (trap): Return "SYSTEM_DEFAULT" if SIG_DFL is set.
akr
2014-05-09
test_signal.rb: missing argv
nobu
2014-05-09
test_beginendblock.rb, test_signal.rb: run with default handler
nobu
2014-03-31
signal.c: preserve encoding
nobu
2013-10-09
test/unit/assertions.rb: return exception
nobu
2013-06-19
test_signal.rb: use standard fds
nobu
2013-06-19
test_signal.rb: use SIGINT if needed
nobu
2013-06-19
test_signal.rb: use assert_in_out_err
nobu
2013-06-19
test/ruby: reap zombies
nobu
2013-06-19
test_signal.rb: extra quotes
nobu
2013-03-21
thread.c: fix deadlock
nobu
2013-03-20
* test/ruby/test_signal.rb (test_hup_me): skip if HUP isn't supported.
shirosaki
2013-03-19
* test/ruby/test_signal.rb (test_hup_me): added a few comments.
kosaki
2013-03-19
* internal.h: added a declaration of ruby_kill().
kosaki
2013-01-31
* test/ruby/test_signal.rb (test_trap_puts): Fix typo. "sync"
kosaki
2012-11-28
* thread.c (struct rb_mutex_struct): add allow_trap field.
kosaki
2012-11-20
* test/ruby/test_signal.rb (TestSignal#test_signame): fix windows
kosaki
2012-11-20
Don't send INT signal itself.
naruse
2012-11-19
* signal.c (sig_signame): implements Signal.signame method
kosaki
2012-05-11
Revert r35622.
naruse
[next]