summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-03-26Fix test_thread_join_during_finalizers failure on mmtk GC (#16559)Takashi Kokubun
2026-03-26[ruby/json] Avoid method redefinition warnings in test_broken_bignumJean Boussier
2026-03-26[ruby/json] test_broken_bignum: avoid fork and subprocess for robustnessTakashi Kokubun
2026-03-26[ruby/json] Generate non-frozen strings on TruffleRuby for consistencyRandy Stauner
2026-03-25test/socket: rescue Errno::ENOBUFS in test_udp_server (#16553)Takashi Kokubun
2026-03-25[ruby/rubygems] Fallback to copy symlinks on WindowsLars Kanis
2026-03-25Don't pass singleton to TypedData_Make_StructJohn Hawthorn
2026-03-25[ruby/json] Release 2.19.3Jean Boussier
2026-03-25[ruby/json] Fix handling of unescaped control characters preceeded by a backs...Jean Boussier
2026-03-25[ruby/rubygems] Skip flaky test_with_webauthn_enabled_failure on TruffleRubyHiroshi SHIBATA
2026-03-25Freeze all instances of Regexp, except subclass instancesBenoit Daloze
2026-03-25[ruby/resolv] Increase DNS resolver timeouts inTakashi Kokubun
2026-03-24ZJIT: Dump side-exit locations in Fuchsia trace format (#16470)Max Bernstein
2026-03-24[ruby/prism] More gracefully handle interpolated keys in hpnKevin Newton
2026-03-24[PRISM] Replace MissingNode with ErrorRecoveryNodeKevin Newton
2026-03-24[ruby/prism] Visit block locals in lambda definitionsEarlopain
2026-03-24[ruby/prism] Fix double-visiting on some constant path node typesEarlopain
2026-03-24[ruby/prism] Emit `on_comment` with a newline when availableEarlopain
2026-03-24[ruby/prism] Add a test for ripper eventsEarlopain
2026-03-24marshal.c: properly freeze linked stringsJean Boussier
2026-03-24Make `Data#initialize` reject `Integer` keysNobuyoshi Nakada
2026-03-24Improve missing keyword detection in Data#initializeJunichi Ito
2026-03-24[Feature #21932] Add `MatchData#get_int`Nobuyoshi Nakada
2026-03-20[ruby/prism] Prism.findKevin Newton
2026-03-20[ruby/rubygems] Introduce a fast for comparing Gem::Version:Edouard CHIN
2026-03-18[ruby/json] Fix a format string injection vulnerabilityJean Boussier
2026-03-18Manually sync prismEarlopain
2026-03-18Fix race condition in test_condvar_wait_and_broadcast (#16442)Takashi Kokubun
2026-03-18[ruby/rubygems] Fix and improve tests for source URI trailing slash normaliza...Hiroshi SHIBATA
2026-03-18[ruby/rubygems] spec: Add missing bad uri test for prepend for gem sourcesMatthias Zirnstein
2026-03-18[ruby/rubygems] fix: Ensure trailing slash is added to source URIs added via ...Matthias Zirnstein
2026-03-17Simplify subclasses list, remove from BoxJohn Hawthorn
2026-03-17[Feature #21520] Rename Enumerator::Lazy#tee to #tap_eachNuzair46
2026-03-17[ruby-core:122847] Implements `Enumerator::Lazy#tee`Red
2026-03-17[ruby/rubygems] Fix NoMethodError in Gem.try_activate when activation conflic...Hiroshi SHIBATA
2026-03-17[ruby/rubygems] fix: include owner role in `gem owner`Garen J. Torikian
2026-03-17[ruby/rubygems] Refactor validate_tag! to enforce permitted_classes consisten...Hiroshi SHIBATA
2026-03-17[ruby/rubygems] Fix Bundler crashing when installing very old gems:Edouard CHIN
2026-03-16Include free_immediately: false in heap dumpsJohn Hawthorn
2026-03-16YJIT: Fix not reading locals from `cfp->ep` after `YJIT.enable` and exception...Alan Wu
2026-03-16[ruby/rubygems] Disable coverage collection in ruby/ruby repositoryHiroshi SHIBATA
2026-03-16[ruby/rubygems] Always collect code coverage for rubygems testsHiroshi SHIBATA
2026-03-16[ruby/rubygems] Remove outdated which command isolation workaroundAndrii Furmanets
2026-03-16[ruby/rubygems] Fix which command test isolationAndrii Furmanets
2026-03-13Bump timeout for TestGC#test_finalizer_not_run_with_vm_lockLuke Gruber
2026-03-12[ruby/rubygems] Raise an error when building a gem that has a self reference:Edouard CHIN
2026-03-12[ruby/rubygems] Update load_yaml test helper to use safe_loadJohn Hawthorn
2026-03-12[ruby/rubygems] Unpend owner_command testJohn Hawthorn
2026-03-12[ruby/rubygems] Add test for !binary tag in sequence item inlinecopilot-swe-agent[bot]
2026-03-12[ruby/rubygems] Support YAML 1.1 !binary tag in YAMLSerializerlolwut