aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_signal.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr2011-05-311-0/+1
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): don'takr2011-05-301-1/+1
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): smallusa2011-05-301-1/+1
* * test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop.nobu2011-05-271-4/+4
* * test/ruby/test_signal.rb (test_signal_requiring): skip on Windows.usa2011-05-191-0/+1
* * eval.c (setup_exception): internal exception should be hiddennobu2011-05-181-0/+25
* * test/ruby/test_signal.rb (TestSignal#test_signal_process_group):kosaki2011-05-151-0/+2
* * signal.c (rb_f_kill): accept '-SIGXXX' style signal with Symbol ornagachika2011-05-151-0/+12
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): use spawnakr2010-08-091-3/+5
* * eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame2010-04-271-1/+14
* Retry until the signal is trapped.naruse2009-10-181-1/+4
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu2008-10-241-1/+1
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-1/+1
* * test/ruby/test_signal.rb (test_trap): string commands are allowed.nobu2008-07-161-2/+2
* * test/ruby/test_signal.rb: add tests to achieve over 80% testmame2008-05-301-0/+99
* check Process.kill instead of Process#kill.akr2007-12-021-1/+1
* * Merge YARVko12006-12-311-19/+18
* * test/ruby/test_signal.rb (test_exit_action): skip the test usingusa2005-09-151-0/+10
* avoid some race conditionakr2005-07-031-1/+6
* kill a process spawned by test_exit_action.akr2005-06-051-3/+8
* add a test for [ruby-dev:26128].akr2005-06-031-0/+23
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/ruby/test_signal.rb (test_signal): restore old trap.nobu2003-10-201-2/+5
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-8/+6
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-1/+1
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+26