summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistency with opt_aref_withJohn Hawthorn2022-08-041-0/+14
* [rubygems/rubygems] Fix unused variable warningDavid Rodríguez2022-08-051-1/+1
* [rubygems/rubygems] Warn dangling symlinksDavid Rodríguez2022-08-042-1/+26
* Harden Queue#pop timeout testsJean Boussier2022-08-031-6/+6
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-08-0310-20/+20
* [rubygems/rubygems] fix platform matching for index specsIlya Dyakonov2022-08-032-1/+14
* [rubygems/rubygems] Warn (rather than crash) when setting `nil` specification...David Rodríguez2022-08-033-5/+27
* Implement Queue#pop(timeout: sec)Jean Boussier2022-08-022-11/+45
* [Bug #17767] Now `ENV.clone` raises `TypeError` as well as `ENV.dup`Nobuyoshi Nakada2022-08-021-42/+6
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-08-022-5/+5
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-08-022-5/+5
* respect current frame of `rb_eval_string`Koichi Sasada2022-08-011-0/+12
* Implement Enumerator::Product and Enumerator.product [Feature #18685]Akinori MUSHA2022-07-301-0/+38
* [ruby/rdoc] Fix blockquote with word in verbatimNobuyoshi Nakada2022-07-301-0/+9
* [flori/json] test parsing of unicode, mixing literal characters with escapedEthan2022-07-291-0/+4
* [ruby/optparse] Also accept '-' as an optional argument (https://github.com/r...konsolebox2022-07-291-0/+6
* [ruby/rdoc] Fix formatting blockquote in verbatimNobuyoshi Nakada2022-07-291-0/+11
* Revert "Try reproducing the MinGW hang on time command (#6168)"Takashi Kokubun2022-07-281-0/+7
* YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper2022-07-281-0/+16
* Skip randomly failing tests with FreeBSD 12Hiroshi SHIBATA2022-07-282-0/+8
* Fix the missing bracketsHiroshi SHIBATA2022-07-281-1/+1
* test_io_console.rbL399 is also randomly failing same as bfc697f1e26f1406c45ec...Hiroshi SHIBATA2022-07-281-1/+1
* Try reproducing the MinGW hang on time command (#6168)Takashi Kokubun2022-07-271-7/+0
* Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo2022-07-261-0/+24
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-07-262-7/+7
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-07-262-7/+7
* Wait the test thread to sleepNobuyoshi Nakada2022-07-251-8/+2
* Synchronize the test thread sleepNobuyoshi Nakada2022-07-251-1/+8
* [rubygems/rubygems] Display mfa warnings on gem signinAshley Ellis Pierce2022-07-231-2/+16
* [ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st00122022-07-222-13/+13
* [rubygems/rubygems] Use `SystemExit#status` as `exit_code`Nobuyoshi Nakada2022-07-221-0/+6
* RubyGems: Enable Style/StringLiterals copTakuya Noguchi2022-07-22149-5917/+5917
* Dump non-ASCII char as unsignedNobuyoshi Nakada2022-07-221-0/+15
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-1/+15
* Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier2022-07-211-13/+0
* objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier2022-07-211-0/+13
* Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans2022-07-211-15/+1
* Do not have class/module keywords look up ancestors of ObjectJeremy Evans2022-07-212-2/+15
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-1/+15
* Make String#each_line work correctly with paragraph separator and chompJeremy Evans2022-07-211-6/+11
* [ruby/digest] Ignore test_ractor.rb on non-Ractor rubyNobuyoshi Nakada2022-07-211-5/+1
* [ruby/digest] Find an available digest algorithm to testNobuyoshi Nakada2022-07-211-4/+9
* Ensure _id2ref finds symbols with the correct typeDaniel Colson2022-07-201-0/+5
* Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs2022-07-202-0/+9
* [rubygems/rubygems] Fix `ruby setup.rb --destdir /foo` modifying global specsDavid Rodríguez2022-07-201-0/+8
* [rubygems/rubygems] Refactor destdir checksDavid Rodríguez2022-07-201-2/+6
* [rubygems/rubygems] More cleanupDavid Rodríguez2022-07-201-18/+18
* [rubygems/rubygems] Unify common logicDavid Rodríguez2022-07-201-8/+12
* [rubygems/rubygems] Fix casing typo when resetting `RbConfig::CONFIG["ENABLE_...David Rodríguez2022-07-201-2/+2
* [Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada2022-07-202-5/+17