summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-04-02[ruby/prism] Be explicit in tests which files `parser` can't parseEarlopain
2025-04-02[ruby/prism] Fix parser translator when splatting in pattern matching pinEarlopain
2025-04-02Fixup comment for Windows platform, not SolarisHiroshi SHIBATA
2025-04-02Removed Solaris conditions from test filesHiroshi SHIBATA
2025-04-01[Bug #21203] Skip TestGc#test_gc_parameter_init_slots since it is flaky (#13025)Naoto Ono
2025-04-01[rubygems/rubygems] Bump up minimum required version for cmake 4Hiroshi SHIBATA
2025-03-31ractor: don't inherit the default thread groupJean Boussier
2025-03-31[ruby/json] Remove caller location assertionsJean Boussier
2025-03-31Revert "Relax assertion pattern for ruby repo"Hiroshi SHIBATA
2025-03-30[ruby/prism] Fix parser translator when pinning hash with string keysEarlopain
2025-03-30[ruby/prism] Accept a newline after the defined? keywordKevin Newton
2025-03-30[ruby/openssl] Skip PKCS7 with indefinite length test in AWS-LCSamuel Chiang
2025-03-29[Bug #21202] Fix wrong token concat while tokenizing nested unterminated here...tomoya ishida
2025-03-28TestRegexp#test_match_cache_positive_look_ahead_complex: Extend the timeout l...Yusuke Endoh
2025-03-28[ruby/etc] Skip TestEtc#test_ractor_parallel on ModGC workflowNaoto Ono
2025-03-28Relax assertion pattern for ruby repoHiroshi SHIBATA
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