aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip test_dump_too_complex_shape for YJIT for nowTakashi Kokubun2023-05-191-0/+1
* [ruby/openssl] Revert "Skip OpenSSL::TestHMAC#test_dup when running with RHEL9"Hiroshi SHIBATA2023-05-191-3/+0
* [ruby/openssl] Implement FIPS functions on OpenSSL 3.Jun Aruga2023-05-191-4/+28
* [ruby/openssl] CI: Add OpenSSL FIPS mode case.Jun Aruga2023-05-191-0/+19
* [ruby/irb] Refactor RubyLex's input/io methodsStan Lo2023-05-181-4/+4
* change to test/objectspace, don't rely on Object's shape not being "too complex"lukeg2023-05-181-2/+6
* [ruby/irb] Print deprecation warning for `help` commandStan Lo2023-05-181-12/+26
* Move ar_hint to ar_table_structPeter Zhu2023-05-172-1/+4
* Implement Hash AR tables on VWAPeter Zhu2023-05-172-2/+24
* [ruby/irb] Fix Test timedout in test_debug_cmdtomoya ishida2023-05-171-2/+5
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-05-152-7/+8
* Unskip the test skipped in #4173 (#7809)KJ Tsanaktsidis2023-05-151-5/+0
* `rb_io_puts` should not write zero length strings. (#7806)Samuel Williams2023-05-151-0/+28
* [Bug #19025] Numbered parameter names are always local variablesNobuyoshi Nakada2023-05-141-0/+1