summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-10-30use assert_raisenobu
2015-10-30* test/ruby/test_call.rb: added test for safe navigation operator.hsbt
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-30test_object.rb: add more checksnobu
2015-10-30variable.c (generic_ivar_remove): return original valuenormal
2015-10-30test_gc.rb: fix failure messagenobu
2015-10-30show child and parent signal masknaruse
2015-10-30use spawn's option to shorten the codenaruse
2015-10-30* lib/rubygems: Update to RubyGems HEAD(60d7972).hsbt
2015-10-29show signal mask on solarisnaruse
2015-10-29revert experimental changes related to Solaris CInaruse
2015-10-29* test/ruby/test_io.rb (ruby): check the existence of the constant instead ofusa
2015-10-29wait until it escape handle_interrupt blocknaruse
2015-10-28increase timeout (with full GC)naruse
2015-10-28thread may leak if assert fails before join is finishednaruse
2015-10-28* test/rubygems/test_gem_commands_server_command.rbngoto
2015-10-28revert r52312 because the failure does not always occur on Solarisngoto
2015-10-28experimentally add GC.start before spawnnaruse
2015-10-28test_file.rb: fix name clashnobu
2015-10-28encoding for inspectnobu
2015-10-28NameError#receiver of uninitialized constantnobu
2015-10-28write in shroternaruse
2015-10-28parse.y: fix op_assign typenobu
2015-10-28test_parser_events.rb: event tokennobu
2015-10-28suppress warningsnaruse
2015-10-27suppress warnings: assigned but unused variablenaruse
2015-10-27solaris doesn't take http for handle_optionsnaruse
2015-10-27dumping core may take too much time for CInaruse
2015-10-27ENV['MAKE'] is prior than ENV['make']naruse
2015-10-27test_marshal.rb: test_no_internal_idsnobu
2015-10-27Add binmode for Tempfile to prevent EOF (0x1A)naruse
2015-10-27logger.rb: end of week should be Saturdaynobu
2015-10-27logger.rb: fix weekly rotationnobu
2015-10-26Add string argument test casesnobu
2015-10-26Replace tab with 8 spaces [Fix GH-1068]nobu
2015-10-26clear https_proxynaruse
2015-10-26parse.y: call_op2nobu
2015-10-25test_io.rb: assert_separatelynobu
2015-10-25fix conditions to setrlimitnobu
2015-10-25symbol.c: dotq in rippernobu
2015-10-25use rb_check_arity [ci skip]nobu
2015-10-24use rlimit_nproc other than Windowsnaruse
2015-10-240.1 second is not enough for FreeBSDnaruse
2015-10-24relax error message formatnobu
2015-10-24relax error message formatnobu
2015-10-23forwardable.rb: full qualify namesnobu
2015-10-23* ruby.c: introduce --enable-frozen-string-literal-debug option.ko1
2015-10-23* lib/forwardable (def_instance_delegator, def_single_delegator):shugo
2015-10-23* lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address containedhsbt
2015-10-23* file.c: fix indent style. [fix GH-977]hsbt