summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-03-07[rubygems/rubygems] Add TarReader::Entry#seek to seek within the tar file entryMartin Emde
2023-03-07Use proper memoized var name for Gem.state_home.Josef Šimánek
2023-03-07[rubygems/rubygems] Remove hardcoded master branch referencesDavid Rodríguez
2023-03-07[rubygems/rubygems] Let git source use default cloned repo branchDavid Rodríguez
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-07Improve robustness of `io_wait` implementation. (#7456)Samuel Williams
2023-03-06Stop building mjit_build_dir.soTakashi Kokubun
2023-03-05Omit test_version for Cirrus for nowTakashi Kokubun
2023-03-05Remove an obsoleted testTakashi Kokubun
2023-03-05Skip a failing shape testTakashi Kokubun
2023-03-05Drop existing MJIT testsTakashi Kokubun
2023-03-06[ruby/irb] Improve method completion for string and regexp thattomoya ishida
2023-03-05[rubygems/rubygems] Introduce Gem::Specification.find_by_full_name for findin...Hiroshi SHIBATA
2023-03-04[ruby/irb] Drop chained methods' completion supportStan Lo
2023-03-04[ruby/reline] Fix completion with multilinetomoya ishida
2023-03-03[ruby/irb] Remove no longer necessary TruffleRuby test exclusions.Kevin Menard
2023-03-03[ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida
2023-03-03[ruby/irb] Fix prompt test not to change STDIO.external_encodingtomoya ishida
2023-03-03[Bug #19471] `Regexp.compile` should handle keyword argumentsNobuyoshi Nakada
2023-03-03[rubygems/rubygems] Fix warning about ambiguous `/`David Rodríguez
2023-03-03[rubygems/rubygems] Fix warnings about unused variableDavid Rodríguez
2023-03-03[rubygems/rubygems] Fix warning about ambiguous `*`David Rodríguez
2023-03-03[ruby/irb] Fix warnings because of `@context.main.delete`Nobuyoshi Nakada
2023-03-02[rubygems/rubygems] Enable `Layout/DefEndAlignment`David Rodríguez
2023-03-02[ruby/irb] Handle long inspect and control character in prompttomoya ishida
2023-03-01Remove support for the Regexp.new 3rd argumentJeremy Evans
2023-02-28[ruby/irb] Display and prioritise instance methods in `lsStan Lo
2023-02-28A file was missing in test/excludes for TestArraySubclasslukeg
2023-02-28fix test/rubygems/test_gem_package_task.rb when in -j modelukeg
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