summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_refinement.rb: extend the timeoutYusuke Endoh2020-04-211-1/+1
* Skip JIT tests on riscv64 due to SEGV of cc1Yusuke Endoh2020-04-201-0/+2
* Skip TestRequire#test_loading_fifo_fd_leak on AndroidYusuke Endoh2020-04-191-0/+2
* The pdb header error is printed at stdoutTakashi Kokubun2020-04-181-2/+2
* Environment variable values are not case-insensitiveNobuyoshi Nakada2020-04-181-2/+2
* [ruby/reline] Add ed_search_next_historyaycabta2020-04-181-0/+74
* [ruby/reline] Add ed_search_prev_historyaycabta2020-04-181-0/+69
* [ruby/reline] Rename wrong test nameaycabta2020-04-181-1/+1
* Compare environment variable names in those manor [Bug #16798]Nobuyoshi Nakada2020-04-181-0/+2
* Make sure newarraykwsplat accesses a correct indexTakashi Kokubun2020-04-181-0/+10
* Super TestJIT#setup to skip unsupported envsTakashi Kokubun2020-04-181-3/+1
* Skip a too-unstable test on s390x-linuxTakashi Kokubun2020-04-181-0/+1
* test/ruby/test_jit_debug.rb: Skip unsupported platformsYusuke Endoh2020-04-181-0/+3
* Compilation error does not impact exit statusTakashi Kokubun2020-04-171-2/+2
* test/ruby/test_process.rb: Skip GID.from_name on AndroidYusuke Endoh2020-04-171-1/+1
* Preserve encoding in error messages for invalid user/group nameNobuyoshi Nakada2020-04-161-0/+6
* Added tests for Process::UID.from_name and Process::GID.from_nameNobuyoshi Nakada2020-04-161-0/+16
* Preserve encoding in error message for invalid env exec optionNobuyoshi Nakada2020-04-161-0/+3
* Added test for invalid env exec optionNobuyoshi Nakada2020-04-161-0/+4
* Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada2020-04-151-0/+8
* This test is not testing attr_writerTakashi Kokubun2020-04-141-5/+5
* Invalidate fastpath when calling attr_reader by superTakashi Kokubun2020-04-141-1/+28
* Invalidate fastpath when calling attr_writer by superTakashi Kokubun2020-04-141-0/+30
* Disallow line-continuation before R-assignNobuyoshi Nakada2020-04-151-1/+0
* Fix logic to detect vs120Takashi Kokubun2020-04-131-2/+2
* Add missing call in 70b7304f03Takashi Kokubun2020-04-131-1/+1
* Ignore AppVeyor vs120's pdb corruptionTakashi Kokubun2020-04-131-0/+12
* Allow simple R-assign in endless defNobuyoshi Nakada2020-04-131-0/+1
* Relaxed of R-assign value to argNobuyoshi Nakada2020-04-121-0/+1
* Assertions for basic use of `encoding:` optionNobuyoshi Nakada2020-04-111-0/+14
* Assertions for enumerators of DirNobuyoshi Nakada2020-04-111-0/+12
* Removed unnecessary `to_a` callNobuyoshi Nakada2020-04-111-1/+1
* Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada2020-04-111-0/+18
* Endless method definition [Feature #16746]Nobuyoshi Nakada2020-04-101-0/+7
* Rightward-assign by ASSOCNobuyoshi Nakada2020-04-101-0/+7
* [ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA2020-04-081-2/+2
* [ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA2020-04-081-1/+1
* Fixed formatted substring expansion [Bug #16767]Nobuyoshi Nakada2020-04-081-0/+7
* Fix source location of autoloaded constant [Bug #16764]Nobuyoshi Nakada2020-04-071-0/+13
* `Dir.glob` always returns an arrayNobuyoshi Nakada2020-04-011-10/+5
* Fix helper to not assume glibcPaul Jordan2020-04-011-3/+16
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-302-8/+35
* [rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...David Rodríguez2020-03-301-0/+111
* [rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez2020-03-3021-73/+73
* [rubygems/rubygems] Remove weird spacing from error messagesDavid Rodríguez2020-03-307-40/+40
* [rubygems/rubygems] Remove weird spacing between receiver and methodDavid Rodríguez2020-03-307-43/+43
* [rubygems/rubygems] Consistently left align tokenizer test columnsDavid Rodríguez2020-03-301-118/+118
* [rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez2020-03-3037-284/+284
* Clear all trace events during teardownAlan Wu2020-03-291-0/+4
* Clean up /tmp leftovers in ci.rvm.jpTakashi Kokubun2020-03-281-5/+20