summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-08-04ZJIT: Remove passing tests from exclusions (#14097)Stan Lo
2025-08-03[ruby/optparse] Expand literal home paths onlyNobuyoshi Nakada
2025-08-03[ruby/optparse] Fallback HOMENobuyoshi Nakada
2025-08-01ZJIT: Enable IncrCounter for arm64 (#14086)Takashi Kokubun
2025-08-01ZJIT: Fix side-exit panicking when there's too many localsAlan Wu
2025-08-01[ruby/prism] Avoid monkey patching Sexp#== in RubyParser testsJustin Collins
2025-08-01[ruby/prism] RubyParser translation for stabby lambdas with `it`Justin Collins
2025-08-01variable.c: Fix `rb_ivar_foreach` to not yield `object_id` of complex objectsJean Boussier
2025-08-01[ruby/openssl] pkcs7: make PKCS7#add_recipient actually usefulKazuki Yamaguchi
2025-08-01[ruby/openssl] pkcs7: fix error queue leak in OpenSSL::PKCS7#detachedKazuki Yamaguchi
2025-08-01Fix rb_shape_transition_object_id transition to TOO_COMPLEXJean Boussier
2025-07-31ZJIT: A64: Fix splitting for large memory displacementsAlan Wu
2025-07-31[ruby/openssl] pkcs7: clean up testsKazuki Yamaguchi
2025-07-31[ruby/openssl] x509store: fix StoreContext#current_certKazuki Yamaguchi
2025-07-30ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)Takashi Kokubun
2025-07-29[ruby/prism] Allow command calls in endless method bodies within assignmentsStan Lo
2025-07-29Improve performance of bignum[beg, len] (#14007)tomoya ishida
2025-07-29[Bug #21513] Raise on converting endless range to setviralpraxis
2025-07-28ZJIT: Support invalidating constant patch points (#13998)Stan Lo
2025-07-28ZJIT: Keep a frame pointer and use it for memory paramsAlan Wu
2025-07-28[rubygems/rubygems] Avoid openssl bug in test_verify_certificate_extra_messageKazuki Yamaguchi
2025-07-28[ruby/json] Fix duplicated key warning locationJean Boussier
2025-07-28[ruby/json] Improve duplicate key warning and errors to include the key nameJean Boussier
2025-07-28Update comments for pack/unpack tests [ci skip]Nobuyoshi Nakada
2025-07-27Add test for `String#byteslice` with multibyte charactersErim Icel
2025-07-27[ruby/openssl] ssl: add post-quantum cryptography (PQC) testsJun Aruga
2025-07-24ZJIT: Remove redundant test exclusionsStan Lo
2025-07-25Add NODE_DEFINED tests for cases with parentheses to test_ast.rbydah
2025-07-24Add DEFINED NODE locationsS-H-GAMELINKS
2025-07-23ZJIT: Add multiple exclude targetsStan Lo
2025-07-23ZJIT: Fix clobbering register for `self` in gen_entry_params()Alan Wu
2025-07-22[ruby/openssl] ssl: add SSLSocket#sigalg, #peer_sigalg, #groupJun Aruga
2025-07-22Interpolated strings must not be frozenAaron Patterson
2025-07-22[rubygems/rubygems] Define dummy module for mise pluginHiroshi SHIBATA
2025-07-21ZJIT: Load return value before frame teardownAlan Wu
2025-07-22Revert "[ruby/prism] Clear flags on interpolated strings"Hiroshi SHIBATA
2025-07-21[ruby/prism] Clear flags on interpolated stringsAaron Patterson
2025-07-21[ruby/openssl] test/openssl/test_ts.rb: make assert_raise blocks smallerKazuki Yamaguchi
2025-07-21[ruby/openssl] test/openssl/test_ossl.rb: fix style issuesKazuki Yamaguchi
2025-07-21[ruby/openssl] Move slow tests to OSSL_TEST_ALL=1 onlyKazuki Yamaguchi
2025-07-19[ruby/fileutils] Just the parent path of the destination symlink should existNobuyoshi Nakada
2025-07-19[ruby/fileutils] FileUtils.remove_dir checks directoryErik Berlin
2025-07-19[ruby/fileutils] Use shorter symlink by real pathsNobuyoshi Nakada
2025-07-19[ruby/fileutils] Fix up `FileUtils#ln_sr`Nobuyoshi Nakada
2025-07-18ZJIT: Support invalidating on method redefinition (#13875)Stan Lo
2025-07-18[ruby/fileutils] Fix `ln_sf` with multiple sources and `target_directory: false`Nobuyoshi Nakada
2025-07-18Revert "[Bug #21256] Fix `it` parameter when splatting and `define_method` is...Yusuke Endoh
2025-07-17ZJIT: Fix fixnum folding for negative values (#13942)Stan Lo
2025-07-17Fix compilation for forwarding params in PrismAaron Patterson
2025-07-17[Bug #21256] Fix `it` parameter when splatting and `define_method` is usedEarlopain