summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-06-19Removed sdbm entries from toolchaninsHiroshi SHIBATA
2020-06-19Removed sdbm and it testsHiroshi SHIBATA
2020-06-18[open3] only close streams if a block is passedJean Boussier
2020-06-19test/webrick/test_httpresponse.rb: Use a longer indicator for crackYusuke Endoh
2020-06-18Allow refining a frozen classJeremy Evans
2020-06-18Raise RuntimeError for class variable overtaken in nonverbose modeJeremy Evans
2020-06-18Dup splat array in certain cases where there is a block argumentJeremy Evans
2020-06-18Make Module#prepend affect the iclasses of the moduleJeremy Evans
2020-06-18lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh
2020-06-18Add Hash#except ENV#except [Feature #15822]Timo Schilling
2020-06-18Read in ASCII-8BIT to get rid of invalid encoding errorNobuyoshi Nakada
2020-06-18test/webrick/test_filehandler.rb: implicitly fall back to UTF-8Yusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: remove unused variableYusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: no `.encode("filesystem")` if US-ASCIIYusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: Second try to fix the CI errorYusuke Endoh
2020-06-17Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun
2020-06-17test/rubygems/test_gem_package.rb: Skip a test when TMPDIR is too longYusuke Endoh
2020-06-17Speed up setup test by not installing docsDavid Rodríguez
2020-06-17Skip `test_gem_package_task` if `rake` not presentDavid Rodríguez
2020-06-17Simplify handling of a `LoadError`David Rodríguez
2020-06-17Show filesystem encoding in failure messageKazuhiro NISHIYAMA
2020-06-16Check argument to ObjectSpace._id2refNobuyoshi Nakada
2020-06-15Exit with non-zero status on disabled gem system update.Josef Šimánek
2020-06-15Add Gem.disable_system_update_message to disable gem update --system if needed.Josef Šimánek
2020-06-15Remove encoding magic commentsDavid Rodríguez
2020-06-15Deprecate `Gem::Util.silent_system`David Rodríguez
2020-06-15Replace `Gem::Util.silent_system` with better toolsDavid Rodríguez
2020-06-15Use space inside block braces everywhereDavid Rodríguez
2020-06-15Revert "Revert "[rubygems/rubygems] Remove unneeded global teardown""David Rodríguez
2020-06-15Revert "Revert "[rubygems/rubygems] Remove unneeded teardown""David Rodríguez
2020-06-14Try using longer read_timeout for --jit-waitTakashi Kokubun
2020-06-14Introduce find pattern [Feature #16828]Kazuki Tsujimoto
2020-06-13Skip test_getbinaryfile_command_injection on --jit-waitTakashi Kokubun
2020-06-12Revert "[ruby/fileutils] Make verbose output go to stdout instead of stderr"Nobuyoshi Nakada
2020-06-12[ruby/fileutils] Fix #install with "X" mode optionNobuyoshi Nakada
2020-06-12[ruby/fileutils] Make verbose output go to stdout instead of stderrJeremy Evans
2020-06-12prevent memory allocation for GC testsKoichi Sasada
2020-06-11Make mutating the result of SortedSet#to_a not affect the setJeremy Evans
2020-06-11Prohibit setting class variable on frozen module through inheritanceAlan Wu
2020-06-11Warn when passing a non-literal block to Kernel#lambdaJeremy Evans
2020-06-11Fix error in `remove_entry`Kazuhiro NISHIYAMA
2020-06-11[ruby/logger] Let Logger#reopen not raise on nil log devicesLourens Naudé
2020-06-11[ruby/logger] Let File::NULL ("/dev/null", "NUL" etc.) be considered a nil lo...Lourens Naudé
2020-06-11[ruby/webrick] Fix httpd error in CJK directoryKazuhiro NISHIYAMA
2020-06-10Make proc/Proc.new without block an error instead of warningJeremy Evans
2020-06-10ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada
2020-06-10[rubygems/rubygems] Use parenthesis for clarity for ternary conditionBenoit Daloze
2020-06-10[rubygems/rubygems] Increase timeouts in test_gem_stream_ui.rbBenoit Daloze
2020-06-09Work around infinite loop when overriding method visibility in prepended modu...Jeremy Evans
2020-06-09Improved assertionsNobuyoshi Nakada