summaryrefslogtreecommitdiff
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* core_assertions.rb: Refine `assert_linear_performance`Nobuyoshi Nakada2023-03-161-1/+1
* `Hash#dup` for kwsplat argumentsKoichi Sasada2023-03-151-0/+10
* Remove SIGCHLD `waidpid`. (#7527)Samuel Williams2023-03-151-43/+0
* Fix crash during compactionPeter Zhu2023-03-141-0/+10
* ObjectSpace::WeakMap: fix compaction supportJean Boussier2023-03-141-0/+8
* Revert SIGCHLD changes to diagnose CI failures. (#7517)Samuel Williams2023-03-141-0/+43
* RJIT: Simplify how Capstone is used in testsTakashi Kokubun2023-03-131-13/+2
* [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-111-9/+3
* Remove unused methods from JITSupportTakashi Kokubun2023-03-111-1/+1
* 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-101-29/+25
* Revert "Allow classes and modules to become too complex"Aaron Patterson2023-03-101-21/+1
* 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
* 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
* s/mjit/rjit/Takashi Kokubun2023-03-064-17/+17
* s/MJIT/RJIT/Takashi Kokubun2023-03-0611-21/+21
* 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
* [Bug #19471] `Regexp.compile` should handle keyword argumentsNobuyoshi Nakada2023-03-031-0/+5
* Remove support for the Regexp.new 3rd argumentJeremy Evans2023-03-011-32/+0
* YJIT: Detect and reject `send(:alias_for_send, :foo)`Alan Wu2023-02-271-0/+20
* Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA2023-02-273-3/+3
* Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA2023-02-272-2/+2
* Add `IO::Buffer.string` for efficient string creation. (#7364)Samuel Williams2023-02-251-0/+14
* YJIT: Generate Block::entry_exit with block entry PCAlan Wu2023-02-241-0/+41
* Implement ObjectSpace::WeakKeyMap basic allocatorJean Boussier2023-02-231-0/+112
* Add marking and sweeping time to GC.statPeter Zhu2023-02-211-0/+2
* YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun2023-02-201-0/+19
* Update some tests for the new message format of NoMethodErrorYusuke Endoh2023-02-202-2/+2
* [Bug#19445] Fix keyword splat in enumeratorNobuyoshi Nakada2023-02-171-0/+3
* YJIT: Fix false assumption that String#+@ => ::StringAlan Wu2023-02-161-0/+17
* YJIT: jit_prepare_routine_call() for String#+@ missingAlan Wu2023-02-161-0/+27
* Fix removing ivars from clases and modules.Haldun Bayhantopcu2023-02-151-0/+26
* [Bug #19259] `Data#with` should call `initialize` methodNobuyoshi Nakada2023-02-141-0/+16
* use correct svar even if env is escapedKoichi Sasada2023-02-101-0/+78
* Copy cvar table on cloneeileencodes2023-02-091-0/+6
* [Bug #19426] Fix endless `Range#step` with `#succ` methodNobuyoshi Nakada2023-02-091-0/+40
* Only emit circular dependency warning for owned thread shieldsJean byroot Boussier2023-02-081-3/+0