summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-10-24Split tests for `Array#shuffle` and `Array#sample`Nobuyoshi Nakada
2022-10-24[ruby/irb] Add a test case to cover rdoc unintalled scenario st0012
2022-10-24[ruby/irb] Add tests for RelineInputMethod st0012
2022-10-24Fix per-instance Regexp timeout (#6621)Yusuke Endoh
2022-10-23Reduce type check of arguments at Complex creationNobuyoshi Nakada
2022-10-23Update Complex.polar with Complex testsNobuyoshi Nakada
2022-10-21Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff
2022-10-21Remove unused class serialJemma Issroff
2022-10-21Range#size returns nil for (.."a") and (nil..)Yusuke Endoh
2022-10-20Unmark Internal IV test as pendingJemma Issroff
2022-10-20Add Class#attached_objectUfuk Kayserilioglu
2022-10-20push dummy frame for loading processKoichi Sasada
2022-10-20[Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`Nobuyoshi Nakada
2022-10-20Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588)Samuel Williams
2022-10-19Transition frozen string to frozen root shapeJemma Issroff
2022-10-19[rubygems/rubygems] Use [] instead of double-quotes Hiroshi SHIBATA
2022-10-19Bypass git submodule add/update with git config protocol.file.allow=always op...Hiroshi SHIBATA
2022-10-19Add support for anonymous shared IO buffers. (#6580)Samuel Williams
2022-10-18[ruby/fiddle] Add support for linker script on LinuxSutou Kouhei
2022-10-18[ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64John Paul Adrian Glaubitz
2022-10-18Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-10-18[rubygems/rubygems] TestGemSecuritySigner#test_sign: Correct the expectation ...Jarek Prokop
2022-10-18[rubygems/rubygems] TestGemSecurity#test_class_re_sign: Correct signature alg...Jarek Prokop
2022-10-18[rubygems/rubygems] Set Subject Key Identifier in test to correspond to the n...Jarek Prokop
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-18[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida
2022-10-18[Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki
2022-10-17[ruby/irb] Remove unnecessary coloring support checkst0012
2022-10-17[ruby/openssl] add BN#mod_sqrtBen Toews
2022-10-17[ruby/openssl] Add support to SSL_CTX_set_keylog_callbackChristophe De La Fuente
2022-10-17[ruby/openssl] pkey/ec: check existence of public key component before exportingKazuki Yamaguchi
2022-10-17[ruby/openssl] pkey: restore support for decoding "openssl ecparam -genkey" o...Kazuki Yamaguchi
2022-10-17[ruby/openssl] pkey/dsa: let PKey::DSA.generate choose appropriate q sizeKazuki Yamaguchi
2022-10-17[ruby/openssl] hmac: use EVP_PKEY_new_raw_private_key() if availableKazuki Yamaguchi
2022-10-17[ruby/openssl] ssl: enable generating keying material from SSL sessionsmadblobfish
2022-10-17[ruby/openssl] Check if the option is an Hash in `pkey_ctx_apply_options0()`Nobuhiro IMAI
2022-10-17[ruby/openssl] [CI] TestHMAC#test_dup - remove 'pend' for OpenSSL 3MSP-Greg
2022-10-17Change a tab to spacesyui-knk
2022-10-15Add missing `#close` call to `test_dup_timeout` test. (#6560)Samuel Williams
2022-10-15Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...Samuel Williams
2022-10-14Add a test for transition orderAaron Patterson
2022-10-15[ruby/delegate] Fix DelegateClass block "method redefined" warningJonathan Hefner
2022-10-15Copy `IO#timeout` on `IO#dup`. (#6546)Samuel Williams
2022-10-14[ruby/pp] [Feature #19045] Add support Data#pretty_printmanga_osyo
2022-10-13Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson
2022-10-13[ruby/uri] Fix splitting relative URINobuyoshi Nakada
2022-10-13Add missing `f.resume` to fiber test. (#6539)Samuel Williams
2022-10-13URI.parse should set empty string in host instead of nilNARUSE, Yui
2022-10-12Suppress a "warning: method redefined" in test/ruby/test_method.rbYusuke Endoh
2022-10-12Suppress warnings in test/ruby/test_ast.rbYusuke Endoh