summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-03-11[rubygems/rubygems] Added another case of extconf.rbHiroshi SHIBATA
2023-03-11[rubygems/rubygems] Added test forHiroshi SHIBATA
2023-03-10RJIT: Write initial tests for AssemblerTakashi Kokubun
2023-03-10RJIT: Start testing AssemblerTakashi Kokubun
2023-03-10RJIT: Break up and enable test_version (#7495)Takashi Kokubun
2023-03-10Revert "Allow classes and modules to become too complex"Aaron Patterson
2023-03-10[rubygems/rubygems] rubocop -a test/rubygems/test_gem.rbHiroshi SHIBATA
2023-03-10[rubygems/rubygems] Disable side-effect of GEM_HOME configurationHiroshi SHIBATA
2023-03-10[rubygems/rubygems] Added only missing extensions option into pristine commandHiroshi SHIBATA
2023-03-10Revert and refine tests for uninitialized queueNobuyoshi Nakada
2023-03-10Remove stale testsNobuyoshi Nakada
2023-03-09Allow classes and modules to become too complexHParker
2023-03-09Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + RactorsKJ Tsanaktsidis
2023-03-09[rubygems/rubygems] Ensure that `TempIO` is closedNobuyoshi Nakada
2023-03-09Make sure TestDefaultGems#test_validate_gemspec runs even when Dir.pwd != srcdirlukeg
2023-03-09Remove SIGCHLD `waidpid`. (#7476)Samuel Williams
2023-03-08Fix crash when allocating classes with newobj hookPeter Zhu
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