summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2025-01-14[ruby/prism] Support forwarding flags on scopesKevin Newton
2025-01-14[ruby/mmtk] Exit with error message if MMTK_PLAN is invalidPeter Zhu
2025-01-14Add tests for Proc#parameters on `it` blocksAlan Wu
2025-01-14[ruby/mmtk] Exit with error message if MMTK_HEAP_MODE is invalidPeter Zhu
2025-01-14[ruby/mmtk] Add tests for when MMTK_HEAP_MIN >= MMTK_HEAP_MAXPeter Zhu
2025-01-14[ruby/mmtk] Also test invalid values for MMTK_HEAP_MIN and MMTK_HEAP_MAXPeter Zhu
2025-01-14Remove incorrectly committed snapshotsKevin Newton
2025-01-14[ruby/mmtk] Add framework for testsPeter Zhu
2025-01-14[ruby/prism] Fix parse.y translation for locals testKevin Newton
2025-01-14[ruby/prism] Be a bit stricter when comparing parser translator tokensEarlopain
2025-01-14[ruby/prism] Fix block parameters and it for RubyParserJustin Collins