aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* call GC.start before fork-related tests to decrease GC cost on fork childrennaruse2013-07-112-0/+2
* * process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse2013-07-111-12/+0
* On FreeBSD, threads don't die on daemon(3)naruse2013-07-101-1/+13
* process.c: kill threads in daemon processnobu2013-07-101-0/+21
* * test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic): thisusa2013-07-051-1/+1
* * test/ruby/test_rubyoptions.rb: better approach.usa2013-07-051-2/+3
* * test/ruby/test_rubyoptions.rb: typo in r41791.usa2013-07-051-1/+1
* * test/ruby/test_regexp.rbknu2013-07-051-9/+12
* * test/ruby/test_regexp.rbknu2013-07-051-0/+32
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_notfound): afterusa2013-07-051-0/+1
* test_regexp.rb: test for conditional expressionnobu2013-07-041-0/+17
* dir.c: get rid of FindFirstFile bugnobu2013-07-031-0/+4
* test/ruby: independent from pathnamenobu2013-07-032-4/+2
* * eval.c (rb_using_module): activate refinements in the ancestors ofshugo2013-07-011-0/+54
* win32: UTF-8 spawnnobu2013-06-301-0/+2
* win32.c: use backslashnobu2013-06-301-1/+1
* win32: UTF-8 spawnnobu2013-06-301-0/+25
* test_process.rb: File.realpath directlynobu2013-06-301-2/+1
* * numeric.c (fix_mul): remove FIT_SQRT_LONG test as it was causingcharliesome2013-06-281-0/+1
* Wait morenaruse2013-06-281-1/+1
* Get ps result if fork-wait is timeoutednaruse2013-06-271-9/+10
* * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): skip ifshirosaki2013-06-261-16/+20
* * bignum.c (bigand_int): Consider negative values.akr2013-06-262-0/+9
* test_env.rb: fix testnobu2013-06-211-2/+8
* test_fiber.rb: longer timeoutnobu2013-06-201-2/+2
* envutil.rb: refine messagenobu2013-06-201-1/+2
* envutil.rb: keyword argumentsnobu2013-06-201-16/+12
* GC before fork to avoid spending too much time in timeout blocknaruse2013-06-201-0/+1
* collect zombiesnaruse2013-06-191-1/+4
* test_process.rb: redirect to nullnobu2013-06-191-2/+2
* test_signal.rb: use standard fdsnobu2013-06-191-17/+13
* test_signal.rb: use SIGINT if needednobu2013-06-191-3/+4
* test_io.rb: use assert_separatelynobu2013-06-191-12/+5
* test_signal.rb: use assert_in_out_errnobu2013-06-191-43/+15
* test/ruby: reap zombiesnobu2013-06-195-6/+19
* envutil.rb: reap zombiesnobu2013-06-191-1/+8
* test_signal.rb: extra quotesnobu2013-06-191-1/+1
* * test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary unless expression.kazu2013-06-191-3/+0
* * vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome2013-06-181-0/+8
* test_symbol.rb: fix testnobu2013-06-181-4/+2
* Remove useless sleepnaruse2013-06-181-1/+1
* Add timeout to avoid sticknaruse2013-06-181-7/+10
* Message is 3rd argument, not 2ndnaruse2013-06-181-2/+2
* * test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):ktsj2013-06-171-1/+0
* * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj2013-06-171-1/+0
* * include/ruby/intern.h, proc.c (rb_method_call_with_block):ktsj2013-06-171-1/+0
* Write stdin_data only if it existsnaruse2013-06-171-1/+1
* skip new tests until fixednobu2013-06-172-0/+4
* test/ruby/test_symbol.rb: tests for [Bug #8531]nobu2013-06-171-1/+29
* test/ruby/test_proc.rb: tests for [Bug #8341]nobu2013-06-171-0/+39