summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip test_06_timeout for --jit-wait CITakashi Kokubun2020-03-081-0/+1
* Do not autosplat when calling procs that accept rest and keywordsJeremy Evans2020-03-082-7/+39
* Word array instead of splittingNobuyoshi Nakada2020-03-081-4/+4
* Removed unnecessary `chomp`Nobuyoshi Nakada2020-03-071-1/+1
* Propagate JIT skip to all testsTakashi Kokubun2020-03-062-8/+7
* check ar_table after `#hash` callKoichi Sasada2020-03-071-0/+58
* Skip jit_test on some new RubyCI envs for nowTakashi Kokubun2020-03-061-0/+7
* [ruby/prime] Fix Prime.include?Jeremy Evans2020-03-061-0/+8
* Mask RubyVM-specific testCharles Oliver Nutter2020-03-051-6/+8
* Fixed FD leakNobuyoshi Nakada2020-03-041-0/+2