summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-04-02Fix random timeout in test_thread_join_during_finalizers on Windows (#16650)Takashi Kokubun
2026-04-02Relax RSS limit in test_named_structs_are_not_rootedTakashi Kokubun
2026-04-02Fix random Broken pipe error in TestOpenURI#test_read_timeoutTakashi Kokubun
2026-04-02Prism: Close the open file once finished readingNobuyoshi Nakada
2026-04-02[Bug #21974] Fix RubyVM::AST inspection for ::Foo = 1 (#16642)Andrii Furmanets
2026-04-01Use compile-time flag to indicate dynamic CREFsJohn Hawthorn
2026-04-02Fix `TestSocket#test_bintime`Nobuyoshi Nakada
2026-04-02[ruby/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2026-04-02[ruby/rubygems] Handle empty result gracefully in gem pristine --only-missing...Hiroshi SHIBATA
2026-04-02[ruby/rubygems] Skip missing_extensions? check on JRubyHiroshi SHIBATA
2026-04-01Fix class variable cache not invalidated by class_variable_setJohn Hawthorn
2026-04-01[ruby/prism] Emit `on_kw` for ripperEarlopain
2026-04-01Refactor socket timestamp testsNobuyoshi Nakada
2026-04-01Fix sending backtraces across ractorsJean Boussier
2026-04-01[ruby/rubygems] Honor explicit --attestation option regardless of platform an...Hiroshi SHIBATA
2026-04-01[ruby/rubygems] Reverse to use attestation conditionHiroshi SHIBATA
2026-04-01[ruby/rubygems] Omit tests of auto-attestation with JRubyHiroshi SHIBATA
2026-04-01[ruby/rubygems] Use Tempfile for auto-attestation bundles and clean up after usecopilot-swe-agent[bot]
2026-04-01[ruby/rubygems] Remove raise from stub to rely on flag for test assertionscopilot-swe-agent[bot]
2026-04-01[ruby/rubygems] Add test coverage for skipping auto-attestationcopilot-swe-agent[bot]
2026-04-01[ruby/rubygems] Added test for auto-attestationHiroshi SHIBATA
2026-03-31set: fix Set#to_set block behavior and add regression testRandy Stauner
2026-03-31vm: avoid allocator lookup for singleton class initialize methodsRandy Stauner
2026-03-31[ruby/openssl] test_pkey_rsa.rb: Fix test_private_encoding_encrypted in OpenS...Jun Aruga
2026-03-31[ruby/openssl] ssl: fix test_tmp_dh and test_tmp_dh_callback with OpenSSL 4.0Kazuki Yamaguchi
2026-03-30ZJIT: Skip TestOpenURIProxy on Linux (#16606)Takashi Kokubun
2026-03-30ZJIT: Skip TestOpenURI and TestOpenURISSL (#16603)Takashi Kokubun
2026-03-30[Feature #19107] parse.y: Allow trailing comma in method signatureNobuyoshi Nakada
2026-03-30ZJIT: Remove side-exit locations dump after testNobuyoshi Nakada
2026-03-30Introduce GC.stat_heap(:heap_allocatable_slots)Matt Valentine-House
2026-03-30Replace heap_init_slots array with single heap_init_bytes targetMatt Valentine-House
2026-03-29Ensure safe handling of `IO::Buffer#hexdump` width. (#16593)Samuel Williams
2026-03-28[ruby/strscan] Implement StringScanner for TruffleRuby in pure RubyBenoit Daloze
2026-03-27ZJIT: Recompile sends with literal blocks via exit profilingTakashi Kokubun
2026-03-27[ruby/prism] Remove unused variable in testsBenoit Daloze
2026-03-27Revert "Reapply "[Feature #6012] Extend `source_location` for end position"Benoit Daloze
2026-03-27[ruby/prism] Also handle string conversion in `Ripper.lex`Earlopain
2026-03-27[ruby/prism] Implement various string start/end events for ripperEarlopain
2026-03-27[ruby/openssl] Fix potential UAF in ossl_crypto_fixed_length_secure_compareapocalypse9949
2026-03-27[ruby/json] Fix json generation for symbols on TruffleRubyRandy Stauner
2026-03-27Fix performance of fiber pool stack tests. (#16570)Samuel Williams
2026-03-26[ruby/rubygems] Better algorithm for sorting gem version:Edouard CHIN
2026-03-26Increase UDP nonblock test timeout to avoid CI flakes (#16569)Takashi Kokubun
2026-03-26[ruby/prism] Fix `Source.offsets` with `freeze: true`Earlopain
2026-03-26[ruby/json] Keep Integer#to_json optimized and adapt the testBenoit Daloze
2026-03-26[ruby/rubygems] Move SimpleCov setup before test-unit to fix at_exit orderingHiroshi SHIBATA
2026-03-26Run GC if fiber pool expansion fails. (#16535)Samuel Williams
2026-03-26[ruby/rubygems] Skip flaky test_with_webauthn_enabled_failure on TruffleRuby ...Hiroshi SHIBATA
2026-03-26[ruby/rubygems] Register native extension files in default spec mapHiroshi SHIBATA
2026-03-26Fix test_thread_join_during_finalizers failure on mmtk GC (#16559)Takashi Kokubun