aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada2020-02-232-2/+16
* Warn non-nil `$\` [Feature #14240]Nobuyoshi Nakada2020-02-231-2/+4
* Warn non-nil `$,` in `IO#print` tooNobuyoshi Nakada2020-02-231-1/+1
* Proc from Symbol needs a receiverNobuyoshi Nakada2020-02-221-2/+10
* test/readline - allow ENV control of test class creationMSP-Greg2020-02-222-3/+4
* * remove trailing spaces. [ci skip]git2020-02-221-1/+1
* Introduce disposable call-cache.Koichi Sasada2020-02-223-10/+69
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-2/+8
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-221-0/+7
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-221-0/+4
* [ruby/irb] `yield` outside method definition is a syntax errorNobuyoshi Nakada2020-02-211-1/+1
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-211-5/+5
* [ruby/rdoc] Removed `RDoc::Context::Section#sequence`Nobuyoshi Nakada2020-02-201-8/+0
* TestTime#test_memsize: skip when on GC_DEBUG卜部昌平2020-02-201-0/+1
* Avoid jumping to a wrong destinationTakashi Kokubun2020-02-181-0/+10
* support multi-run test for test_readline.rbS-H-GAMELINKS2020-02-191-0/+2
* Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada2020-02-181-0/+7
* Partially revert "test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallba...Yusuke Endoh2020-02-171-1/+0
* [ruby/openssl] test/openssl/test_ssl: skip test_fallback_scsv if necessaryKazuki Yamaguchi2020-02-171-0/+4
* [ruby/openssl] ts: simplify OpenSSL::Timestamp::Request#algorithmKazuki Yamaguchi2020-02-171-10/+0
* test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallback_scsvYusuke Endoh2020-02-171-1/+3
* Revert "test/openssl/test_ts.rb: tentatively skip a failing test on CentOS 6.9"Yusuke Endoh2020-02-161-11/+9
* test/openssl/test_ts.rb: tentatively skip a failing test on CentOS 6.9Yusuke Endoh2020-02-161-9/+11
* test/openssl/test_ssl.rb: skip a test on OpenSSL 1.1.d or laterYusuke Endoh2020-02-161-1/+1
* Make OpenSSL::OSSL#test_memcmp_timing robustYusuke Endoh2020-02-161-4/+7
* Guard for OpenSSL::PKey::EC::Group::Error with unsupported platformsHiroshi SHIBATA2020-02-161-6/+11
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-1637-103/+1451
* [ruby/irb] fix reserved words and completion for themNobuhiro IMAI2020-02-151-0/+12
* lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh2020-02-152-0/+28
* test/irb/test_completion.rb: suppress a warning: unused literal ignoredYusuke Endoh2020-02-141-1/+1
* Get rid of warnings/exceptions at cleanupNobuyoshi Nakada2020-02-131-0/+3
* support multi-run test for test/did_you_mean/test_verbose_formatter.rbS-H-GAMELINKS2020-02-131-0/+1
* Fix remove warning & support multi-run test for test/psych/visitors/test_to_r...S-H-GAMELINKS2020-02-131-1/+1
* support multi-run test for test/webrick/test_filehandler.rbS-H-GAMELINKS2020-02-131-0/+1
* test/rubygems/test_gem_commands_setup_command.rb: Allow /bin/envYusuke Endoh2020-02-131-9/+5
* skip SEGV test if RUBY_ON_BUG is specifiedKoichi Sasada2020-02-131-0/+2
* should be compared with called_idKoichi Sasada2020-02-131-3/+10
* Use inline cache for super callsJohn Hawthorn2020-02-131-0/+13
* Copy non-inlined encoding indexNobuyoshi Nakada2020-02-121-0/+2
* Make temporary lock string encoding freeNobuyoshi Nakada2020-02-121-1/+1
* Add test_complete_symbolaycabta2020-02-121-0/+6
* test/rubygems: Try not only /usr/bin/env but also /bin/envYusuke Endoh2020-02-122-9/+15
* test/etc/test_etc.rb: skip some tests on AndroidYusuke Endoh2020-02-121-2/+2
* Workaround of instance variable on hidden objectNobuyoshi Nakada2020-02-121-0/+12
* Isolate the test for Encoding#replicateNobuyoshi Nakada2020-02-121-0/+2
* Revert "[ruby/irb] Add test_complete_symbol"Hiroshi SHIBATA2020-02-121-6/+0
* [ruby/irb] Fix auto indent with closed braceaycabta2020-02-121-0/+14
* [ruby/irb] Check doc namespace correctlyaycabta2020-02-121-0/+4
* [ruby/irb] Add test_complete_symbolaycabta2020-02-121-0/+6
* Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans2020-02-111-1/+1