summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/readline-ext] Omit Editline on without tty testaycabta2021-09-031-0/+1
* Fix typo in test namePeter Zhu2021-09-021-1/+1
* [ruby/irb] Detect the variable class to show docaycabta2021-09-021-0/+6
* [ruby/reline] Fix a crash when completing empty lineaycabta2021-09-021-0/+13
* [ruby/reline] Fix a crash when completing after 2nd lineaycabta2021-09-022-0/+19
* Refined test [Bug #18140]Nobuyoshi Nakada2021-09-021-1/+4
* Guard array when appendingAaron Patterson2021-09-011-0/+20
* Stop stale tests [Bug #9718]Nobuyoshi Nakada2021-09-021-0/+1
* Test against the target classNobuyoshi Nakada2021-09-021-2/+2
* Guard array when appendingAaron Patterson2021-09-021-0/+6
* [ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_optionsaycabta2021-09-022-58/+58
* Add a test for Readline.readline without ttyaycabta2021-09-011-0/+14
* Revert "Omit some tests until debugging is complete"aycabta2021-08-311-5/+0
* [ruby/psych] Replace A-Za-z with [:alpha:]jory-graham2021-08-311-0/+22
* [ruby/psych] Add quotes to the strings "y" and "n"Aaron Patterson2021-08-311-0/+13
* [ruby/psych] add more testsAlexandr Opak2021-08-311-2/+6
* [ruby/psych] fix typoAlexandr Opak2021-08-311-2/+2
* [ruby/psych] fix parsing integer values with '_' at the endAlexandr Opak2021-08-311-1/+8
* [ruby/psych] Improve float scalar scannerTomer Brisker2021-08-311-0/+12
* [rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez2021-08-313-61/+32
* [rubygems/rubygems] Remove unnecessary testsDaniel Niknam2021-08-311-36/+0
* [rubygems/rubygems] Remove @credential_redacted instance variableDaniel Niknam2021-08-311-28/+0
* [rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam2021-08-316-11/+11
* [rubygems/rubygems] Remove defensive guardsDaniel Niknam2021-08-311-8/+0
* [rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam2021-08-311-9/+9
* [rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam2021-08-316-11/+41
* [rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam2021-08-311-4/+30
* [rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam2021-08-311-0/+25
* [rubygems/rubygems] Introduce `Gem::PrintableUri` that would redact URIs to b...Daniel Niknam2021-08-311-0/+116
* [rubygems/rubygems] Add a few tests for `Gem::UriParser.parse_uri`Daniel Niknam2021-08-311-0/+17
* [rubygems/rubygems] Pick the last founded gems when fetching metadataDaniel Niknam2021-08-311-0/+18
* [rubygems/rubygems] Remove unused fileDavid Rodríguez2021-08-311-9/+0
* [rubygems/rubygems] Remove helper method not buying us muchDavid Rodríguez2021-08-312-12/+4
* [rubygems/rubygems] Remove MacOS specific extra GEM_PATHDavid Rodríguez2021-08-311-35/+0
* [rubygems/rubygems] Replace StandardError with ExceptionDaniel Niknam2021-08-311-2/+2
* [rubygems/rubygems] Reword the messageDaniel Niknam2021-08-311-1/+5
* [rubygems/rubygems] Exclude truffleruby from the test for failure of operatin...Daniel Niknam2021-08-311-0/+2
* [rubygems/rubygems] Enhance error handling when loading the rubygems/defaults...Daniel Niknam2021-08-311-0/+38
* [rubygems/rubygems] Also load user installed rubygems pluginsDavid Rodríguez2021-08-311-0/+25
* [rubygems/rubygems] Recommend `bundle install` rather than `gem install -g`David Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Refactor reseting `RUBYGEMS_GEMDEPS` in testsDavid Rodríguez2021-08-311-138/+130
* [rubygems/rubygems] Use `Gem.use_gemdeps` only from binstubsDavid Rodríguez2021-08-313-15/+55
* [rubygems/rubygems] Remove misleading commentDavid Rodríguez2021-08-311-1/+0
* [rubygems/rubygems] Remove unnecessary spec manipulationDavid Rodríguez2021-08-311-3/+8
* [rubygems/rubygems] Remove redundant part of error messageDavid Rodríguez2021-08-311-1/+0
* Omit some tests until debugging is completeaycabta2021-08-311-0/+5
* [Feature #16972] Add mode: option to Pathname#mkpathNobuyoshi Nakada2021-08-311-0/+12
* [ruby/irb] Relax backtrace nest levelsNobuyoshi Nakada2021-08-301-6/+4
* [ruby/irb] Added the extra stdout message with test-unitHiroshi SHIBATA2021-08-301-2/+6
* [ruby/irb] Use capture_output instead of capture_ioHiroshi SHIBATA2021-08-301-18/+18