summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-06-22Skip test_read_body_block_mod for --jit-waitTakashi Kokubun
2020-06-22Fix Encoding::CompatibilityError in `FileUtils::Entry_#join`Kazuhiro NISHIYAMA
2020-06-22Fix typosKazuhiro NISHIYAMA
2020-06-22Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug printKazuhiro NISHIYAMA
2020-06-22Add tests of nested multibyte path and DirectoryIndexKazuhiro NISHIYAMA
2020-06-22Fix remove_entry error when path encoding is not compatible UTF-8Kazuhiro NISHIYAMA
2020-06-22Check symlink in tmpdir and do not use empty pathKazuhiro NISHIYAMA
2020-06-21Try increasing read_timeout a little moreTakashi Kokubun
2020-06-21Increase read_timeout for --jit-waitTakashi Kokubun
2020-06-21test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh
2020-06-21Increase read timeout of FTP tests with --jit-waitTakashi Kokubun
2020-06-20Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun
2020-06-21Prefer more descriptive assertion methodsNobuyoshi Nakada
2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun
2020-06-20[ruby/date] Fix cannot load complex into simple error when loading marshal du...Jeremy Evans
2020-06-20test/coverage/test_coverage.rb: Add a test for [Bug #16967]Yusuke Endoh
2020-06-19Implement Proc#== and #eql?Jeremy Evans
2020-06-20Use section sign instead of Hiragana Letter AKazuhiro NISHIYAMA
2020-06-19Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA
2020-06-19Fix failure on mswin CIKazuhiro NISHIYAMA
2020-06-19test/ruby/test_refinement.rb: suppress warning yb $VEROBSE = nilYusuke Endoh
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