summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-04-09Update tests for new pool layoutMatt Valentine-House
2026-04-09Introduce power-of-two size poolsMatt Valentine-House
2026-04-09Rename SIZE_POOL_COUNT to HEAP_COUNT in testsMatt Valentine-House
2026-04-09[ruby/prism] Reject `return` and similar with block pass argumentEarlopain
2026-04-09mkmf: skip if C++ compiler not foundNobuyoshi Nakada
2026-04-09[Bug #21986] Fix location of numeric literalNobuyoshi Nakada
2026-04-09mkmf: cpp_command in C++ modeNobuyoshi Nakada
2026-04-08[Bug #21985] Include the `-` in the negative numbers locationNobuyoshi Nakada
2026-04-08Fix the order of `assert_equal` argumentsNobuyoshi Nakada
2026-04-08[ruby/rubygems] Use distinct gemspec filenames in stub_with_version and stub_...copilot-swe-agent[bot]
2026-04-08[ruby/rubygems] Fix gemspec filename inconsistencies in stub_with_version and...copilot-swe-agent[bot]
2026-04-08[ruby/rubygems] Fix test_execute_allowed_push_host response message to match ...copilot-swe-agent[bot]
2026-04-07Allow sharing middlesubstring if the terminator is presentJean Boussier
2026-04-07[Bug #21983] Make `&nil` distinguishable from nonexistent block argNobuyoshi Nakada
2026-04-06[ruby/prism] Implement `on_op` for ripperEarlopain
2026-04-06[ruby/resolv] Refine `Resolv::LOC::Alt#to_s`Nobuyoshi Nakada
2026-04-06[ruby/resolv] Tighten argument check in `Resolv::LOC::Alt.create`Nobuyoshi Nakada
2026-04-06[ruby/resolv] Fix centimeters representation in `Resolv::LOC::Size#to_s`Nobuyoshi Nakada
2026-04-06[ruby/resolv] Tighten argument check in `Resolv::LOC::Size.create`Nobuyoshi Nakada
2026-04-06[ruby/resolv] Fix subsecond representation in `Resolv::LOC::Coord#to_s`Nobuyoshi Nakada
2026-04-06[ruby/resolv] Tighten argument check in `Resolv::LOC::Coord.create`Nobuyoshi Nakada
2026-04-06[ruby/resolv] Fix `Resolv::LOC::Coord` hemisphere calculationNobuyoshi Nakada
2026-04-05[ruby/prism] Adapt `ParametersNode#signature` to `ErrorRecoveryNode`Earlopain
2026-04-03Fix bug reference number and tracker ID to match Bug #21342Hiroshi SHIBATA
2026-04-03Fix typo "rescured" to "rescued"Hiroshi SHIBATA
2026-04-02Revert "ZJIT: Skip TestOpenURI and TestOpenURISSL (#16603)"Alan Wu
2026-04-02Revert "ZJIT: Skip TestOpenURIProxy on Linux (#16606)"Alan Wu
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