summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2024-05-28Stop marking chilled strings as frozenÉtienne Barrié
2024-05-27Add a debug print for a random failureYusuke Endoh
2024-05-26Debug unexpectedly changed pathNobuyoshi Nakada
2024-05-25[Bug #20510] Do not count optional hash argument for `IO.new`Nobuyoshi Nakada
2024-05-24Update duplicated when clause warning messageKevin Newton
2024-05-23Introduce a specialize instruction for Array#packNobuyoshi Nakada
2024-05-22[PRISM] Properly support 'it'Kevin Newton
2024-05-21Avoid array allocation for empty ruby2_keywords flagged keyword hashJeremy Evans
2024-05-21Avoid hash allocation for empty ruby2_keywords flagged keyword hashJeremy Evans
2024-05-21Add allocation tests for ruby2_keywordsJeremy Evans
2024-05-20[PRISM] Enable TestSyntax#test_warn_balancedKevin Newton
2024-05-16[PRISM] Enable TestParse#test_truncated_source_lineKevin Newton
2024-05-16[PRISM] Enable TestParse#test_stringKevin Newton
2024-05-16[PRISM] Enable TestISeq#test_syntax_error_messageKevin Newton
2024-05-16[PRISM] Enable TestSyntax#test_syntax_error_at_newlineKevin Newton
2024-05-16[Bug #20468] Fix safe navigation in `for` variableNobuyoshi Nakada
2024-05-15[PRISM] Enable TestParse#test_global_variableKevin Newton
2024-05-15[PRISM] Enable test_location_of_invalid_tokenKevin Newton
2024-05-15[PRISM] Enable TestParse#test_unexpected_eofKevin Newton