aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] ssl: update test_options_disable_versionsKazuki Yamaguchi2021-12-201-35/+40
* [ruby/openssl] ssl: update test_accept_errors_include_peeraddr test caseKazuki Yamaguchi2021-12-201-6/+4
* [ruby/openssl] hmac: skip test_dup on OpenSSL 3.0 for nowKazuki Yamaguchi2021-12-201-0/+1
* [ruby/openssl] cipher: update test_ciphersKazuki Yamaguchi2021-12-201-8/+5
* [ruby/openssl] pkey: deprecate PKey#set_* methodsKazuki Yamaguchi2021-12-204-68/+121
* [ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC#generate_key!Kazuki Yamaguchi2021-12-201-8/+13
* [ruby/openssl] pkey/dh: deprecate OpenSSL::PKey::DH#generate_key!Kazuki Yamaguchi2021-12-201-8/+10
* [ruby/openssl] pkey: test parsing concatenated PEM stringKazuki Yamaguchi2021-12-201-0/+6
* test/ruby/test_ast.rb: Avoid a "method redefined" warningYusuke Endoh2021-12-201-6/+6
* [ruby/irb] Remove unnecessary space in regexpaycabta2021-12-201-1/+1
* [ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta2021-12-201-0/+5
* [ruby/reline] Add a test for dialog proc with contextaycabta2021-12-201-0/+14
* [ruby/reline] Add an assertion for overwriting dialog proc with the same nameaycabta2021-12-201-0/+5
* [ruby/reline] Rename the variable "p" because it overlaps with the "p" methodaycabta2021-12-201-21/+21
* [ruby/reline] Add support for overwriting dialog proc with the same nameaycabta2021-12-201-3/+6
* [ruby/reline] Add Reline.dialog_proc(name_sym)aycabta2021-12-201-0/+5
* [ruby/reline] Add a test for Reline.add_dialog_procaycabta2021-12-201-0/+15
* Improve IO::Buffer resize and introduce ownership transfer.Samuel Williams2021-12-201-6/+10
* [ruby/reline] Clear dialog in pastingaycabta2021-12-191-0/+11
* Default size for IO::Buffer.Samuel Williams2021-12-191-0/+4
* YJIT: Implement internDaniel Colson2021-12-181-0/+5
* Make AST.of possible even under eval when keep_script_lines is enabledYusuke Endoh2021-12-191-3/+64
* Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh2021-12-191-3/+32
* Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams2021-12-183-0/+228
* [ruby/reline] Change a test method name to more appropriateaycabta2021-12-181-1/+1
* [ruby/pp] Add context to bind_call and skip 2.7+ testCharles Oliver Nutter2021-12-181-2/+2
* [ruby/pp] Incorporate 2.6 versions of 2.7 methods neededCharles Oliver Nutter2021-12-181-0/+10
* [ruby/logger] Removed loading old helper file and load Logger class by itselfHiroshi SHIBATA2021-12-181-1/+1
* [ruby/logger] Test casesBaron Bloomer2021-12-182-3/+38
* YJIT: Allow iseq with both opt and kwargsJohn Hawthorn2021-12-171-0/+11
* `ENV` ivars should not be accessible from ractorsKoichi Sasada2021-12-171-0/+30
* Send the message for s390x to stderr [ci skip]Nobuyoshi Nakada2021-12-171-1/+1
* Use `to_s` and `puts` in testsNobuyoshi Nakada2021-12-162-13/+13
* Skip test_operating_system_customizing_default_dir for failing with rubyciHiroshi SHIBATA2021-12-151-2/+5
* [rubygems/rubygems] Pass `:bimode` explicitly to `File.open`David Rodríguez2021-12-151-0/+15
* [rubygems/rubygems] Extract a helper to temporarily modify internal encodingDavid Rodríguez2021-12-152-15/+21
* [rubygems/rubygems] Unify duplicated helperDavid Rodríguez2021-12-153-14/+7
* Skip s390x because Travis CI was failing with unknown reasonHiroshi SHIBATA2021-12-151-0/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-153-15/+26
* ucrt can raise `Errno::EINVAL`Koichi Sasada2021-12-151-1/+1
* fix testKoichi Sasada2021-12-151-3/+4
* Removed traling spaces [ci skip]Nobuyoshi Nakada2021-12-151-5/+5
* Add Ractor tests for ENVRohit Menon2021-12-151-0/+855
* Fix arg_forward without parentheses [Bug #18267]Nobuyoshi Nakada2021-12-151-1/+24
* ripper: refine test to show expected statesNobuyoshi Nakada2021-12-141-14/+21
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-1318-36/+36
* [ruby/securerandom] Use String#unpack1Nobuyoshi Nakada2021-12-141-2/+2
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-136-21/+40
* [ruby/reline] Remove unnecessary variables, lower_spaceaycabta2021-12-131-0/+20
* Pass UnboundMethod to 2nd arg of define_methodKoichi Sasada2021-12-131-2/+2