aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ObjectSpace::WeakMap: fix compaction supportJean Boussier2023-03-141-0/+8
* Revert SIGCHLD changes to diagnose CI failures. (#7517)Samuel Williams2023-03-141-0/+43
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-03-142-5/+5
* Removed to load jit_support.rbHiroshi SHIBATA2023-03-141-4/+0
* RJIT: Simplify how Capstone is used in testsTakashi Kokubun2023-03-131-13/+2
* [ruby/irb] Support inspecting BasicObjectStan Lo2023-03-131-1/+13
* [Bug #19476]: correct cache index computation for repetition (#7457)TSUYUSATO Kitsune2023-03-131-0/+5
* * remove trailing spaces. [ci skip]git2023-03-131-1/+1
* [Bug #19467] correct cache points and counting failure on `OP_ANYCHAR_STAR_PE...TSUYUSATO Kitsune2023-03-131-0/+10
* Add test for linear performanceNobuyoshi Nakada2023-03-121-0/+7
* RJIT: Handle Mod 10 for CMP r/m64, r64Takashi Kokubun2023-03-111-1/+3
* RJIT: Use lambda constants to match operandsTakashi Kokubun2023-03-111-12/+54
* Move yjit_force_enabled? to JITSupportTakashi Kokubun2023-03-112-15/+13
* Remove unused methods from JITSupportTakashi Kokubun2023-03-113-84/+2
* Skip test_udp_server on s390x RHEL 7.1Takashi Kokubun2023-03-111-0/+4
* [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