aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm_eval.c: __dir__ in evalnobu2013-06-141-0/+2
* test_method.rb: use realpathnobu2013-06-141-1/+1
* * compile.c (rb_iseq_compile_node): fix location of a `trace'ko12013-06-141-0/+13
* * test/ruby/test_thread.rb (test_thread_local_security): Don't createakr2013-06-131-2/+0
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-136-144/+77
* * eval.c (mod_using): new method Module#using, which activatesshugo2013-06-121-8/+57
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-1220-511/+15
* test_io.rb: fix test errornobu2013-06-121-1/+21
* io.c: fix 7bit coderange conditionnobu2013-06-121-1/+11
* array.c: freeze in callbacknobu2013-06-121-0/+9
* array.c: freeze in callbacknobu2013-06-121-0/+16
* * test/ruby/test_beginendblock.rb (test_exitcode_in_at_exit): fix NameError.ktsj2013-06-101-0/+1
* eval_error.c: restore errinfonobu2013-06-101-0/+14
* test_beginendblock.rb: rename methodsnobu2013-06-101-2/+2
* Fix a typo.akr2013-06-081-1/+1
* * class.c (include_modules_at): invalidate method cache if includedcharliesome2013-06-081-0/+20
* * numeric.c (num_quo): Use to_r method to convert the receiver tomrkn2013-06-061-1/+14
* * numeric.c (num_quo): should return a Float for a Float argument.mrkn2013-06-062-1/+4
* * string.c (String#b): Allow code range scan to happen later soknu2013-06-051-0/+2
* * vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.naruse2013-06-021-0/+11
* Suppress warnings: setting Encoding.default_internalnaruse2013-06-021-10/+11
* * enc/trans/japanese_euc.trans, test/ruby/test_transcode.rb,ktsj2013-06-021-60/+60
* compile.c: not simple if keyword argsnobu2013-06-011-0/+2