summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Use pend instead of skip in the absence of git in test he...Lucas Kanashiro2021-09-241-1/+1
* [rubygems/rubygems] Fix error message building changing password of sourcehuangduirong2021-09-241-0/+10
* Use the flag for uninitialized module [Bug #18185]Nobuyoshi Nakada2021-09-241-0/+3
* Consider modified modules initialized [Bug #18185]Nobuyoshi Nakada2021-09-241-0/+26
* Revive the test using US-ASCII incompatible symbolNobuyoshi Nakada2021-09-231-0/+4
* [ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada2021-09-231-0/+4
* Prohibit invalid encoding symbols [Bug #18184]Nobuyoshi Nakada2021-09-231-3/+7
* Check the encoding of `ruby2_keywords_flag` [Bug #18184]Nobuyoshi Nakada2021-09-231-1/+5
* [ruby/irb] Use typed spaces when the line is inside the here documentsKaĆ­que Kandy Koga2021-09-221-8/+8
* Check the entire name as `ruby2_keywords_flag` [Bug #18184]Nobuyoshi Nakada2021-09-221-1/+7
* [rubygems/rubygems] Fix bug where redacted credentials are sent to serverJonathan2021-09-221-0/+7
* [rubygems/rubygems] Update gem request tests to pass a Gem::Uri into the Gem:...Jonathan2021-09-221-6/+6
* [rubygems/rubygems] Only check if descriptions *start with* FIXME/TODOEllen Marie Dash2021-09-221-0/+14
* [ruby/irb] Fix argument orderNobuyoshi Nakada2021-09-211-1/+1
* Add alternative optional hook for `scheduler_close` to allow public usage of ...Samuel Williams2021-09-201-3/+15
* Allow to include uninitialized modules [Bug #18177]Nobuyoshi Nakada2021-09-201-0/+12
* MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis2021-09-201-0/+1
* Adjust test to set+get big values on all platforms and add MINGW-UCRTLars Kanis2021-09-201-7/+7
* Revert "Do not load file with same realpath twice when requiring"Jeremy Evans2021-09-181-28/+2
* Do not load file with same realpath twice when requiringJeremy Evans2021-09-181-2/+28
* ast.c: AST.of against C method should return nil (as Ruby 2.6--3.0)Yusuke Endoh2021-09-181-1/+1
* ast.c: AST.of checks if a given method object is defined in CYusuke Endoh2021-09-181-0/+5
* Removed Module.allocate [Bug #17048]Nobuyoshi Nakada2021-09-171-12/+0
* Already initialized modules cannot be replaced [Bug #17048]Nobuyoshi Nakada2021-09-171-14/+26
* [Feature #18172] Fix duplicate test nameNobuyoshi Nakada2021-09-171-1/+1
* [Feature #18172] Add MatchData#match_lengthNobuyoshi Nakada2021-09-161-0/+17
* [Feature #18172] Add MatchData#matchNobuyoshi Nakada2021-09-161-0/+17
* [Bug #18173] Update loaded_features_indexNobuyoshi Nakada2021-09-161-0/+17
* [ruby/racc] Prefer __dir__ over File.dirname(__FILE__)Olle Jonsson2021-09-157-11/+11
* Add test cases for constants and keywordsShugo Maeda2021-09-151-0/+7
* [ruby/racc] Rename helper to caseHiroshi SHIBATA2021-09-157-6/+6
* [ruby/racc] Ignored loading CoreAssertions in test caseHiroshi SHIBATA2021-09-151-5/+0
* [ruby/logger] Ignored loading CoreAssertions in test runnerHiroshi SHIBATA2021-09-155-17/+4
* Marshal.load: do not call the proc until strings have their encodingJean Boussier2021-09-151-0/+17
* Handle overwriting Object::ENV in spawnJeremy Evans2021-09-141-0/+12
* [ruby/reline] The behaviour of Alt+key on Windows is changedaycabta2021-09-141-13/+0
* Use capture_output instead of capture_ioHiroshi SHIBATA2021-09-132-3/+3
* Adds mixed hash value and value omission testsBrandon Weaver2021-09-132-0/+2
* Fixed leaked file descriptorHiroshi SHIBATA2021-09-131-0/+1
* Preserve the encoding of the argument in IndexError [Bug #18160]Nobuyoshi Nakada2021-09-121-1/+6
* Hash values should be omitted in Ripper resultsShugo Maeda2021-09-111-0/+14
* Add documentation and tests for keyword argument value omissionShugo Maeda2021-09-113-18/+32
* Another test for [Feature #14579]Nobuyoshi Nakada2021-09-111-0/+1
* Allow value omission in Hash literalsShugo Maeda2021-09-111-0/+17
* [ruby/rdoc] Convert upper case copyright and registered marksNobuyoshi Nakada2021-09-111-0/+2
* [ruby/rdoc] Convert tick double quote in character entity referencesNobuyoshi Nakada2021-09-111-0/+1
* [ruby/rdoc] Convert a backtick to an open single quoteNobuyoshi Nakada2021-09-111-1/+1
* [ruby/rdoc] Convert single quotes in character entity referencesNobuyoshi Nakada2021-09-111-0/+7
* [ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA2021-09-111-1/+1
* Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA2021-09-111-0/+1