aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* `Dir.glob` always returns an arrayNobuyoshi Nakada2020-04-011-10/+5
* Fix helper to not assume glibcPaul Jordan2020-04-011-3/+16
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-302-8/+35
* [rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...David Rodríguez2020-03-301-0/+111
* [rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez2020-03-3021-73/+73
* [rubygems/rubygems] Remove weird spacing from error messagesDavid Rodríguez2020-03-307-40/+40
* [rubygems/rubygems] Remove weird spacing between receiver and methodDavid Rodríguez2020-03-307-43/+43
* [rubygems/rubygems] Consistently left align tokenizer test columnsDavid Rodríguez2020-03-301-118/+118
* [rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez2020-03-3037-284/+284
* Clear all trace events during teardownAlan Wu2020-03-291-0/+4
* Clean up /tmp leftovers in ci.rvm.jpTakashi Kokubun2020-03-281-5/+20
* Set external encoding correctly for File.open('f', FILE::BINARY) on WindowsJeremy Evans2020-03-271-0/+12
* [ruby/reline] Suppress $/ warningsNobuyoshi Nakada2020-03-271-1/+8
* test/digest/test_digest.rb: Apply EnvUtil.apply_timeout_scale to timeoutYusuke Endoh2020-03-271-4/+4
* Added implictily require for URI::HTTPHiroshi SHIBATA2020-03-261-0/+1
* [ruby/uri] Add support for WebSocketsMatt Muller2020-03-261-0/+70
* [ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta2020-03-261-1/+3
* [ruby/reline] Rename test suite name of yamatanooroti testaycabta2020-03-261-1/+3
* [ruby/reline] Add yamatanooroti rendering testaycabta2020-03-261-0/+37
* [ruby/reline] Suppress error in case INPUTRC env is emptyaycabta2020-03-261-0/+9
* [ruby/reline] Work with wrong $/ value correctlyaycabta2020-03-261-0/+9
* [ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta2020-03-261-0/+7
* Ignore test_getbinaryfile for --jit-waitTakashi Kokubun2020-03-251-0/+2
* Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada2020-03-251-0/+9
* Fixed crash when argument array is modifiedNobuyoshi Nakada2020-03-251-0/+12
* Skip a test that attempts to remove the current directory on SolarisYusuke Endoh2020-03-241-0/+1
* test/rubygems: Try not only /usr/bin/env but also /bin/envYusuke Endoh2020-03-243-18/+19
* Sync rubygems with current master (#2889)David Rodríguez2020-03-2417-310/+289
* test/json/test_helper.rb: Do not add a relative path to $LOAD_PATHYusuke Endoh2020-03-242-13/+3
* test/ruby/test_m17n.rb: Update the debugging code to get C stacktraceYusuke Endoh2020-03-231-22/+3
* test/ruby/test_m17n.rb: Make the debugging code print to stderrYusuke Endoh2020-03-231-15/+15
* Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans2020-03-222-1/+27
* Support obj.clone(freeze: true) for freezing cloneJeremy Evans2020-03-221-0/+12
* test/ruby/test_m17n.rb: Add a temporal code for debuggingYusuke Endoh2020-03-221-0/+30
* test/ruby/test_fiber.rb (test_many_fibers_with_threads): relax timeoutYusuke Endoh2020-03-221-1/+1
* test/net/http/test_http.rb: relax open_timeout limitYusuke Endoh2020-03-211-1/+1
* test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh2020-03-211-1/+6
* Ignore TestJITDebug in mswin RubyCI for nowTakashi Kokubun2020-03-181-0/+1
* Reduce allocations for keyword argument hashesJeremy Evans2020-03-171-0/+212
* Make {**{}} return unfrozen empty hashJeremy Evans2020-03-171-0/+11
* `Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]Yusuke Endoh2020-03-161-0/+2
* hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh2020-03-161-0/+6
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-151-0/+12
* Resurrect test_jit_debug.rbTakashi Kokubun2020-03-141-0/+13
* Skip test_abort_tls with --jit-wait for nowTakashi Kokubun2020-03-121-0/+2
* Update some syslog tests to absurb the format change of FreeBSD syslogYusuke Endoh2020-03-121-3/+4
* Let Net::HTTP.get take request headers (#2957)Takashi Kokubun2020-03-102-1/+26
* fix bug on method cache invalidation.Koichi Sasada2020-03-111-0/+46
* openssl: sync with upstream repositoryKazuki Yamaguchi2020-03-108-125/+210
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-091-0/+8