summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-02-27YJIT: Detect and reject `send(:alias_for_send, :foo)`Alan Wu
2023-02-27[ruby/irb] Provide more useful message whenStan Lo
2023-02-27[ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida
2023-02-27Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA
2023-02-27Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA
2023-02-27[ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida
2023-02-27Add all-ruby-quine as a sample codeYusuke Endoh
2023-02-25Add `IO::Buffer.string` for efficient string creation. (#7364)Samuel Williams
2023-02-24YJIT: Generate Block::entry_exit with block entry PCAlan Wu
2023-02-24Fix incorrect line numbers in GC hookPeter Zhu
2023-02-24[ruby/irb] Cleanup completion testsStan Lo
2023-02-24[ruby/set] Set#merge does not take keyword arguments as a HashAkinori MUSHA
2023-02-24[ruby/set] Set#merge takes many enumerable objects like Hash#merge! doesAkinori MUSHA
2023-02-23Implement ObjectSpace::WeakKeyMap basic allocatorJean Boussier
2023-02-22Skip failing test on MSWinNobuyoshi Nakada
2023-02-22[rubygems/rubygems] Skip extension test on jrubySamuel Giddins
2023-02-22[rubygems/rubygems] Better teardownSamuel Giddins
2023-02-22[rubygems/rubygems] Always join with a stringSamuel Giddins
2023-02-22[rubygems/rubygems] Nil out Gem.configuration after testsSamuel Giddins
2023-02-22[rubygems/rubygems] Use assert_raise instead of assert_raisesSamuel Giddins
2023-02-22[rubygems/rubygems] Add tests covering pre-releases for gem execSamuel Giddins
2023-02-22[rubygems/rubygems] Fix resetting env in gem exec, and make sure it is set fo...Samuel Giddins
2023-02-22[rubygems/rubygems] Allow gem exec gemSamuel Giddins
2023-02-22[rubygems/rubygems] Remove platform option for gem execSamuel Giddins
2023-02-22[rubygems/rubygems] Ensure dependencies are updated by default when running g...Samuel Giddins
2023-02-22[rubygems/rubygems] Add specs for gem execSamuel Giddins
2023-02-22Removed accidentally commits with ruby/readline-extHiroshi SHIBATA
2023-02-22[ruby/readline-ext] test_readline.rb only needs EnvUtilHiroshi SHIBATA
2023-02-22[ruby/readline-ext] Omit some tests with macOS platformHiroshi SHIBATA
2023-02-22[ruby/readline-ext] Import EnvUtils and related test librariesHiroshi SHIBATA
2023-02-21[ruby/irb] Improve RubyLex's testsStan Lo
2023-02-21Add marking and sweeping time to GC.statPeter Zhu
2023-02-21[ruby/strscan] Mask out this test on JRuby/WindowsCharles Oliver Nutter
2023-02-21[ruby/strscan] test: Run test more with fixed anchor modeSutou Kouhei
2023-02-21[ruby/strscan] Add test case to `test_string`OKURA Masafumi
2023-02-21[ruby/csv] test: use mailing list ID instead of unavailable URLSutou Kouhei
2023-02-21[ruby/csv] Use https links instead of httpVivek Bharath Akupatni
2023-02-21Merge rubygems/bundler masterHiroshi SHIBATA
2023-02-21[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-02-21Prevent "warning: ambiguity between regexp and two divisions"Yusuke Endoh
2023-02-20YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun
2023-02-20Update some tests for the new message format of NoMethodErrorYusuke Endoh
2023-02-19test/readline/test_readline.rb: skip a test x86_64-linux-(x32|i[3-6]86)Eric Wong
2023-02-19[ruby/error_highlight] Support the new message format of NameError in Ruby 3.3Yusuke Endoh
2023-02-19[ruby/did_you_mean] Support the new message format of NameError inYusuke Endoh
2023-02-17[ruby/bigdecimal] Handle correctly #remainder with infinity. FixesMaciej Rzasa
2023-02-17[Bug#19445] Fix keyword splat in enumeratorNobuyoshi Nakada
2023-02-16YJIT: Fix false assumption that String#+@ => ::StringAlan Wu
2023-02-16YJIT: jit_prepare_routine_call() for String#+@ missingAlan Wu
2023-02-15Fix removing ivars from clases and modules.Haldun Bayhantopcu