aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Fixed string escaping omissionsima1zumi2023-06-051-0/+1
* Revert "Revert "Fix cvar caching when class is cloned""eileencodes2023-06-051-0/+13
* [rubygems/rubygems] Try again with https://github.com/rubygems/rubygems/pull/...Hiroshi SHIBATA2023-06-051-0/+5
* [ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper2023-06-051-0/+21
* [ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA2023-06-051-11/+0
* Attrset name is not allowed as an attributeNobuyoshi Nakada2023-06-031-0/+1
* Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)Samuel Williams2023-06-031-0/+22
* [ruby/rdoc] Auto-correct trailing new linesVinicius Stock2023-06-0335-35/+0
* [ruby/singleton] Simplify the implementationDaniel Pepper2023-06-031-0/+11
* Stabilize test_latest_gc_info_need_major_byJean Boussier2023-06-021-1/+1
* [ruby/irb] Require `test/lib` helpers from main test helperStan Lo2023-06-022-5/+1
* Revert "Fix cvar caching when class is cloned"Aaron Patterson2023-06-011-13/+0
* [ruby/irb] Improve debug command testsStan Lo2023-06-011-8/+2
* Fix cvar caching when class is clonedeileencodes2023-06-011-0/+13
* More debug code to GC compaction testPeter Zhu2023-05-311-1/+3
* Fix flaky test in test_objspace.rbPeter Zhu2023-05-311-0/+2
* Add debug code to GC compaction testPeter Zhu2023-05-311-2/+4
* Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA2023-05-303-8/+3
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-05-292-5/+5
* [ruby/cgi] Add TruffleRuby support and add it in CIBenoit Daloze2023-05-291-2/+2
* mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)Jun Aruga2023-05-294-12/+69
* [ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida2023-05-271-0/+19
* [ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida2023-05-271-15/+21
* Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams2023-05-271-2/+2
* Remvoe very high timeout on test_race_gets_and_closeKJ Tsanaktsidis2023-05-261-1/+1
* Remove excessive timeout on test_wait_exception for FreeBSDKJ Tsanaktsidis2023-05-261-1/+0
* [rubygems/rubygems] Load plugin immediatelySutou Kouhei2023-05-255-8/+63
* Don't immediately promote children of old objectsPeter Zhu2023-05-251-0/+26
* [ruby/csv] Support RJIT (https://github.com/ruby/csv/pull/281)Nobuyoshi Nakada2023-05-251-8/+15
* [ruby/csv] test: rename Helper to CSVHelperLuke Gruber2023-05-256-6/+6
* Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIOPeter Zhu2023-05-241-0/+9
* [ruby/racc] Add a newline at EOF [ci skip]Nobuyoshi Nakada2023-05-242-2/+2
* Improvements to `IO::Buffer` `read`/`write`/`pread`/`pwrite`. (#7826)Samuel Williams2023-05-241-7/+28
* [flori/json] Call `super` in `included` hookUfuk Kayserilioglu2023-05-241-0/+23
* Fix crash when replacing ST hash with AR hashPeter Zhu2023-05-231-0/+10
* [rubygems/rubygems] Remove forward slash in key regardless if it contains __Jenny Shen2023-05-231-4/+9
* [ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune2023-05-231-0/+41
* Ensure producer threads do not start running earlyCharles Oliver Nutter2023-05-221-3/+10
* Revert "Apply timeout-scale to test_thr_kill." (#7838)Jun Aruga2023-05-221-1/+1
* Fix mutation on shared strings. (#7837)Samuel Williams2023-05-221-4/+0
* Allow the match cache optimization for atomic groups (#7804)TSUYUSATO Kitsune2023-05-221-0/+10
* Don't leak pipes. (#7820)Samuel Williams2023-05-221-1/+1
* Skip too-complex-shape test which is always flaky regardless JITNobuyoshi Nakada2023-05-211-3/+1
* [ruby/irb] Fix typo (https://github.com/ruby/irb/pull/587)ima1zumi2023-05-211-4/+4
* Skip first if flaky [ci skip]Nobuyoshi Nakada2023-05-211-4/+6
* Set rlimit_nproc to 64 instead of 128 on OpenBSD for spawn_too_long_path testsJeremy Evans2023-05-201-1/+3
* [ruby/irb] Add assertion for dynamic_prompt's assertion executionStan Lo2023-05-201-0/+3
* [ruby/irb] Fix dynamic_prompt test not executed, remove unnecessarytomoya ishida2023-05-201-2/+1
* [ruby/irb] Simplify each_top_level_statementtomoya ishida2023-05-191-12/+7
* The too-complex test isn't stablefor RJIT eitherTakashi Kokubun2023-05-191-1/+2