aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Added another case of extconf.rbHiroshi SHIBATA2023-03-111-0/+9
* [rubygems/rubygems] Added test forHiroshi SHIBATA2023-03-111-0/+16
* RJIT: Write initial tests for AssemblerTakashi Kokubun2023-03-101-7/+258
* RJIT: Start testing AssemblerTakashi Kokubun2023-03-101-0/+66
* RJIT: Break up and enable test_version (#7495)Takashi Kokubun2023-03-102-29/+31
* Revert "Allow classes and modules to become too complex"Aaron Patterson2023-03-101-21/+1
* [rubygems/rubygems] rubocop -a test/rubygems/test_gem.rbHiroshi SHIBATA2023-03-101-3/+3
* [rubygems/rubygems] Disable side-effect of GEM_HOME configurationHiroshi SHIBATA2023-03-102-0/+10
* [rubygems/rubygems] Added only missing extensions option into pristine commandHiroshi SHIBATA2023-03-101-0/+48
* Revert and refine tests for uninitialized queueNobuyoshi Nakada2023-03-101-0/+12
* Remove stale testsNobuyoshi Nakada2023-03-102-18/+0
* Allow classes and modules to become too complexHParker2023-03-091-1/+21
* Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + RactorsKJ Tsanaktsidis2023-03-091-0/+17
* [rubygems/rubygems] Ensure that `TempIO` is closedNobuyoshi Nakada2023-03-091-0/+6
* Make sure TestDefaultGems#test_validate_gemspec runs even when Dir.pwd != srcdirlukeg2023-03-091-4/+11
* Remove SIGCHLD `waidpid`. (#7476)Samuel Williams2023-03-091-43/+0
* Fix crash when allocating classes with newobj hookPeter Zhu2023-03-081-0/+7
* [rubygems/rubygems] Add TarReader::Entry#seek to seek within the tar file entryMartin Emde2023-03-074-55/+199
* Use proper memoized var name for Gem.state_home.Josef Šimánek2023-03-071-0/+24
* [rubygems/rubygems] Remove hardcoded master branch referencesDavid Rodríguez2023-03-079-32/+32
* [rubygems/rubygems] Let git source use default cloned repo branchDavid Rodríguez2023-03-071-10/+10
* s/mjit/rjit/Takashi Kokubun2023-03-069-30/+30
* s/MJIT/RJIT/Takashi Kokubun2023-03-0620-37/+37
* Improve robustness of `io_wait` implementation. (#7456)Samuel Williams2023-03-071-13/+59
* Stop building mjit_build_dir.soTakashi Kokubun2023-03-061-5/+0
* Omit test_version for Cirrus for nowTakashi Kokubun2023-03-051-0/+1
* Remove an obsoleted testTakashi Kokubun2023-03-051-7/+0
* Skip a failing shape testTakashi Kokubun2023-03-051-0/+1
* Drop existing MJIT testsTakashi Kokubun2023-03-053-1450/+0
* [ruby/irb] Improve method completion for string and regexp thattomoya ishida2023-03-061-0/+4
* [rubygems/rubygems] Introduce Gem::Specification.find_by_full_name for findin...Hiroshi SHIBATA2023-03-051-0/+17
* [ruby/irb] Drop chained methods' completion supportStan Lo2023-03-041-2/+0
* [ruby/reline] Fix completion with multilinetomoya ishida2023-03-041-0/+12
* [ruby/irb] Remove no longer necessary TruffleRuby test exclusions.Kevin Menard2023-03-031-3/+1
* [ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida2023-03-031-0/+2
* [ruby/irb] Fix prompt test not to change STDIO.external_encodingtomoya ishida2023-03-031-3/+5
* [Bug #19471] `Regexp.compile` should handle keyword argumentsNobuyoshi Nakada2023-03-031-0/+5
* [rubygems/rubygems] Fix warning about ambiguous `/`David Rodríguez2023-03-031-1/+1
* [rubygems/rubygems] Fix warnings about unused variableDavid Rodríguez2023-03-031-4/+0
* [rubygems/rubygems] Fix warning about ambiguous `*`David Rodríguez2023-03-031-1/+1
* [ruby/irb] Fix warnings because of `@context.main.delete`Nobuyoshi Nakada2023-03-031-2/+5
* [rubygems/rubygems] Enable `Layout/DefEndAlignment`David Rodríguez2023-03-021-1/+1
* [ruby/irb] Handle long inspect and control character in prompttomoya ishida2023-03-021-0/+17
* Remove support for the Regexp.new 3rd argumentJeremy Evans2023-03-011-32/+0
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-0/+60
* A file was missing in test/excludes for TestArraySubclasslukeg2023-02-281-0/+1
* fix test/rubygems/test_gem_package_task.rb when in -j modelukeg2023-02-286-22/+12
* YJIT: Detect and reject `send(:alias_for_send, :foo)`Alan Wu2023-02-271-0/+20
* [ruby/irb] Provide more useful message whenStan Lo2023-02-271-5/+57
* [ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida2023-02-273-7/+20