summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-07-12Rename full_mark -> rgengc_allow_full_markMatt Valentine-House
2024-07-12Provide GC.config to disable major GC collectionsMatt Valentine-House
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-07-11IBM864 single-byte transcoding (#10518)Jeremy Daer
2024-07-11Enumerable#all?: Stop optimizing when a given block is not optimizableYusuke Endoh
2024-07-10Avoid a hash allocation when keyword splatting empty hash when calling ruby2_...Jeremy Evans
2024-07-10Eliminate array allocations for single splat followed by mutable keywordsJeremy Evans
2024-07-05Fix flaky test_stat_heap_allPeter Zhu
2024-07-04Fix the return value of `Integer#downto` called with a blockNobuyoshi Nakada
2024-07-03Move Array#map to RubyAaron Patterson
2024-07-03array.c: Remove outdated assertionsJean Boussier
2024-07-03[Feature #20470] Split GC into gc_impl.cPeter Zhu
2024-07-02Add regression test for mutating pack's format stringAaron Patterson
2024-06-27Fix corruption of internal encoding stringPeter Zhu
2024-06-27Fix corruption of encoding name stringPeter Zhu
2024-06-25Move to test/.excludes-prismNobuyoshi Nakada
2024-06-25Pending `EVENT_RETURN` settracefunc tests with PrismNobuyoshi Nakada
2024-06-25[Bug #20457] Do not remove final `return` nodeNobuyoshi Nakada
2024-06-24Handle hash and splat nodes in defined?Jeremy Evans
2024-06-24Fix `--debug-frozen-string-literal` to not apply `--disable-frozen-string-lit...Jean Boussier
2024-06-24Introduce retry to the setup of test files with TestFile#test_statYusuke Endoh
2024-06-24Extend the timeout of TestVMDump#test_darwin_invalid_call, etc.Yusuke Endoh
2024-06-21Apply EnvUtil.apply_timeout_scale for TestFile#test_statYusuke Endoh
2024-06-20[PRISM] Remove duplicated testsKevin Newton
2024-06-18Fix flaky TestWeakMap#test_inspect_garbagePeter Zhu
2024-06-18fix allocation assertionsAaron Patterson
2024-06-18Optimized forwarding callers and calleesAaron Patterson
2024-06-13clear `kw_flag` if given hash is nilKoichi Sasada
2024-06-12Add regression test for Bug #20573Aaron Patterson
2024-06-12[Bug #20572] Abandon if replacing destination is the sameNobuyoshi Nakada
2024-06-11compile.c: use putspecialobject for RubyVM::FrozenCoreJean Boussier
2024-06-10Don't skip test_inspect_under_gc_compact_stressPeter Zhu
2024-06-07Remove prism compiler warningKevin Newton
2024-06-07Don't use SEGV signal when timeout in test_gc_compactPeter Zhu
2024-06-07TestRequire#test_loading_fifo_threading_success: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_match_cache_positive_look_behind: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_timeout_shorter_than_global: Extend the timeout limitYusuke Endoh
2024-06-07TestRequire#test_loading_fifo_fd_leak: Extend the timeout limitYusuke Endoh
2024-06-07TestGc#test_thrashing_for_young_objects: extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_s_timeout: accept timeout errors more tolerantlyYusuke Endoh
2024-06-07Extend timeout of TestGCCompect#test_moving_objects_between_size_poolsYusuke Endoh
2024-06-06Fix Module#define_method to change visibility when passed existing method bodyJeremy Evans
2024-06-06Remove circular parameter syntax errorKevin Newton
2024-06-05Don't add `+YJIT` to `RUBY_DESCRIPTION` until it's actually enabledJean Boussier
2024-06-04Remove dependency on fiddle from test/rubyHiroshi SHIBATA
2024-05-31Make error messages clear blocks/keywords are disallowed in index assignmentJeremy Evans
2024-05-30test_bignum: defined? returns String (#10880)Sorah Fukumori
2024-05-30ci: Test whether GMP is working in compilers.yml (#10875)Sorah Fukumori
2024-05-28Make ensure first lineno the first line of the ensureKevin Newton
2024-05-29[Bug #20438] Disallow "%\n" and "%\0"Nobuyoshi Nakada