summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-08-17Fix flaky test for GC thrashingPeter Zhu
2022-08-16[ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`Jean Boussier
2022-08-16Update the excluding message for Psych [ci skip]Nobuyoshi Nakada
2022-08-15Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn
2022-08-15Add test for GC thrashing of young object creationPeter Zhu
2022-08-15[ruby/rinda] Handle situations where IPv4 multicast is not availableJeremy Evans
2022-08-12[Bug #18962] Do not read again once reached EOFNobuyoshi Nakada
2022-08-12Remove Numeric#ceildivKouhei Yanagita
2022-08-12Add Numeric#ceildiv and Integer#ceildivKouhei Yanagita
2022-08-12Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada
2022-08-11Fix inspect for unicode codepoint 0x85Jeremy Evans
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans
2022-08-10Revert "Add {Method,UnboundMethod}#{public?,private?,protected?}"Jeremy Evans
2022-08-10[ruby/error_highlight] Make backtrace_location keyword workYusuke Endoh
2022-08-10[ruby/error_highlight] Make ErrorHighlight.spot accept Exception (https://git...Yusuke Endoh
2022-08-09Merge rubygems/bundler HEAD.Hiroshi SHIBATA
2022-08-09[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-08-09Tentatively exclude the test that triggers ruby/psych#572Nobuyoshi Nakada
2022-08-09[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-08-09[ruby/psych] Raise specific error when an anchor isn't definedAlexander Momchilov
2022-08-09[ruby/psych] Update to squiggly heredocs in the fileAlexander Momchilov
2022-08-09[ruby/psych] Add test for missing anchorAlexander Momchilov
2022-08-09[ruby/psych] Add test for anchor reuseAlexander Momchilov
2022-08-09[ruby/psych] Raise specific error when aliases are not enabledAlexander Momchilov
2022-08-09[ruby/psych] Don't hardcode expected alias namesAlexander Momchilov
2022-08-09[ruby/psych] Test that recursive refs dump as aliasesAlexander Momchilov
2022-08-09[ruby/psych] Clarify tests about parsing aliasesAlexander Momchilov
2022-08-08[ruby/date] Fix Time#to_datetime before calendar reformNobuyoshi Nakada
2022-08-08[ruby/rdoc] Allow multiple footnotes without in-between blank linesNobuyoshi Nakada
2022-08-05[rubygems/rubygems] Include backtrace with crashes by defaultDavid Rodríguez
2022-08-04Fix inconsistency with opt_aref_withJohn Hawthorn
2022-08-05[rubygems/rubygems] Fix unused variable warningDavid Rodríguez
2022-08-04[rubygems/rubygems] Warn dangling symlinksDavid Rodríguez
2022-08-03Harden Queue#pop timeout testsJean Boussier
2022-08-03Merge rubygems/bundler HEADHiroshi SHIBATA
2022-08-03[rubygems/rubygems] fix platform matching for index specsIlya Dyakonov
2022-08-03[rubygems/rubygems] Warn (rather than crash) when setting `nil` specification...David Rodríguez
2022-08-02Implement Queue#pop(timeout: sec)Jean Boussier
2022-08-02[Bug #17767] Now `ENV.clone` raises `TypeError` as well as `ENV.dup`Nobuyoshi Nakada
2022-08-02[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-08-02[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-08-01respect current frame of `rb_eval_string`Koichi Sasada
2022-07-30Implement Enumerator::Product and Enumerator.product [Feature #18685]Akinori MUSHA
2022-07-30[ruby/rdoc] Fix blockquote with word in verbatimNobuyoshi Nakada
2022-07-29[flori/json] test parsing of unicode, mixing literal characters with escapedEthan
2022-07-29[ruby/optparse] Also accept '-' as an optional argument (https://github.com/r...konsolebox
2022-07-29[ruby/rdoc] Fix formatting blockquote in verbatimNobuyoshi Nakada
2022-07-28Revert "Try reproducing the MinGW hang on time command (#6168)"Takashi Kokubun
2022-07-28YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper
2022-07-28Skip randomly failing tests with FreeBSD 12Hiroshi SHIBATA