aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Fix anchor lookup with symbolized namesJean Boussier2020-06-231-0/+10
* Skip test_read_body_block_mod for --jit-waitTakashi Kokubun2020-06-221-1/+2
* Fix Encoding::CompatibilityError in `FileUtils::Entry_#join`Kazuhiro NISHIYAMA2020-06-221-3/+0
* Fix typosKazuhiro NISHIYAMA2020-06-221-2/+2
* Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug printKazuhiro NISHIYAMA2020-06-221-1/+4
* Add tests of nested multibyte path and DirectoryIndexKazuhiro NISHIYAMA2020-06-221-13/+23
* Fix remove_entry error when path encoding is not compatible UTF-8Kazuhiro NISHIYAMA2020-06-221-0/+17
* Check symlink in tmpdir and do not use empty pathKazuhiro NISHIYAMA2020-06-221-1/+5
* Try increasing read_timeout a little moreTakashi Kokubun2020-06-211-1/+1
* Increase read_timeout for --jit-waitTakashi Kokubun2020-06-211-0/+1
* test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh2020-06-211-1/+1
* Increase read timeout of FTP tests with --jit-waitTakashi Kokubun2020-06-211-1/+13
* Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun2020-06-201-0/+1
* Prefer more descriptive assertion methodsNobuyoshi Nakada2020-06-211-11/+11
* Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun2020-06-201-1/+1
* [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