summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-04-12Relaxed of R-assign value to argNobuyoshi Nakada
2020-04-11Assertions for basic use of `encoding:` optionNobuyoshi Nakada
2020-04-11Assertions for enumerators of DirNobuyoshi Nakada
2020-04-11Removed unnecessary `to_a` callNobuyoshi Nakada
2020-04-11Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada
2020-04-10Endless method definition [Feature #16746]Nobuyoshi Nakada
2020-04-10Rightward-assign by ASSOCNobuyoshi Nakada
2020-04-08[ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA
2020-04-08[ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA
2020-04-08Fixed formatted substring expansion [Bug #16767]Nobuyoshi Nakada
2020-04-07Fix source location of autoloaded constant [Bug #16764]Nobuyoshi Nakada
2020-04-01`Dir.glob` always returns an arrayNobuyoshi Nakada
2020-04-01Fix helper to not assume glibcPaul Jordan
2020-03-30Optimize exivar access on JIT-ed getivarTakashi Kokubun
2020-03-30[rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...David Rodríguez
2020-03-30[rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez
2020-03-30[rubygems/rubygems] Remove weird spacing from error messagesDavid Rodríguez
2020-03-30[rubygems/rubygems] Remove weird spacing between receiver and methodDavid Rodríguez
2020-03-30[rubygems/rubygems] Consistently left align tokenizer test columnsDavid Rodríguez
2020-03-30[rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez
2020-03-29Clear all trace events during teardownAlan Wu
2020-03-28Clean up /tmp leftovers in ci.rvm.jpTakashi Kokubun
2020-03-27Set external encoding correctly for File.open('f', FILE::BINARY) on WindowsJeremy Evans
2020-03-27[ruby/reline] Suppress $/ warningsNobuyoshi Nakada
2020-03-27test/digest/test_digest.rb: Apply EnvUtil.apply_timeout_scale to timeoutYusuke Endoh
2020-03-26Added implictily require for URI::HTTPHiroshi SHIBATA
2020-03-26[ruby/uri] Add support for WebSocketsMatt Muller
2020-03-26[ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta
2020-03-26[ruby/reline] Rename test suite name of yamatanooroti testaycabta
2020-03-26[ruby/reline] Add yamatanooroti rendering testaycabta
2020-03-26[ruby/reline] Suppress error in case INPUTRC env is emptyaycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-03-26[ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta
2020-03-25Ignore test_getbinaryfile for --jit-waitTakashi Kokubun
2020-03-25Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada
2020-03-25Fixed crash when argument array is modifiedNobuyoshi Nakada
2020-03-24Skip a test that attempts to remove the current directory on SolarisYusuke Endoh
2020-03-24test/rubygems: Try not only /usr/bin/env but also /bin/envYusuke Endoh
2020-03-24Sync rubygems with current master (#2889)David Rodríguez
2020-03-24test/json/test_helper.rb: Do not add a relative path to $LOAD_PATHYusuke Endoh
2020-03-23test/ruby/test_m17n.rb: Update the debugging code to get C stacktraceYusuke Endoh
2020-03-23test/ruby/test_m17n.rb: Make the debugging code print to stderrYusuke Endoh
2020-03-22Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans
2020-03-22Support obj.clone(freeze: true) for freezing cloneJeremy Evans
2020-03-22test/ruby/test_m17n.rb: Add a temporal code for debuggingYusuke Endoh
2020-03-22test/ruby/test_fiber.rb (test_many_fibers_with_threads): relax timeoutYusuke Endoh
2020-03-21test/net/http/test_http.rb: relax open_timeout limitYusuke Endoh
2020-03-21test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh
2020-03-18Ignore TestJITDebug in mswin RubyCI for nowTakashi Kokubun
2020-03-17Reduce allocations for keyword argument hashesJeremy Evans