summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-03-17Make {**{}} return unfrozen empty hashJeremy Evans
2020-03-16`Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]Yusuke Endoh
2020-03-16hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh
2020-03-15[ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier
2020-03-14Resurrect test_jit_debug.rbTakashi Kokubun
2020-03-12Skip test_abort_tls with --jit-wait for nowTakashi Kokubun
2020-03-12Update some syslog tests to absurb the format change of FreeBSD syslogYusuke Endoh
2020-03-10Let Net::HTTP.get take request headers (#2957)Takashi Kokubun
2020-03-11fix bug on method cache invalidation.Koichi Sasada