summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-0/+60
* A file was missing in test/excludes for TestArraySubclasslukeg2023-02-281-0/+1
* fix test/rubygems/test_gem_package_task.rb when in -j modelukeg2023-02-286-22/+12
* YJIT: Detect and reject `send(:alias_for_send, :foo)`Alan Wu2023-02-271-0/+20
* [ruby/irb] Provide more useful message whenStan Lo2023-02-271-5/+57
* [ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida2023-02-273-7/+20
* Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA2023-02-273-3/+3
* Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA2023-02-273-3/+3
* [ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida2023-02-271-0/+10
* Add all-ruby-quine as a sample codeYusuke Endoh2023-02-271-0/+32
* Add `IO::Buffer.string` for efficient string creation. (#7364)Samuel Williams2023-02-251-0/+14
* YJIT: Generate Block::entry_exit with block entry PCAlan Wu2023-02-241-0/+41
* Fix incorrect line numbers in GC hookPeter Zhu2023-02-241-0/+8
* [ruby/irb] Cleanup completion testsStan Lo2023-02-241-18/+0
* [ruby/set] Set#merge does not take keyword arguments as a HashAkinori MUSHA2023-02-241-0/+4
* [ruby/set] Set#merge takes many enumerable objects like Hash#merge! doesAkinori MUSHA2023-02-241-1/+10
* Implement ObjectSpace::WeakKeyMap basic allocatorJean Boussier2023-02-231-0/+112
* Skip failing test on MSWinNobuyoshi Nakada2023-02-221-0/+1
* [rubygems/rubygems] Skip extension test on jrubySamuel Giddins2023-02-221-0/+2
* [rubygems/rubygems] Better teardownSamuel Giddins2023-02-221-2/+4
* [rubygems/rubygems] Always join with a stringSamuel Giddins2023-02-221-0/+1
* [rubygems/rubygems] Nil out Gem.configuration after testsSamuel Giddins2023-02-221-0/+1
* [rubygems/rubygems] Use assert_raise instead of assert_raisesSamuel Giddins2023-02-221-1/+1
* [rubygems/rubygems] Add tests covering pre-releases for gem execSamuel Giddins2023-02-221-0/+104
* [rubygems/rubygems] Fix resetting env in gem exec, and make sure it is set fo...Samuel Giddins2023-02-221-1/+1
* [rubygems/rubygems] Allow gem exec gemSamuel Giddins2023-02-221-0/+41
* [rubygems/rubygems] Remove platform option for gem execSamuel Giddins2023-02-221-4/+144
* [rubygems/rubygems] Ensure dependencies are updated by default when running g...Samuel Giddins2023-02-221-8/+109
* [rubygems/rubygems] Add specs for gem execSamuel Giddins2023-02-221-0/+463
* Removed accidentally commits with ruby/readline-extHiroshi SHIBATA2023-02-222-402/+0
* [ruby/readline-ext] test_readline.rb only needs EnvUtilHiroshi SHIBATA2023-02-223-766/+1
* [ruby/readline-ext] Omit some tests with macOS platformHiroshi SHIBATA2023-02-221-0/+2
* [ruby/readline-ext] Import EnvUtils and related test librariesHiroshi SHIBATA2023-02-224-0/+1171
* [ruby/irb] Improve RubyLex's testsStan Lo2023-02-211-58/+71
* Add marking and sweeping time to GC.statPeter Zhu2023-02-211-0/+2
* [ruby/strscan] Mask out this test on JRuby/WindowsCharles Oliver Nutter2023-02-211-1/+4
* [ruby/strscan] test: Run test more with fixed anchor modeSutou Kouhei2023-02-211-19/+25
* [ruby/strscan] Add test case to `test_string`OKURA Masafumi2023-02-211-2/+4
* [ruby/csv] test: use mailing list ID instead of unavailable URLSutou Kouhei2023-02-211-1/+1
* [ruby/csv] Use https links instead of httpVivek Bharath Akupatni2023-02-211-2/+2
* Merge rubygems/bundler masterHiroshi SHIBATA2023-02-211-0/+17
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-02-212-7/+21
* Prevent "warning: ambiguity between regexp and two divisions"Yusuke Endoh2023-02-211-1/+1
* YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun2023-02-201-0/+19
* Update some tests for the new message format of NoMethodErrorYusuke Endoh2023-02-202-2/+2
* test/readline/test_readline.rb: skip a test x86_64-linux-(x32|i[3-6]86)Eric Wong2023-02-191-0/+3
* [ruby/error_highlight] Support the new message format of NameError in Ruby 3.3Yusuke Endoh2023-02-191-59/+73
* [ruby/did_you_mean] Support the new message format of NameError inYusuke Endoh2023-02-191-2/+2
* [ruby/bigdecimal] Handle correctly #remainder with infinity. FixesMaciej Rzasa2023-02-171-0/+11
* [Bug#19445] Fix keyword splat in enumeratorNobuyoshi Nakada2023-02-171-0/+3