summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2025-04-10Restore the original order of const_added and inherited callbacksXavier Noria
2025-04-09Refine dirname test on WindowsNobuyoshi Nakada
2025-04-09Restore assertion that is not related mswin platformHiroshi SHIBATA
2025-04-08Windows 11 24H2 with VS 2019 16.11.45 couldn't handle long name testHiroshi SHIBATA
2025-04-08Skip some assertions of TestFileExhaustive#test_dirname with Windows platform.Hiroshi SHIBATA
2025-04-07Grow GC heaps independentlyPeter Zhu
2025-04-07Fix `Integer.sqrt` to never exceed actual valueYusuke Endoh
2025-04-04Fixed mismatched indentationHiroshi SHIBATA
2025-04-04Removed unused variableHiroshi SHIBATA
2025-04-02Fix assertion failure with anonymous splatsJeremy Evans
2025-04-02Fixup comment for Windows platform, not SolarisHiroshi SHIBATA
2025-04-02Removed Solaris conditions from test filesHiroshi SHIBATA
2025-04-01[Bug #21203] Skip TestGc#test_gc_parameter_init_slots since it is flaky (#13025)Naoto Ono
2025-03-31ractor: don't inherit the default thread groupJean Boussier
2025-03-28TestRegexp#test_match_cache_positive_look_ahead_complex: Extend the timeout l...Yusuke Endoh
2025-03-27Avoid allocation for anonymous positional splat with no argumentsJeremy Evans
2025-03-27Avoid array allocation for *nil, by not calling nil.to_aJeremy Evans
2025-03-26Add additional Ractor.make_shareable testsJohn Hawthorn
2025-03-23Fix handling of `error`/`errno` in `io_internal_wait`. (#12961)Samuel Williams
2025-03-21Fix regexp when non-ruby thread received the signalNobuyoshi Nakada
2025-03-21Run cleanup code in `ensure`Nobuyoshi Nakada
2025-03-20Remove leading `nop` from block when we don't need itAaron Patterson
2025-03-20[Bug #21026] no singleton method on pseudo variable literalNobuyoshi Nakada
2025-03-19A comment for TestRubyOptions::ExpectedStderrList [ci skip]Nobuyoshi Nakada
2025-03-19Source path may or may not existNobuyoshi Nakada
2025-03-19Loosen SEGV message testingYusuke Endoh
2025-03-18Handle void expressions in defined?Kevin Newton
2025-03-18[Bug #21094] Update nested module names when setting temporary nameNobuyoshi Nakada
2025-03-18[Feature #19908] Update Unicode headers to 15.1.0Mari Imaizumi
2025-03-18Fix case folding in single byte encodingMari Imaizumi
2025-03-18[Feature #20702] Tests for Array#fetch_valuesNobuyoshi Nakada
2025-03-17[Bug #21186] multibyte char literal should be a single letter wordNobuyoshi Nakada
2025-03-17[Bug #21185] Fix Range#overlap? with infinite rangeJérôme Parent-Lévesque
2025-03-14Invoke `inherited` callbacks before `const_added`Jean Boussier
2025-03-12Have `ast` live longer in ISeq.compile_file to fix GC stress crashAlan Wu
2025-03-12Fix flaky test_AREF_fstring_keyPeter Zhu
2025-03-12[Bug #19841] Refine error on marshaling recursive USERDEFNobuyoshi Nakada
2025-03-11Fix memory leak in rb_reg_search_set_matchPeter Zhu
2025-03-12[Bug #21177] Win32: Allow longer path nameNobuyoshi Nakada
2025-03-11Fix flaky test_latest_gc_info_need_major_byPeter Zhu
2025-03-10Bump tolerance for weak reference test from 1 to 2Peter Zhu
2025-03-08Implement CLASS NODE locationsydah
2025-03-07[Bug #21174] [Bug #21175] Fix `Range#max` on beginless integer rangeNobuyoshi Nakada
2025-03-07[Bug #21163] Fix hexadecimal float conversionNobuyoshi Nakada
2025-03-06Fix flaky failure in TestSetTraceFunc#test_tracepoint_disable (#12854)Naoto Ono
2025-03-05Replace tombstone when converting AR to ST hashJohn Hawthorn
2025-03-05Add tests for alias locations with special variables $`, $', and $+ydah
2025-03-04Move in-place interning spec to Ruby's testsJean Boussier
2025-03-03Allow YJIT `mem-size` and `call-threshold` to be set at runtime via `YJIT.ena...annichai-stripe
2025-03-03Implement POSTEXE NODE locationsydah