summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2022-07-28Fix the missing bracketsHiroshi SHIBATA
2022-07-28test_io_console.rbL399 is also randomly failing same as bfc697f1e26f1406c45ec...Hiroshi SHIBATA
2022-07-27Try reproducing the MinGW hang on time command (#6168)Takashi Kokubun
2022-07-26Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo
2022-07-26[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-07-26[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-07-25Wait the test thread to sleepNobuyoshi Nakada
2022-07-25Synchronize the test thread sleepNobuyoshi Nakada
2022-07-23[rubygems/rubygems] Display mfa warnings on gem signinAshley Ellis Pierce
2022-07-22[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st0012