summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/date] Fix cannot load complex into simple error when loading marshal du...Jeremy Evans2020-06-201-0/+7
* test/coverage/test_coverage.rb: Add a test for [Bug #16967]Yusuke Endoh2020-06-201-0/+20
* Implement Proc#== and #eql?Jeremy Evans2020-06-191-0/+10
* Use section sign instead of Hiragana Letter AKazuhiro NISHIYAMA2020-06-201-5/+5
* Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA2020-06-191-0/+5
* Fix failure on mswin CIKazuhiro NISHIYAMA2020-06-191-1/+6
* test/ruby/test_refinement.rb: suppress warning yb $VEROBSE = nilYusuke Endoh2020-06-191-0/+3
* Removed sdbm entries from toolchaninsHiroshi SHIBATA2020-06-191-1/+0
* Removed sdbm and it testsHiroshi SHIBATA2020-06-191-544/+0
* [open3] only close streams if a block is passedJean Boussier2020-06-181-0/+11
* test/webrick/test_httpresponse.rb: Use a longer indicator for crackYusuke Endoh2020-06-191-13/+13
* Allow refining a frozen classJeremy Evans2020-06-181-0/+33
* Raise RuntimeError for class variable overtaken in nonverbose modeJeremy Evans2020-06-181-4/+2
* Dup splat array in certain cases where there is a block argumentJeremy Evans2020-06-181-0/+9
* 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