aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kernel#loop returns the result value of a finished iteratorknu2015-10-221-0/+8
* Safe navigation operatornobu2015-10-221-0/+12
* dir.c: glob brace expansion [Fix GH-1061]nobu2015-10-221-0/+5
* io.c: check ARGV element typenobu2015-10-221-0/+8
* parse.y: magic comment w/o indicatorsnobu2015-10-211-2/+26
* * ruby/test_require.rb (loading_fifo): checking by defined? is meaningless aboutusa2015-10-181-2/+2
* test_require.rb: no guarantees to load FIFOnobu2015-10-181-5/+5
* test_require.rb: test conditionsnobu2015-10-181-4/+2
* * ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki2015-10-171-6/+29
* test_const.rb: suppress warningsnobu2015-10-171-4/+1
* * test/ruby/test_symbol.rb (test_symbol_fstr_leak): add a warm-upodaira2015-10-161-2/+2
* file.c: non-blocking opennobu2015-10-161-1/+6