summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2024-05-15[PRISM] Enable TestParse#test_unexpected_token_after_numericKevin Newton
2024-05-14Fix TestPatternMatching#test_deconstruct_keys testAndrew Konchin
2024-05-12[Bug #20481] Check for unmarshaling ivarNobuyoshi Nakada
2024-05-12[Bug #7759] Fix instance variable names to be checkedNobuyoshi Nakada
2024-05-09[PRISM] Enable passing testsKevin Newton
2024-05-08[Bug #20474] Keep spaces in leading blank lineNobuyoshi Nakada
2024-05-07[PRISM] Enable test_methoddef_endless_commandKevin Newton
2024-05-03[PRISM] Enable RubyVM tests for prismKevin Newton
2024-05-02[PRISM] Enable test_ast.rbKevin Newton
2024-05-01[PRISM] Simplify prism error highlightingKevin Newton
2024-05-01Test for memory leakNobuyoshi Nakada
2024-04-25Don't use assert_separately in Bug 20453 testDaniel Colson
2024-04-25[Bug #20453] segfault in Regexp timeoutDaniel Colson
2024-04-23Skip test_inspect_under_gc_compact_stress w/ RJIT tooTakashi Kokubun