summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed never-defined symbol nameNobuyoshi Nakada2020-03-041-1/+1
* test/lib/jit_support.rb: The path to icc was changedYusuke Endoh2020-03-041-1/+1
* fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00Koichi Sasada2020-03-041-1/+1
* Run major GC to make sure the minor GC reasonKoichi Sasada2020-03-041-0/+1
* Run major GC to make sure the minor GC next time.Koichi Sasada2020-03-041-1/+2
* Don't tweak RubyVM compile options if it's not definedCharles Oliver Nutter2020-03-031-6/+10
* Suppress an "assigned but unused variable" warningYusuke Endoh2020-03-031-0/+1
* Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada2020-03-031-0/+2
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-03-021-0/+2
* Allow newlines inside braced patternNobuyoshi Nakada2020-03-021-0/+14
* Reset Reline.pointKoichi Sasada2020-03-021-0/+1
* skip test if Reline.completion_proc is nil.Koichi Sasada2020-03-021-1/+4
* Revert "show debug info."Koichi Sasada2020-03-021-1/+1
* need to restore $stdin.Koichi Sasada2020-03-021-0/+4