aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* dignobu2015-11-092-0/+12
* * compile.c (iseq_compile_each): Dynamic string literals should beshugo2015-11-091-1/+1
* change DOTQnobu2015-11-062-12/+12
* parse.y: fix segv after invalid keyword argumentnobu2015-11-061-0/+10
* test/ruby/test_autoload: hoist out ruby_impl_requirenormal2015-11-051-15/+18
* parse.y: revert lbracketnobu2015-11-031-4/+0
* parse.y: lbracketnobu2015-11-021-0/+4
* parse.y: invalid symbolnobu2015-11-011-0/+6
* test_super.rb: test_missing_supernobu2015-10-311-0/+7
* test_exception.rb: get rid of did_you_meannobu2015-10-311-5/+1
* eval_error.c: Fix a format of `NameError#message`nobu2015-10-311-0/+12
* explicitly overwrite signal handlingnaruse2015-10-302-1/+2
* show parent process's signal mask from child processnaruse2015-10-301-13/+8
* Old linux's default hard rlimit_nofile is 1024naruse2015-10-301-1/+8
* use assert_raisenobu2015-10-301-1/+1
* * test/ruby/test_call.rb: added test for safe navigation operator.hsbt2015-10-301-0/+13
* * vm_method.c: added documentation of protected/private methods.hsbt2015-10-301-8/+21
* test_object.rb: add more checksnobu2015-10-301-4/+6
* variable.c (generic_ivar_remove): return original valuenormal2015-10-301-4/+16
* test_gc.rb: fix failure messagenobu2015-10-301-3/+3
* show child and parent signal masknaruse2015-10-301-2/+13
* use spawn's option to shorten the codenaruse2015-10-301-16/+6
* show signal mask on solarisnaruse2015-10-291-0/+1
* revert experimental changes related to Solaris CInaruse2015-10-292-6/+2
* * test/ruby/test_io.rb (ruby): check the existence of the constant instead ofusa2015-10-291-1/+1
* wait until it escape handle_interrupt blocknaruse2015-10-291-2/+2
* increase timeout (with full GC)naruse2015-10-282-3/+4
* thread may leak if assert fails before join is finishednaruse2015-10-281-2/+3
* experimentally add GC.start before spawnnaruse2015-10-281-0/+1
* test_file.rb: fix name clashnobu2015-10-281-1/+1
* encoding for inspectnobu2015-10-283-8/+14
* NameError#receiver of uninitialized constantnobu2015-10-281-0/+4
* write in shroternaruse2015-10-282-7/+2
* suppress warningsnaruse2015-10-281-1/+1
* suppress warnings: assigned but unused variablenaruse2015-10-271-2/+2
* dumping core may take too much time for CInaruse2015-10-272-2/+9
* test_marshal.rb: test_no_internal_idsnobu2015-10-271-0/+16
* Add string argument test casesnobu2015-10-261-0/+15
* Replace tab with 8 spaces [Fix GH-1068]nobu2015-10-261-2/+2
* test_io.rb: assert_separatelynobu2015-10-251-27/+15
* fix conditions to setrlimitnobu2015-10-252-3/+5
* use rlimit_nproc other than Windowsnaruse2015-10-242-2/+6
* relax error message formatnobu2015-10-241-22/+22
* * ruby.c: introduce --enable-frozen-string-literal-debug option.ko12015-10-231-0/+11
* * file.c: fix indent style. [fix GH-977]hsbt2015-10-231-4/+4
* test_call.rb: add testsnobu2015-10-231-1/+5
* compile.c: optimize method chainnobu2015-10-231-6/+17
* safe navigation attrsetnobu2015-10-232-1/+6
* Add rlimit_nproc to avoid to create many process [Bug #11613]naruse2015-10-221-2/+2
* limit the number of FDs in a process for stress testnaruse2015-10-221-0/+2