summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_signal.rb
Commit message (Expand)AuthorAgeFilesLines
* 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