aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_rubyoptions.rb: fix typo and only expect +JIT for CRubyeregon2018-02-221-3/+3
* test_rubyoptions.rb: don't test --jit if not supportedk0kubun2018-02-223-43/+46
* version.c: show +JIT when --jit is passedk0kubun2018-02-221-1/+23
* erb.rb: deprecate safe_level of ERB.newk0kubun2018-02-222-27/+69
* Fix CMDARG manipulationnobu2018-02-221-10/+10
* test_process.rb: assert minimum maxgroupsnobu2018-02-221-0/+1
* test_process.rb: unlimited getgroups on darwinnobu2018-02-211-0/+1
* test_time_tz.rb: past Japanese DST tzdata fixnobu2018-02-211-1/+1
* test_time_tz.rb: past Japanese DST tzdata fixnobu2018-02-211-2/+17
* random.c: Random.bytesnobu2018-02-201-3/+8
* thread.c (thread_join_m): handle negative timeouts correctlynormal2018-02-181-0/+7
* Remove unnecessary `[]`skazu2018-02-171-4/+4
* a C source code must end with EOLshyouhei2018-02-171-1/+1
* long long is a C99ismshyouhei2018-02-172-3/+9
* fix regexp literal warning.nagachika2018-02-161-4/+4
* Fixed tempfile leak.hsbt2018-02-161-0/+1
* * remove trailing spaces.svn2018-02-161-4/+4
* Merge RubyGems 2.7.6 from upstream.hsbt2018-02-167-5/+312
* compile.c: keep debug infonobu2018-02-161-0/+2
* test_rubyoptions.rb: assert_same to check identitynobu2018-02-161-3/+3
* test_rubyoptions.rb: show code in failure messagesnobu2018-02-161-3/+5
* test/io/console/test_io_console.rb (test_oflush): Avoid race conditionmame2018-02-151-0/+1
* compile.c: drop freezestring insn on String#-@normal2018-02-141-0/+15
* test/ruby/test_optimization.rb: fix compile kwargnormal2018-02-141-2/+3
* skip "TestException#test_thread_signal_location" as a known bug [Bug #14474]ko12018-02-141-0/+1
* mjit_compile.inc.erb: replace opt_key insnk0kubun2018-02-131-5/+34
* variable.c: flags at autoloadingnobu2018-02-131-0/+40
* revert r62392usa2018-02-131-40/+0
* variable.c: flags at autoloadingnobu2018-02-131-0/+40
* test_jit.rb: prettify script in messagek0kubun2018-02-121-1/+6
* test_jit.rb: explicitly skip for unsupported onesk0kubun2018-02-121-2/+6
* test_jit.rb: split test_compile_insnsnobu2018-02-121-192/+270
* insns.def: cache nil constnobu2018-02-101-0/+11
* test_jit.rb: cover most insn compilationsk0kubun2018-02-101-3/+344
* compile.c: popped hashnobu2018-02-091-0/+5
* .travis.yml: force to execute JIT test on Travisk0kubun2018-02-091-0/+6
* test_jit.rb: don't force to test --jit-waitk0kubun2018-02-081-2/+2
* test_jit.rb: fix typok0kubun2018-02-081-1/+1
* test_jit.rb: add forgotten checkk0kubun2018-02-081-1/+2
* test_jit.rb: check JIT support more conservativelyk0kubun2018-02-081-5/+9
* test_jit.rb: remove unnecessary requirek0kubun2018-02-081-1/+0
* test_jit.rb: try to test JIT againk0kubun2018-02-081-0/+68
* revert r62302 and force to define the version constantusa2018-02-081-5/+1
* no need to set bundled bundler unless Gem::USE_BUNDLER_FOR_GEMDEPSusa2018-02-081-1/+3
* test_gem_commands_setup_command.rb: BUNDLER_VERSnobu2018-02-081-1/+3
* revert r62291 for nowk0kubun2018-02-081-60/+0
* test_jit.rb: make JIT count test optionalk0kubun2018-02-071-6/+8
* test_jit.rb: add initial test for JITk0kubun2018-02-071-0/+58
* lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.marcandre2018-02-061-3/+3
* test_gem_util.rb: fix broken testnobu2018-02-061-5/+2