summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-01-27[ruby/openssl] Added CoreAssertionsHiroshi SHIBATA
2023-01-27[ruby/openssl] Do not require test file in a forked process in testsAndrew Konchin
2023-01-26[rubygems/rubygems] Deprecate Gem::ListSamuel Giddins
2023-01-24Add tests for variables in `END` block shared with the toplevelNobuyoshi Nakada
2023-01-24[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-01-23[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2023-01-23[ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...Jean Boussier
2023-01-22Fix Integer#ceildiv to respect #coerce (#7118)Kouhei Yanagita
2023-01-22More coverage tests & specs. (#7171)Samuel Williams
2023-01-20[ruby/reline] Add autoindent test for indent after bracket and newlinetompng
2023-01-20[rubygems/rubygems] Clean test outputNobuyoshi Nakada
2023-01-20[Feature #19314] Add new arguments of String#bytespliceShugo Maeda
2023-01-19[ci skip] Add ticket label to testPeter Zhu
2023-01-19don't allow setting class variable on module that's frozen [Bug #19341]lukeg
2023-01-19String#bytesplice should return selfShugo Maeda
2023-01-19Test some missing coverage too. (#7041)Samuel Williams
2023-01-18[ruby/reline] Add scrollbar scroll-to-bottom test and fix existing scrollbar ...tompng
2023-01-18[ruby/reline] multiline_repl do not need to depend on RubyLextomoya ishida
2023-01-17Change ArgumentError message when Comparable#clamp receives min value higher ...KaĆ­que Kandy Koga
2023-01-17[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2023-01-17Fix crash when defining ivars on special constantsPeter Zhu
2023-01-17[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-01-15[Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada
2023-01-14[ruby/reline] Correspond to refactored RubyLexHASUMI Hitoshi
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2023-01-13Remove MIN_PRE_ALLOC_SIZE from Strings.Matt Valentine-House
2023-01-13[ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh
2023-01-13Skip time-related assertions on /dev/nullNobuyoshi Nakada
2023-01-13Do not use VM stack for splat arg on cfuncKoichi Sasada
2023-01-12[ruby/irb] Avoid calling private methods on the main objectStan Lo
2023-01-12[ruby/mutex_m] Avoid anonymous evalJean Boussier
2023-01-12[ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida
2023-01-12[ruby/racc] Get rid of anonymous eval callsJean Boussier
2023-01-12[ruby/racc] Make racc Ractor compatibleMasataka Pocke Kuwabara
2023-01-11[ruby/irb] Drop unused arguments in `RubyLex`Stan Lo
2023-01-11Remove Encoding#replicateBenoit Daloze
2023-01-11[ruby/reline] Reset IOGate in test_resetPhillip Hellewell
2023-01-11[ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell
2023-01-11[ruby/psych] Get rid of anonymous eval callsJean Boussier
2023-01-11Skip unfixed assertion about objspace/dump_allKoichi Sasada
2023-01-10YJIT: Save PC and SP before calling leaf builtins (#7090)Alan Wu
2023-01-10[ruby/reline] Add key binding for DeletePhillip Hellewell
2023-01-10Merge RubyGems and Bundler masterHiroshi SHIBATA
2023-01-10[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-01-09[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2023-01-09Assert that resizing arrays will re-embed themPeter Zhu
2023-01-09Assert that resizing objects will re-embed themPeter Zhu
2023-01-09Fix re-embedding of strings during compactionPeter Zhu
2023-01-09[ruby/zlib] Fix the test broken in older versionsNobuyoshi Nakada
2023-01-08[Bug #19323] Raise `RangeError` instead of integer overflowNobuyoshi Nakada