summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2024-09-19Fix method caching bug when including/prepend module A that prepends module BJeremy Evans
2024-09-18Raise a compile error for break/next/redo inside eval in cases where it is op...Jeremy Evans
2024-09-18Fix evaluation order issue in f(**h, &h.delete(key))Jeremy Evans
2024-09-18Revert "Fix evaluation order issue in f(**h, &h.delete(key))"Jeremy Evans
2024-09-18Fix evaluation order issue in f(**h, &h.delete(key))Jeremy Evans
2024-09-18Prevent a warning (retry)Yusuke Endoh
2024-09-17YJIT: Accept key for runtime_stats to return only that stat (#11536)Randy Stauner
2024-09-17Replace all GC.disable with EnvUtil.without_gcPeter Zhu
2024-09-17Fix a typo, sorry!Yusuke Endoh
2024-09-17Prevent two warningsYusuke Endoh
2024-09-17TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xco...Hiroshi SHIBATA
2024-09-17Prevent a warning due to error recovery of prismYusuke Endoh
2024-09-17Prevent warnings for RubyVM::AbstractSyntaxTree.parse in test_ast.rbYusuke Endoh
2024-09-17Prevent prism warnings in syntax exhaustive testsYusuke Endoh
2024-09-15Prevent warnings: the block passed to ... may be ignoredYusuke Endoh
2024-09-15Prevent warnings: assigned but unused variableYusuke Endoh
2024-09-13[Bug #20725] Should not call compare on `nil`-endpointNobuyoshi Nakada
2024-09-13Prevent warnings "the block passed to ... may be ignored"Yusuke Endoh
2024-09-13Prevent a warning: assigned but unused variable - exp_eventsYusuke Endoh
2024-09-13Prevent a warning: assigned but unused variable - t0Yusuke Endoh
2024-09-12[PRISM] Omit some TestAST tests when Prism is enabledKevin Newton
2024-09-12Switch the default parser from parse.y to PrismKevin Newton
2024-09-12Add error checking to readdir, telldir, and closedir calls in dir.cJeremy Evans
2024-09-11Fix issue with super and forwarding arguments in prism_compile.cLuke Gruber
2024-09-11macOS 10.13(High Sierra) is already EOLHiroshi SHIBATA
2024-09-11Implement BREAK, NEXT and REDO NODE locationsydah
2024-09-11Implement WHILE and UNTIL NODE locationsydah
2024-09-10Add predicates for platformsNobuyoshi Nakada
2024-09-09Add keys to GC.stat and fix testsPeter Zhu