summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-03-28[ruby/json] Add missing assert_deprecated_warningJean Boussier
2025-03-28[ruby/json] Move `create_addtions` logic in Ruby.Jean Boussier
2025-03-28[ruby/json] JSON.load invoke the proc callback directly from the parser.Jean Boussier
2025-03-28[ruby/json] Remove `Class#json_creatable?` monkey patch.Jean Boussier
2025-03-28[ruby/json] Cleanup JSON.pretty_generateJean Boussier
2025-03-28[ruby/json] Deprecate `JSON.fast_generate`Jean Boussier
2025-03-27Avoid allocation for anonymous positional splat with no argumentsJeremy Evans
2025-03-27[ruby/etc] Attempt to re-enable TestEtc#test_ractor_parallelBenoit Daloze
2025-03-27[ruby/etc] Speedup TestEtc#test_ractor_parallelBenoit Daloze
2025-03-27[ruby/etc] Increase timeout for test_ractor_parallelBenoit Daloze
2025-03-27[ruby/prism] Move snapshotsKevin Newton
2025-03-27Avoid array allocation for *nil, by not calling nil.to_aJeremy Evans
2025-03-27[ruby/psych] Format Date in ISO-8601 explicitlyNobuyoshi Nakada
2025-03-27Skip TestThreadInstrumentation#test_sleeping_inside_ractor on ModGC workflow ...Naoto Ono
2025-03-27[rubygems/rubygems] Have "gem exec" sort executable names in error message.Ellen Marie Dash
2025-03-27Pend a test for ractor in etcYusuke Endoh
2025-03-27Removed trailing spacesHiroshi SHIBATA
2025-03-27Faster integer formattingeno
2025-03-27[ruby/json] Deprecate all `*_default_options`Jean Boussier
2025-03-26Add additional Ractor.make_shareable testsJohn Hawthorn
2025-03-25[ruby/etc] Etc.sysconfdir does not work in a RactorBenoit Daloze
2025-03-25[ruby/etc] Most Etc methods are not Ractor-safe currentlyBenoit Daloze
2025-03-24[ruby/json] Adjust fpconv to add ".0" to integerseno
2025-03-24[rubygems/rubygems] Default to a SOURCE_DATE_EPOCH of 315619200, to simplify ...Ellen Marie Dash
2025-03-24[rubygems/rubygems] Let `gem exec` raise an error in ambiguous casesDavid Rodríguez
2025-03-23Add test for Ractor safety (#11762)Mohamed Hafez
2025-03-23Fix handling of `error`/`errno` in `io_internal_wait`. (#12961)Samuel Williams
2025-03-21Fix regexp when non-ruby thread received the signalNobuyoshi Nakada
2025-03-21Run cleanup code in `ensure`Nobuyoshi Nakada
2025-03-20[ruby/prism] Fix fork check in ractor_test.rbBenoit Daloze
2025-03-20[ruby/prism] Update ractor_test.rb per reviewKevin Newton
2025-03-20[ruby/prism] Add `Prism::Translation::ParserCurrent`Earlopain
2025-03-20Remove leading `nop` from block when we don't need itAaron Patterson
2025-03-20[ruby/prism] Dynamically register events to dispatchSam Bostock
2025-03-20Close reader pipesNobuyoshi Nakada
2025-03-20[Bug #21026] no singleton method on pseudo variable literalNobuyoshi Nakada
2025-03-19[ruby/prism] Mark Prism as ractor-safeKevin Newton
2025-03-19[ruby/prism] Warn when the parser translator receives an incompatible builder...Earlopain
2025-03-19A comment for TestRubyOptions::ExpectedStderrList [ci skip]Nobuyoshi Nakada
2025-03-19Source path may or may not existNobuyoshi Nakada
2025-03-19Loosen SEGV message testingYusuke Endoh
2025-03-18Handle void expressions in defined?Kevin Newton
2025-03-18[ruby/prism] Update truffleruby versionKevin Newton
2025-03-18[ruby/prism] Add a multiple statements flag to parenthesesKevin Newton
2025-03-18[ruby/prism] Only unnest parser mlhs nodes when no rest argument is providedEarlopain
2025-03-18[ruby/prism] Fix parser translator multiline interpolated symbolsEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Allow to test a custom fixtures path during testingEarlopain
2025-03-18[ruby/prism] Use Set.new over to_setKevin Newton
2025-03-18[ruby/prism] Fix parser translator crash for certain octal escapesEarlopain