aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Use pend instead of skipHiroshi SHIBATA2021-08-307-20/+20
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-0/+1
* [ruby/reline] Disable autocompletion in testsaycabta2021-08-301-0/+1
* [ruby/irb] Remove path settings for debuggingaycabta2021-08-301-3/+3
* Support tracing of attr_reader and attr_writerJeremy Evans2021-08-291-0/+50
* [ruby/reline] Fix tests so that the completion journey starts on first C-n/C-paycabta2021-08-291-30/+0
* Free previously used tables [Bug #18134]Nobuyoshi Nakada2021-08-291-0/+9
* Add negative position tests [Bug #18138]Nobuyoshi Nakada2021-08-291-0/+4
* Add out of range tests for Array#slice!Nobuyoshi Nakada2021-08-291-0/+13
* Fix example fiber scheduler reg. writable eventsLars Kanis2021-08-262-1/+46
* Fix warnings in test_optimization.rbJeremy Evans2021-08-241-6/+7
* [ruby/fiddle] Simplify libc and libm path logics (https://github.com/ruby/fid...Nobuyoshi Nakada2021-08-241-6/+5
* [ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...Aaron Patterson2021-08-241-0/+33
* Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis2021-08-221-0/+12
* Allow tracing of optimized methodsJeremy Evans2021-08-211-0/+45
* [ruby/error_highlight] Fixed the argument for DidYouMean.formatter=Yusuke Endoh2021-08-201-1/+1
* ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh2021-08-201-6/+6