summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-07-12Add comment to testPeter Zhu
2023-07-12Revert previous commit [ci skip]Nobuyoshi Nakada
2023-07-12Test `Comparable#clamp` with inverse arguments as well as a RangeNobuyoshi Nakada
2023-07-11Try to fix flaky GC testPeter Zhu
2023-07-10Fix autosplat conditions to handle ruby2_keywords caseJeremy Evans
2023-07-10Use `File::NULL` instead of hard coded null device namesNobuyoshi Nakada
2023-07-09[Bug #19763] Raise same message exception for regexpNobuyoshi Nakada
2023-06-30Handle unterminated unicode escapes in regexpsJeremy Evans
2023-06-29Fix memory leak in Hash#replacePeter Zhu
2023-06-29Add memory leak test for allocating ST hashesPeter Zhu
2023-06-28[Bug #19748] Fix out-of-bound access in `String#byteindex`Nobuyoshi Nakada
2023-06-28[Bug #19746] `String#index` with regexp should clear `$~` unless matchedNobuyoshi Nakada
2023-06-28Assert `$~` after `String#index` familyNobuyoshi Nakada
2023-06-28Use the same capacities for memory leak testsNobuyoshi Nakada
2023-06-24Do not have Enumeratory::Lazy#zip mark result as packedJeremy Evans
2023-06-23Skip test on Solaris SPARCPeter Zhu
2023-06-22[Bug #19743] All but EOF can be read again after push-backNobuyoshi Nakada
2023-06-20[Bug #19736] Recover after unterminated interpolationNobuyoshi Nakada
2023-06-20Adjust indent [ci skip]Nobuyoshi Nakada
2023-06-17Remove no longer used variableNobuyoshi Nakada
2023-06-17Split the bmethod proc test to avoid redefinitionNobuyoshi Nakada
2023-06-13Add tests to `String#byteslice` memory allocation behaviour. (#1909)Samuel Williams
2023-06-12When alloc size is too large, only allocate structMatt Valentine-House
2023-06-06YJIT: Avoid identity-based known-class guards for IO objects (#7911)Alan Wu
2023-06-06Revert debugging code in test_gc_compact.rbPeter Zhu
2023-06-05Revert "Revert "Fix cvar caching when class is cloned""eileencodes
2023-06-03Attrset name is not allowed as an attributeNobuyoshi Nakada
2023-06-02Stabilize test_latest_gc_info_need_major_byJean Boussier
2023-06-01Revert "Fix cvar caching when class is cloned"Aaron Patterson
2023-06-01Fix cvar caching when class is clonedeileencodes
2023-05-31More debug code to GC compaction testPeter Zhu
2023-05-31Add debug code to GC compaction testPeter Zhu
2023-05-27Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams
2023-05-26Remvoe very high timeout on test_race_gets_and_closeKJ Tsanaktsidis
2023-05-26Remove excessive timeout on test_wait_exception for FreeBSDKJ Tsanaktsidis
2023-05-25Don't immediately promote children of old objectsPeter Zhu
2023-05-24Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIOPeter Zhu
2023-05-24Improvements to `IO::Buffer` `read`/`write`/`pread`/`pwrite`. (#7826)Samuel Williams
2023-05-23Fix crash when replacing ST hash with AR hashPeter Zhu
2023-05-22Ensure producer threads do not start running earlyCharles Oliver Nutter
2023-05-22Revert "Apply timeout-scale to test_thr_kill." (#7838)Jun Aruga
2023-05-22Fix mutation on shared strings. (#7837)Samuel Williams
2023-05-22Allow the match cache optimization for atomic groups (#7804)TSUYUSATO Kitsune
2023-05-22Don't leak pipes. (#7820)Samuel Williams
2023-05-20Set rlimit_nproc to 64 instead of 128 on OpenBSD for spawn_too_long_path testsJeremy Evans
2023-05-17Move ar_hint to ar_table_structPeter Zhu
2023-05-17Implement Hash AR tables on VWAPeter Zhu
2023-05-15Unskip the test skipped in #4173 (#7809)KJ Tsanaktsidis
2023-05-14[Bug #19025] Numbered parameter names are always local variablesNobuyoshi Nakada
2023-05-10Prevent warning: assigned but unused variableYusuke Endoh