summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-11-04YJIT: Replace Array#each only when YJIT is enabled (#11955)Takashi Kokubun
2024-11-04Fix Dir.mktmpdir argumentNobuyoshi Nakada
2024-11-02Skip TestProc#test_hash_does_not_change_after_compaction if compaction is not...Peter Zhu
2024-11-01Improve coverage of TestProc#test_hash_uniquenessPeter Zhu
2024-11-01Add TestProc#test_hash_equalPeter Zhu
2024-11-01Rename test_hash to test_hash_uniquenessPeter Zhu
2024-11-01[Bug #20853] Fix Proc#hash to not change after compactionPeter Zhu
2024-11-01`alias` should not set `defined_class` for ModulesKoichi Sasada
2024-10-31Fix assertion when envval of proc is QundefPeter Zhu
2024-10-31Fix indentation in TestProc#test_hash [ci skip]Peter Zhu
2024-10-21Show where mutated chilled strings were allocatedÉtienne Barrié
2024-10-16Fix memory leak in syntax error in prismPeter Zhu
2024-10-16RubyVM::InstructionSequence.of Thread::Backtrace::LocationKevin Newton
2024-10-16Skip GC compaction tests in test_yjit.rb when not supportedPeter Zhu
2024-10-15Remove a puts in test_finalizer_thread_raisePeter Zhu
2024-10-14[Bug #20797] Check seconds in UTC offset as well as minutesNobuyoshi Nakada
2024-10-11Rename supports_auto_compact? to supports_compact?Peter Zhu
2024-10-11Used respond_to? check for compaction in test_gc_compact.rbPeter Zhu
2024-10-11Remove defined check for GC.config in test_gc.rbPeter Zhu
2024-10-10Fix typo in test_gc.rb [ci skip]Peter Zhu
2024-10-10Revert "TestProcess#test_daemon_noclose is only working with macOS 15.1 beta,...Yuta Saito
2024-10-10Suppress warnings with `RUBYPOT=-w`Nobuyoshi Nakada
2024-10-10Emit warning for other method redefinition typesThomas Marshall
2024-10-09[Bug #20789] Fix an invalid syntax error when `->a=1...{}`ydah
2024-10-07[Bug #20787] Check the separator in `IO#readline` as well as 3.2Nobuyoshi Nakada
2024-10-05[Bug #20705] Update `strtod` implementationNobuyoshi Nakada
2024-10-04Fix intermediate array off-by-one errorKevin Newton
2024-10-03Rename size_pool -> heapMatt Valentine-House
2024-10-03Make Object#singleton_method return methods in modules included in or prepend...Jeremy Evans
2024-10-03Add `IO::Buffer` tests for read and write with length & offset. (#11779)Samuel Williams
2024-10-03Update ruby test for colon-style hash inspecttompng
2024-10-03Hash#inspect with colon styletompng
2024-10-01[Bug #20764] Refactor argument forwarding in lambdaNobuyoshi Nakada
2024-10-01[Bug #20755] Frozen string should not be writable via IO::BufferNobuyoshi Nakada
2024-10-01Fix compile issue with a short-circuited if/unless condition and `defined?`Luke Gruber
2024-09-30[Bug #20752] Slice of readonly `IO::Buffer` also should be readonlyNobuyoshi Nakada
2024-09-30Implement SPLAT NODE keyword locationsydah
2024-09-28Allow dot3 in defs singletontompng
2024-09-28Implement OP_ASGN2 NODE locationsydah
2024-09-28[Bug #20763] Add testsNobuyoshi Nakada
2024-09-27Implement OP_ASGN1 NODE locationsydah
2024-09-25TestProcess#test_daemon_noclose is only working with macOS 15.1 beta, we shou...Hiroshi SHIBATA
2024-09-25Implement BLOCK_PASS NODE keyword locationsydah
2024-09-25Implement RETURN NODE keyword locationsydah
2024-09-24Windows: Use Unicode aware WinAPI function for ENV[]=Lars Kanis
2024-09-23Implement CASE3 NODE keyword locationsydah
2024-09-23Implement CASE2 NODE keyword locationsydah
2024-09-23Implement CASE NODE keyword locationsydah
2024-09-21Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...Jeremy Evans
2024-09-20[Bug #18651] Pass undefined region in CP51932 as is to CP50220Nobuyoshi Nakada