summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2015-11-10hash.c: to_procnobu
2015-11-10hash.c: compare methodsnobu
2015-11-10Add a trick to pending for r52509naruse
2015-11-09add message for assert_equal.akr
2015-11-09variable.c (rb_autoload_load): allow recursive callsnormal
2015-11-09add a test.akr
2015-11-09dignobu
2015-11-09* compile.c (iseq_compile_each): Dynamic string literals should beshugo
2015-11-06change DOTQnobu
2015-11-06parse.y: fix segv after invalid keyword argumentnobu
2015-11-05test/ruby/test_autoload: hoist out ruby_impl_requirenormal
2015-11-03parse.y: revert lbracketnobu
2015-11-02parse.y: lbracketnobu
2015-11-01parse.y: invalid symbolnobu
2015-10-31test_super.rb: test_missing_supernobu
2015-10-31test_exception.rb: get rid of did_you_meannobu
2015-10-31eval_error.c: Fix a format of `NameError#message`nobu
2015-10-30explicitly overwrite signal handlingnaruse
2015-10-30show parent process's signal mask from child processnaruse
2015-10-30Old linux's default hard rlimit_nofile is 1024naruse
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-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-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-28suppress warningsnaruse
2015-10-27suppress warnings: assigned but unused variablenaruse
2015-10-27dumping core may take too much time for CInaruse
2015-10-27test_marshal.rb: test_no_internal_idsnobu
2015-10-26Add string argument test casesnobu
2015-10-26Replace tab with 8 spaces [Fix GH-1068]nobu
2015-10-25test_io.rb: assert_separatelynobu
2015-10-25fix conditions to setrlimitnobu
2015-10-24use rlimit_nproc other than Windowsnaruse
2015-10-24relax error message formatnobu
2015-10-23* ruby.c: introduce --enable-frozen-string-literal-debug option.ko1