summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2025-11-13[Bug #21683] Respect reading encoding at `each_codepoint`Nobuyoshi Nakada
2025-11-12[Bug #21680] Fix (base**power_of_two).digits(base) bug (#15144)tomoya ishida
2025-11-11test_ractor.rb: Delete unnecessary GC.stress fiddlingAlan Wu
2025-11-11[Bug #21666] Get rid of use of unspecified valuesNobuyoshi Nakada
2025-11-10ZJIT: Set cfp->sp on leaf calls with GC (#15137)Takashi Kokubun
2025-11-10Add test for [Bug #21265]Alan Wu
2025-11-11Revert "ns_subclasses refcount accesses need to be atomic (#15083)" (#15138)Luke Gruber
2025-11-09[Bug #21673] Fix resolving refined module-defined methodNobuyoshi Nakada
2025-11-07Don't modify fstrings in rb_str_tmp_frozen_no_embed_acquireJohn Hawthorn
2025-11-07Depricate IO operation with `|`Nobuyoshi Nakada
2025-11-07Apply renaming to Ruby::Box in test codesSatoshi Tagomori
2025-11-07Re-rename files wrongly renamedSatoshi Tagomori
2025-11-07rename namespace.c (and others) to box.cSatoshi Tagomori
2025-11-07Add namespace tests about global variables, toplevel methodsSatoshi Tagomori
2025-11-06ns_subclasses refcount accesses need to be atomic (#15083)Luke Gruber
2025-11-05Extend timeout for unstable testsTakashi Kokubun
2025-11-04ZJIT: Add test to reproduce binarytrees crash (#15054)Randy Stauner
2025-11-04Release VM lock before running finalizers (#15050)Luke Gruber
2025-11-03ZJIT: Inline String#bytesize (#15033)Max Leopold
2025-11-03ZJIT: Implement include_p for opt_(new|dup)array_send YARV insns (#14885)Randy Stauner
2025-11-03pend on Windows for timeoutsSatoshi Tagomori
2025-11-03Use CFUNC namespace only for IFUNC frames, its behavior should be unchangedSatoshi Tagomori
2025-11-03Add flag to ignore EXPERIMENTAL warningsSatoshi Tagomori
2025-11-03No need to call rb_define_class/module_under_idSatoshi Tagomori
2025-11-03Add basic namespace testsSatoshi Tagomori
2025-11-01Fix memory leak in String#encode when StringValue raisesPeter Zhu
2025-10-31Fix initialization of the table for quick searchK.Takata
2025-10-31[Bug #13671] Fix that "ss" in look-behind causes syntax errorK.Takata
2025-10-29Fix memory leak in String#encode when fallback too bigPeter Zhu
2025-10-29Use the given `TMPDIR`Nobuyoshi Nakada
2025-10-29Clean extension libraries copied for the namespaceNobuyoshi Nakada
2025-10-28Fix flaky require testLuke Gruber
2025-10-28Add a custom error class to TestString#test_encode_fallback_raise_memory_leakPeter Zhu
2025-10-28Fix TestString#test_encode_fallback_raise_memory_leakPeter Zhu
2025-10-28ZJIT: Call test again after profiling itTakashi Kokubun
2025-10-28ZJIT: Specialize Array#pop for no argument case (#14933)Aiden Fox Ivey
2025-10-27Correctly compile splats in for-loop index in prismEarlopain
2025-10-27Fix segfault when moving nested objects between ractors during GCJoshua Young
2025-10-26Add several very basic tests to be run with RUBY_NAMESPACE=1 on CISatoshi Tagomori
2025-10-25Remove automatically set environment variablesNobuyoshi Nakada
2025-10-25Add configured environment variables firstNobuyoshi Nakada
2025-10-24Fix memory leak of transcoding when fallback raisesPeter Zhu
2025-10-23ZJIT: Add tests for non-leaf classvar get and set (#14924)Daniel Colson
2025-10-22ZJIT: Implement classvar get and set (#14918)Daniel Colson
2025-10-22ZJIT: Inline Kernel#block_given? (#14914)Max Bernstein
2025-10-22Improve test_fixnum_{and,or}* by checking all results and using more interest...Benoit Daloze
2025-10-22ZJIT: Inline Fixnum#^Benoit Daloze
2025-10-20ZJIT: Implement expandarray (#14847)Max Bernstein
2025-10-20[Bug #21644] compile.c: fix `newrange` INSN peephole optimization for chilled...viralpraxis
2025-10-15Fix assert_equal order in test_namespace.rbPeter Zhu