summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2025-01-16Migrate win32ole as bundled gemsHiroshi SHIBATA
2025-01-16[ruby/json] Refactor JSONFixturesTestJean Boussier
2025-01-15[ruby/mmtk] Add mmtk_plan to GC.configPeter Zhu
2025-01-15[ruby/irb] Colorize backref token bold green like global variablestomoya ishida
2025-01-15[ruby/prism] Mark some parser translator tests as being known failuresEarlopain
2025-01-15Fix ENV tests on Windows on ARM64Lars Kanis
2025-01-15Skip related tests with Gem::RDocHiroshi SHIBATA
2025-01-15Migrate rdoc as bundled gemsHiroshi SHIBATA
2025-01-14[PRISM] Handle forwarding inside evalKevin Newton
2025-01-14[ruby/mmtk] Add mmtk_worker_count to GC.configPeter Zhu
2025-01-14Better handle regexp in the parser translatorEarlopain