summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-03-18Fix case folding in single byte encodingMari Imaizumi
2025-03-18[Feature #20702] Tests for Array#fetch_valuesNobuyoshi Nakada
2025-03-17[Bug #21186] multibyte char literal should be a single letter wordNobuyoshi Nakada
2025-03-17Manage skipping instance variable IDs in one placeNobuyoshi Nakada
2025-03-17[ruby/optparse] Fix completion of key-value pairs arrayNobuyoshi Nakada
2025-03-17[Bug #21185] Fix Range#overlap? with infinite rangeJérôme Parent-Lévesque
2025-03-15Refine `TestSocket_TCPSocket#test_initialize_failure`Nobuyoshi Nakada
2025-03-15Test for the crashNobuyoshi Nakada
2025-03-14Invoke `inherited` callbacks before `const_added`Jean Boussier
2025-03-12[ruby/prism] Revert "Mark extension as Ractor-safe"Kevin Newton
2025-03-12[ruby/prism] Mark extension as Ractor-safeKevin Newton
2025-03-12Push a real iseq in rb_vm_push_frame_fname()Alan Wu
2025-03-12Have `ast` live longer in ISeq.compile_file to fix GC stress crashAlan Wu
2025-03-12Fix flaky test_AREF_fstring_keyPeter Zhu
2025-03-12[Bug #19841] Refine error on marshaling recursive USERDEFNobuyoshi Nakada
2025-03-12[ruby/json] Raise a ParserError on all incomplete unicode escape sequence.Jean Boussier
2025-03-11Fix memory leak in rb_reg_search_set_matchPeter Zhu
2025-03-12[Bug #21177] Win32: Allow longer path nameNobuyoshi Nakada
2025-03-11Fix flaky test_latest_gc_info_need_major_byPeter Zhu
2025-03-10Bump tolerance for weak reference test from 1 to 2Peter Zhu
2025-03-10[ruby/prism] Support `itblock` for `Prism::Translation::Parser`Koichi ITO
2025-03-10[ruby/optparse] Make the result of `tty?` obtainable with flexible stdoutKoichi ITO
2025-03-10[ruby/optparse] Add post-check of valueNobuyoshi Nakada
2025-03-10[rubygems/rubygems] Fix `gem rdoc` not working with newer versions of rdocDavid Rodríguez
2025-03-09[ruby/optparse] Allow non-string enum list #79Nobuyoshi Nakada
2025-03-09[ruby/optparse] Add test for enum argumentsNobuyoshi Nakada
2025-03-08Implement CLASS NODE locationsydah
2025-03-07[Bug #21174] [Bug #21175] Fix `Range#max` on beginless integer rangeNobuyoshi Nakada
2025-03-07[Bug #21163] Fix hexadecimal float conversionNobuyoshi Nakada
2025-03-06[ruby/json] Fix JSON::GeneratorError#detailed_message with Ruby < 3.2Rahim Packir Saibo
2025-03-06Harden `TestObjSpace#test_memsize_of_root_shared_string`Jean Boussier
2025-03-06Fix flaky failure in TestSetTraceFunc#test_tracepoint_disable (#12854)Naoto Ono
2025-03-05Replace tombstone when converting AR to ST hashJohn Hawthorn
2025-03-05Add tests for alias locations with special variables $`, $', and $+ydah
2025-03-05do not reset `EnvUtil.timeout_scale`Koichi Sasada
2025-03-05Revert "try to show timeout sec"Koichi Sasada
2025-03-04Move in-place interning spec to Ruby's testsJean Boussier
2025-03-04try to show timeout secKoichi Sasada
2025-03-03Allow YJIT `mem-size` and `call-threshold` to be set at runtime via `YJIT.ena...annichai-stripe
2025-03-03[ruby/openssl] test_pkey_dh.rb: Merge 2 test_new_break tests to one test.Jun Aruga
2025-03-03[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-03-03Implement POSTEXE NODE locationsydah
2025-02-28[Bug #20682] Add sleep 0.1 to stabilize flaky failures on macOS (#12829)Naoto Ono
2025-02-28[ruby/openssl] ssl: fix tests using TLS 1.1 or olderKazuki Yamaguchi
2025-02-28Improve tests for small UTF regex with case fold.Maciek Rząsa
2025-02-28Use mbuf instead of bitset for character class for small UTF. Fixes #16145Maciej Rzasa
2025-02-27[ruby/openssl] ssl: refactor check_supported_protocol_versionsKazuki Yamaguchi
2025-02-27[ruby/openssl] digest: correct assert_equal usage in test_sha3Kazuki Yamaguchi
2025-02-27[ruby/openssl] digest: always run SHA-3 and truncated SHA-2 testsKazuki Yamaguchi
2025-02-27[ruby/openssl] ssl: manually craft invalid SAN extensions in testsKazuki Yamaguchi