aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make Module#prepend affect the iclasses of the moduleJeremy Evans2020-06-181-0/+22
* lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh2020-06-181-10/+1
* Add Hash#except ENV#except [Feature #15822]Timo Schilling2020-06-182-0/+19
* Read in ASCII-8BIT to get rid of invalid encoding errorNobuyoshi Nakada2020-06-181-1/+1
* test/webrick/test_filehandler.rb: implicitly fall back to UTF-8Yusuke Endoh2020-06-181-2/+5
* test/webrick/test_filehandler.rb: remove unused variableYusuke Endoh2020-06-181-1/+1
* test/webrick/test_filehandler.rb: no `.encode("filesystem")` if US-ASCIIYusuke Endoh2020-06-181-2/+7
* test/webrick/test_filehandler.rb: Second try to fix the CI errorYusuke Endoh2020-06-181-1/+2
* Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun2020-06-171-5/+0
* test/rubygems/test_gem_package.rb: Skip a test when TMPDIR is too longYusuke Endoh2020-06-171-0/+2
* Speed up setup test by not installing docsDavid Rodríguez2020-06-171-0/+2
* Skip `test_gem_package_task` if `rake` not presentDavid Rodríguez2020-06-171-2/+11
* Simplify handling of a `LoadError`David Rodríguez2020-06-171-2/+1
* Show filesystem encoding in failure messageKazuhiro NISHIYAMA2020-06-171-1/+1
* Check argument to ObjectSpace._id2refNobuyoshi Nakada2020-06-161-0/+10
* Exit with non-zero status on disabled gem system update.Josef Šimánek2020-06-151-2/+4
* Add Gem.disable_system_update_message to disable gem update --system if needed.Josef Šimánek2020-06-151-0/+17
* Remove encoding magic commentsDavid Rodríguez2020-06-156-8/+0
* Deprecate `Gem::Util.silent_system`David Rodríguez2020-06-151-2/+4
* Replace `Gem::Util.silent_system` with better toolsDavid Rodríguez2020-06-151-2/+3
* Use space inside block braces everywhereDavid Rodríguez2020-06-1534-239/+239
* Revert "Revert "[rubygems/rubygems] Remove unneeded global teardown""David Rodríguez2020-06-1510-4/+28
* Revert "Revert "[rubygems/rubygems] Remove unneeded teardown""David Rodríguez2020-06-151-6/+0
* Try using longer read_timeout for --jit-waitTakashi Kokubun2020-06-141-7/+4
* Introduce find pattern [Feature #16828]Kazuki Tsujimoto2020-06-143-0/+100
* Skip test_getbinaryfile_command_injection on --jit-waitTakashi Kokubun2020-06-131-0/+2
* Revert "[ruby/fileutils] Make verbose output go to stdout instead of stderr"Nobuyoshi Nakada2020-06-121-5/+5
* [ruby/fileutils] Fix #install with "X" mode optionNobuyoshi Nakada2020-06-121-0/+2
* [ruby/fileutils] Make verbose output go to stdout instead of stderrJeremy Evans2020-06-121-5/+5
* prevent memory allocation for GC testsKoichi Sasada2020-06-121-3/+7
* Make mutating the result of SortedSet#to_a not affect the setJeremy Evans2020-06-111-0/+3
* Prohibit setting class variable on frozen module through inheritanceAlan Wu2020-06-111-0/+10
* Warn when passing a non-literal block to Kernel#lambdaJeremy Evans2020-06-112-2/+7
* Fix error in `remove_entry`Kazuhiro NISHIYAMA2020-06-111-0/+11
* [ruby/logger] Let Logger#reopen not raise on nil log devicesLourens Naudé2020-06-111-0/+7
* [ruby/logger] Let File::NULL ("/dev/null", "NUL" etc.) be considered a nil lo...Lourens Naudé2020-06-111-0/+5
* [ruby/webrick] Fix httpd error in CJK directoryKazuhiro NISHIYAMA2020-06-111-0/+13
* Make proc/Proc.new without block an error instead of warningJeremy Evans2020-06-101-14/+2
* ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada2020-06-101-0/+1
* [rubygems/rubygems] Use parenthesis for clarity for ternary conditionBenoit Daloze2020-06-101-1/+1
* [rubygems/rubygems] Increase timeouts in test_gem_stream_ui.rbBenoit Daloze2020-06-101-1/+3
* Work around infinite loop when overriding method visibility in prepended modu...Jeremy Evans2020-06-091-0/+21
* Improved assertionsNobuyoshi Nakada2020-06-091-2/+2
* [ruby/gdbm] Workaround for GitHub ActionsHiroshi SHIBATA2020-06-091-1/+1
* Return seconds slept after Thread.scheduler wait_sleepnicholas a. evans2020-06-091-1/+18
* disable GC on a testKoichi Sasada2020-06-091-1/+1
* Differentiate `...` in lambda argumentsNobuyoshi Nakada2020-06-071-2/+3
* Add leading arguments support to arguments forwardingJeremy Evans2020-06-062-3/+124
* Make test for no method error more reliableYuki Nishijima2020-06-061-8/+12
* Sync did_you_meanYuki Nishijima2020-06-065-130/+147