summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-03-18Fix frozen status loss when moving objectsPeter Zhu
2023-03-18Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encodingJosef Haider
2023-03-17ObjectSpace::WeakMap: clean inverse reference when an entry is re-assignedJean Boussier
2023-03-18core_assertions.rb: Relax `assert_linear_performance`Nobuyoshi Nakada
2023-03-17Fix small issues concerning namespacing in test-all suitelukeg
2023-03-16Revert "core_assertions.rb: Refine `assert_linear_performance`"Takashi Kokubun
2023-03-16Add thread and ractor counts to bug reportsAlan Wu
2023-03-16core_assertions.rb: Refine `assert_linear_performance`Nobuyoshi Nakada
2023-03-15`Hash#dup` for kwsplat argumentsKoichi Sasada
2023-03-15Remove SIGCHLD `waidpid`. (#7527)Samuel Williams
2023-03-14Fix crash during compactionPeter Zhu
2023-03-14ObjectSpace::WeakMap: fix compaction supportJean Boussier
2023-03-14Revert SIGCHLD changes to diagnose CI failures. (#7517)Samuel Williams
2023-03-13RJIT: Simplify how Capstone is used in testsTakashi Kokubun
2023-03-13[Bug #19476]: correct cache index computation for repetition (#7457)TSUYUSATO Kitsune
2023-03-13* remove trailing spaces. [ci skip]git
2023-03-13[Bug #19467] correct cache points and counting failure on `OP_ANYCHAR_STAR_PE...TSUYUSATO Kitsune
2023-03-12Add test for linear performanceNobuyoshi Nakada
2023-03-11RJIT: Handle Mod 10 for CMP r/m64, r64Takashi Kokubun
2023-03-11RJIT: Use lambda constants to match operandsTakashi Kokubun
2023-03-11Move yjit_force_enabled? to JITSupportTakashi Kokubun
2023-03-11Remove unused methods from JITSupportTakashi Kokubun
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-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-09Make sure TestDefaultGems#test_validate_gemspec runs even when Dir.pwd != srcdirlukeg
2023-03-09Remove SIGCHLD `waidpid`. (#7476)Samuel Williams
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi 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-03[Bug #19471] `Regexp.compile` should handle keyword argumentsNobuyoshi Nakada
2023-03-01Remove support for the Regexp.new 3rd argumentJeremy Evans
2023-02-27YJIT: Detect and reject `send(:alias_for_send, :foo)`Alan Wu
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-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-23Implement ObjectSpace::WeakKeyMap basic allocatorJean Boussier
2023-02-21Add marking and sweeping time to GC.statPeter Zhu
2023-02-20YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun
2023-02-20Update some tests for the new message format of NoMethodErrorYusuke Endoh
2023-02-17[Bug#19445] Fix keyword splat in enumeratorNobuyoshi Nakada
2023-02-16YJIT: Fix false assumption that String#+@ => ::StringAlan Wu