summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-09-08ZJIT: Fix backtraces on opt_new (#14461)Takashi Kokubun
2025-09-08ZJIT: Add --zjit-stats=quiet option to collect stats without printing (#14467)Randy Stauner
2025-09-08Align the conditions for did_you_meanNobuyoshi Nakada
2025-09-08Remove debug codeNobuyoshi Nakada
2025-09-08Debug: More inspectionsNobuyoshi Nakada
2025-09-08Debug for sporadical failures on RubyCINobuyoshi Nakada
2025-09-08Allow IO#each_codepoint to work with unetc even when encoding conversion activeYO4
2025-09-07Make invalid & operator type error message consistent with */**Jeremy Evans
2025-09-06Increase the rehearsal countNobuyoshi Nakada
2025-09-05ZJIT: Fix tests for ZJIT (#14460)Takashi Kokubun
2025-09-05test_gem_command_manager.rb: Fix the environment variableTakashi Kokubun
2025-09-05test_gem_command_manager.rb: Skip an unstable test for ruby/rubyTakashi Kokubun
2025-09-05ZJIT: Stop optimizing toplevel locals (#14458)Takashi Kokubun
2025-09-05ZJIT: Invalidate local variables on EP escape (#14448)Takashi Kokubun
2025-09-05ZJIT: Remove unneeded tracing and thread test exclusions (#14453)Stan Lo
2025-09-05[rubygems/rubygems] Add gem sources --prepend and --append for finer source c...Martin Emde
2025-09-05[rubygems/rubygems] Fix "did you mean" suggestions for unknown commandsDavid Rodríguez
2025-09-04ZJIT: Compile invokesuper with dynamic dispatch (#14444)Takashi Kokubun
2025-09-04ZJIT: Add patchpoint for TracePoint (#14420)Stan Lo
2025-09-04ZJIT: Support compiling ISEQs for opt_pc = 0 (#14441)Takashi Kokubun
2025-09-03Revert "test_gc.rb: Attempt to stabilize test_interrupt_in_finalizer"Takashi Kokubun
2025-09-03ZJIT: Handle `opt_case_dispatch` insn (#14433)Stan Lo
2025-09-03Use Time.new because JSON.unsafe_load losts fractions of a second andHiroshi SHIBATA
2025-09-03[ruby/json] Added testing for JSON.unsafe_load. Fixes NoMethodErrorRobin Miller
2025-09-03[ruby/json] Ensure the SWAR encoder in the java extension checks every byte.Scott Myron
2025-09-03[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-09-03[rubygems/rubygems] Warn when trying to remove a default source that's the on...David Rodríguez
2025-09-03[rubygems/rubygems] Improve error output when removing a source through `gem ...David Rodríguez
2025-09-03[rubygems/rubygems] Change more source tests to act on configured sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Fix trailing slashes not considered when removing sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Change trailing slash test to not work on default sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Refactor duplicated test logicDavid Rodríguez
2025-09-03[rubygems/rubygems] Simplify test for trailing slash handling when adding sou...David Rodríguez
2025-09-03[rubygems/rubygems] Add missing `gem sources --remove` testDavid Rodríguez
2025-09-03[rubygems/rubygems] Let `gem sources` be more clear about which sources it's ...David Rodríguez
2025-09-03[rubygems/rubygems] Improve source list management testingDavid Rodríguez
2025-09-02test_io_wait.rb: Increase a timeout for a flaky testTakashi Kokubun
2025-09-02ext/-test-/tracepoint/gc_hook.c: Fix GC safety issueAlan Wu
2025-09-02ZJIT: Remove unneeded test exclusions (#14430)Stan Lo
2025-09-02test_gc.rb: Attempt to stabilize test_interrupt_in_finalizerTakashi Kokubun
2025-09-02test_settracefunc.rb: Increase a timeoutTakashi Kokubun
2025-09-02ZJIT: Clear jit entry from iseqs after TracePoint activation (#14407)Stan Lo
2025-09-02ZJIT: NewRangeFixnum instruction (#14409)André Luiz Tiago Soares
2025-09-02test_socket.rb: Permit ProxyError for WindowsTakashi Kokubun
2025-09-02test_thread_cv.rb: Increase a timeout for a thread testTakashi Kokubun
2025-09-02test_transcode.rb: Increase a timeout for Ractor testsTakashi Kokubun
2025-08-30Initialize class dup/clone before calling initialize_dup/initialize_cloneJeremy Evans
2025-08-30Add NODE SCLASS locationsS-H-GAMELINKS
2025-08-29ZJIT: Specialize monomorphic GetIvar (#14388)Max Bernstein
2025-08-29ZJIT: Remove special case for defined?(method call) (#14401)Max Bernstein