summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-02-05Skip to existence check fiddle from TestExtLibsHiroshi SHIBATA
2025-02-05Migrate fiddle as bundled gemsHiroshi SHIBATA
2025-02-03Do not save ResolutionError if resolution succeeds for any address family (#1...Misaki Shioi
2025-02-03[ruby/openssl] pkey/ec: remove deprecated PKey::EC::Point#mul(ary, ary [, bn]...Kazuki Yamaguchi
2025-02-03[ruby/openssl] ssl: separate SSLContext#min_version= and #max_version=Kazuki Yamaguchi
2025-02-03Add sleep to PTY tests to stabilize flaky failures (#12691)Naoto Ono
2025-02-03[ruby/fiddle] Fix Fiddle.last_error on FFI backend and improve testBenoit Daloze
2025-02-03[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-02-03[rubygems/rubygems] Raise a simpler error when RubyGems fails to activate a d...David Rodríguez
2025-02-03[rubygems/rubygems] Remove already fixed TODODavid Rodríguez
2025-02-03[ruby/json] Refactor convert_UTF8_to_JSON to split searching and escaping codeJean Boussier
2025-02-03Add out of range tests of random number generatorNobuyoshi Nakada
2025-02-01[Bug #21103] Fix local variable index calculation with forwardingNobuyoshi Nakada
2025-01-31[Feature #19521] Test for `Module#set_temporary_name`Nobuyoshi Nakada
2025-01-30Output object_id in ObjectSpace.dumpPeter Zhu
2025-01-31rb_alias: improve "undefined method" error message by invokingFabio Sangiovanni
2025-01-29[ruby/openssl] pkey: avoid calling i2d_PUBKEY family on an incomplete keyKazuki Yamaguchi
2025-01-29[ruby/openssl] test/openssl/test_ossl.rb: use clock_gettime for measuring timeKazuki Yamaguchi
2025-01-29[ruby/error_highlight] Ensure first_line and last_line are setYusuke Endoh
2025-01-28Allow JSON::Fragment to be used even in strict modeJean Boussier
2025-01-28Introduce JSON::CoderÉtienne Barrié
2025-01-28[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-01-24Fix "Relax expectations of errors from `getgrnam`"Nobuyoshi Nakada
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-22[ruby/prism] Fix rescue modifier precedenceKevin Newton
2025-01-23[ruby/openssl] pkey: change PKey::{RSA,DSA,DH}#params to use nil for missing ...Kazuki Yamaguchi
2025-01-23[ruby/openssl] pkey: add tests for PKey::{RSA,DSA,DH}#paramsKazuki Yamaguchi
2025-01-22[ruby/openssl] ssl: fix SSLSocket#sysread leaking locktmp String on timeoutKazuki Yamaguchi
2025-01-22[ruby/irb] Use EnvUtil.rubybin instead of "ruby" in copy commandtomoya ishida
2025-01-22[ruby/irb] Fix pager preview with escape sequence and newlinestomoya ishida
2025-01-22[ruby/irb] Show a quick preview of inspect result before pagertomoya ishida
2025-01-22[ruby/irb] Add copy command (https://github.com/ruby/irb/pull/1044)Prajjwal Singh
2025-01-22Relax expectations of errors from `getgrnam`Nobuyoshi Nakada
2025-01-21[ruby/openssl] Require OpenSSL 1.1.1 or laterKazuki Yamaguchi
2025-01-21[ruby/openssl] pkey/dh: do not skip test_params_ok? on LibreSSLKazuki Yamaguchi
2025-01-21[ruby/mmtk] Bump mmtk-corePeter Zhu
2025-01-21[ruby/mmtk] Add tests for MMTK_HEAP_MINPeter Zhu
2025-01-20[ruby/openssl] Require OpenSSL 1.1.0 or laterKazuki Yamaguchi
2025-01-20[ruby/json] Reject invalid number: `-` `-.1` `-e0`tompng
2025-01-20[ruby/json] Raise parse error on invalid commentstompng
2025-01-20[ruby/json] Fix parsing incomplete unicode escape "\uaaa"tompng
2025-01-20[ruby/json] Introduce JSON::FragmentÉtienne Barrié
2025-01-20[ruby/json] Fix a regression in the parser with leading /Jean Boussier
2025-01-20Finalize Kevin's handrolled parser.Jean Boussier
2025-01-17[ruby/mmtk] Add mmtk_heap_max to GC.configPeter Zhu
2025-01-16[ruby/mmtk] Add mmtk_heap_min to GC.configPeter Zhu
2025-01-16[ruby/mmtk] Add NoGC back to MMTK_PLAN testPeter Zhu
2025-01-16[ruby/mmtk] Add mmtk_heap_mode to GC.configPeter Zhu
2025-01-16[rubygems/rubygems] fix `@licenses` array unmarshallingMichael Rykov
2025-01-16Disabled to existence test for win32oleHiroshi SHIBATA