summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-09-03Implement UNDEF NODE keyword locationsydah
2024-09-03Range#step: restore legacy behavior for String rangeszverok
2024-09-02Fix flaky test_latest_gc_info_need_major_byPeter Zhu
2024-08-29Stop using the "undef" keyword to remove a constantAlan Wu
2024-08-29[Bug #20704] Win32: Fix chdir to non-ASCII pathNobuyoshi Nakada
2024-08-27YJIT: Encode doubles to VALUE objects and move stat generation to rust (#11388)Randy Stauner
2024-08-27Remove incorrect setting of KW_SPLAT_MUT flagJeremy Evans
2024-08-25[Bug #20680] `ensure` block is always void contextNobuyoshi Nakada
2024-08-23Fix use-after-free in WeakKeyMap#clearPeter Zhu
2024-08-22Uncomment test accidentally commented in 1656350Peter Zhu
2024-08-23Skip some tests which don't work under permissionless containersKJ Tsanaktsidis
2024-08-22Don't use gc_impl.h inside of gc/gc.hPeter Zhu
2024-08-22Fix WeakMap use-after-freePeter Zhu
2024-08-22Use ruby to suppress a warning message by cmd.exeNobuyoshi Nakada
2024-08-21[PRISM] Implement unused block warningeileencodes
2024-08-21[PRISM] Fix up test exception assertion for PrismKevin Newton
2024-08-20Rewrite #test_redefinition_mismatch to use a dedicated test classKJ Tsanaktsidis
2024-08-20Decrease the timeout in assert_darwin_vm_dump_works (#11412)Naoto Ono
2024-08-19Avoid hash allocation for certain proc callsJeremy Evans
2024-08-19Make assertions allow incremental GC when disabledPeter Zhu
2024-08-18Make Range#step to consistently use + for iteration (#7444)Victor Shepelev
2024-08-16Revert "Avoid hash allocation for certain proc calls"Jeremy Evans
2024-08-16Fix assertion error when TracePoint has incompatible eventsPeter Zhu
2024-08-16Fix flaky TestSetTraceFunc#test_remove_in_trace by filtering trace eventsNaoto Ono
2024-08-15Avoid hash allocation for certain proc callsJeremy Evans
2024-08-15[PRISM] test_invalid_jump assertion updates for prismKevin Newton
2024-08-15[PRISM] test_syntax_check assertion updates for prismKevin Newton
2024-08-14Increase timeout of test_finalizerPeter Zhu
2024-08-14Fix crash when GC runs during finalizers at shutdownPeter Zhu
2024-08-14Increase the default timeout in assert_darwin_vm_dump_worksNaoto Ono
2024-08-13Make sure to wait for the thread to exit in TestProcess#test_wait_and_sigchildNaoto Ono
2024-08-13do not show unused block on `send`Koichi Sasada
2024-08-12Fix next inside block argument stack underflowtompng
2024-08-11Fix flag test macroNobuyoshi Nakada
2024-08-10Cherry-pick test for [Bug #20668]Jean Boussier
2024-08-09Increase timeout in `test_darwin_invalid_call` methodNaoto Ono
2024-08-03Extend timeout in test/ruby/test_file_exhaustive.rbYusuke Endoh
2024-08-03Reduce noise in object generation count testsYusuke Endoh
2024-08-03Show where objects were allocated on allocation count testsYusuke Endoh
2024-08-02Show what objects were actually allocated on allocation count testsYusuke Endoh
2024-07-30Move incorrectly placed testsPeter Zhu
2024-07-30Fix ceil when ndigits is largePeter Zhu
2024-07-30Fix floor when ndigits is largePeter Zhu
2024-07-30Fix wrong unreachable chunk remove when jump destination label is unremovabletomoya ishida
2024-07-30Add array test cases for `TestParse#test_define_singleton_error`yui-knk
2024-07-29Revert moving things to RubyAaron Patterson
2024-07-29Expand opt_newarray_send to support Array#pack with buffer keyword argRandy Stauner
2024-07-26Fix memory leak in String#start_with? when regexp times outPeter Zhu
2024-07-25Fix test_kwarg_eval_memory_leakPeter Zhu
2024-07-25Fix memory leak in Regexp capture group when timeoutPeter Zhu