summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Integer#ceildiv to respect #coerce (#7118)Kouhei Yanagita2023-01-221-0/+4
* More coverage tests & specs. (#7171)Samuel Williams2023-01-223-0/+10
* [ruby/reline] Add autoindent test for indent after bracket and newlinetompng2023-01-201-0/+12
* [rubygems/rubygems] Clean test outputNobuyoshi Nakada2023-01-201-2/+1
* [Feature #19314] Add new arguments of String#bytespliceShugo Maeda2023-01-201-27/+71
* [ci skip] Add ticket label to testPeter Zhu2023-01-191-1/+1
* don't allow setting class variable on module that's frozen [Bug #19341]lukeg2023-01-191-0/+15
* String#bytesplice should return selfShugo Maeda2023-01-191-1/+1
* Test some missing coverage too. (#7041)Samuel Williams2023-01-191-5/+7
* [ruby/reline] Add scrollbar scroll-to-bottom test and fix existing scrollbar ...tompng2023-01-181-10/+36
* [ruby/reline] multiline_repl do not need to depend on RubyLextomoya ishida2023-01-183-22/+50
* Change ArgumentError message when Comparable#clamp receives min value higher ...KaĆ­que Kandy Koga2023-01-171-2/+2
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2023-01-172-5/+5
* Fix crash when defining ivars on special constantsPeter Zhu2023-01-171-0/+6
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-01-172-5/+5
* [Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada2023-01-152-5/+24
* [ruby/reline] Correspond to refactored RubyLexHASUMI Hitoshi2023-01-141-8/+6
* [ruby/irb] Store context in RubyLexStan Lo2023-01-141-14/+17
* Remove MIN_PRE_ALLOC_SIZE from Strings.Matt Valentine-House2023-01-131-0/+21
* [ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh2023-01-131-0/+48
* Skip time-related assertions on /dev/nullNobuyoshi Nakada2023-01-131-3/+6
* Do not use VM stack for splat arg on cfuncKoichi Sasada2023-01-131-0/+84
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-121-0/+13
* [ruby/mutex_m] Avoid anonymous evalJean Boussier2023-01-121-0/+21
* [ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida2023-01-122-0/+25
* [ruby/racc] Get rid of anonymous eval callsJean Boussier2023-01-122-4/+4
* [ruby/racc] Make racc Ractor compatibleMasataka Pocke Kuwabara2023-01-1220-13/+53
* [ruby/irb] Drop unused arguments in `RubyLex`Stan Lo2023-01-111-1/+3
* Remove Encoding#replicateBenoit Daloze2023-01-112-48/+15
* [ruby/reline] Reset IOGate in test_resetPhillip Hellewell2023-01-113-2/+2
* [ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell2023-01-112-0/+2
* [ruby/psych] Get rid of anonymous eval callsJean Boussier2023-01-112-4/+4
* Skip unfixed assertion about objspace/dump_allKoichi Sasada2023-01-111-2/+6
* YJIT: Save PC and SP before calling leaf builtins (#7090)Alan Wu2023-01-101-0/+16
* [ruby/reline] Add key binding for DeletePhillip Hellewell2023-01-103-3/+167
* Merge RubyGems and Bundler masterHiroshi SHIBATA2023-01-107-12/+12
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-01-102-5/+5
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2023-01-092-5/+5
* Assert that resizing arrays will re-embed themPeter Zhu2023-01-091-4/+4
* Assert that resizing objects will re-embed themPeter Zhu2023-01-091-1/+2
* Fix re-embedding of strings during compactionPeter Zhu2023-01-091-4/+4
* [ruby/zlib] Fix the test broken in older versionsNobuyoshi Nakada2023-01-091-3/+9
* [Bug #19323] Raise `RangeError` instead of integer overflowNobuyoshi Nakada2023-01-081-10/+8
* [Bug #19312] Return end-of-input at `__END__`Nobuyoshi Nakada2023-01-061-0/+21
* Check if the argument is Thread::Backtrace::Location objectyui-knk2023-01-061-0/+6
* Add embedded status to dumps of T_OBJECTPeter Zhu2023-01-051-0/+16
* Raise an ArgumentError for unknown pack/unpack directiveBenoit Daloze2023-01-051-7/+7
* [ruby/irb] Group command test cases with classStan Lo2023-01-051-297/+312
* Fix crash in TracePoint c_call for removed methodPeter Zhu2023-01-041-0/+23
* YJIT: Fix `yield` into block with >=30 locals on ARMAlan Wu2023-01-031-0/+14