summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2023-05-10[Bug #19597] Freeze script nameNobuyoshi Nakada
2023-05-05Continue checking all gemspec files after errorsNobuyoshi Nakada
2023-05-04test_default_gems.rb: Stop using `git ls-files`Nobuyoshi Nakada
2023-05-03Make the maximum shapes variation warning non-verboseJean Boussier
2023-05-02Allow EPIPE when the child process has exited before interruptNobuyoshi Nakada
2023-05-02[Bug #19619] Preserve numbered parameters contextNobuyoshi Nakada
2023-05-01[Bug #19624] Hide internal IO for backquoteNobuyoshi Nakada
2023-04-30Handle private AREF call in compile.cNobuyoshi Nakada
2023-04-30Relax timeout limit for FreeBSD again [ci skip]Nobuyoshi Nakada
2023-04-27[Bug #19611] Remove never-reachable branch in logical expressionNobuyoshi Nakada
2023-04-26Wrap `undef_method :a` with `ensure`Gary Tou
2023-04-26Test: `defined?(super)` in `BasicObject` returns `nil`Gary Tou
2023-04-25Speed up calling iseq bmethodsJeremy Evans
2023-04-25Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans
2023-04-24Allow anonymous memberless StructJeremy Evans
2023-04-23Use UTF-8 encoding for literal extended regexps with UTF-8 characters in comm...Jeremy Evans
2023-04-20YJIT: invokesuper: Remove cme mid matching checkJohn Hawthorn
2023-04-19fix `NameError` messageKoichi Sasada
2023-04-19* remove trailing spaces. [ci skip]git