summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-24Pend test_complete_require_library_name_firstaycabta
2021-09-24[rubygems/rubygems] Use pend instead of skip in the absence of git in test he...Lucas Kanashiro
2021-09-24[rubygems/rubygems] Fix error message building changing password of sourcehuangduirong
2021-09-24Use the flag for uninitialized module [Bug #18185]Nobuyoshi Nakada
2021-09-24Consider modified modules initialized [Bug #18185]Nobuyoshi Nakada
2021-09-23Revive the test using US-ASCII incompatible symbolNobuyoshi Nakada
2021-09-23[ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada
2021-09-23Prohibit invalid encoding symbols [Bug #18184]Nobuyoshi Nakada
2021-09-23Check the encoding of `ruby2_keywords_flag` [Bug #18184]Nobuyoshi Nakada
2021-09-22[ruby/irb] Use typed spaces when the line is inside the here documentsKaĆ­que Kandy Koga
2021-09-22Check the entire name as `ruby2_keywords_flag` [Bug #18184]Nobuyoshi Nakada
2021-09-22[rubygems/rubygems] Fix bug where redacted credentials are sent to serverJonathan
2021-09-22[rubygems/rubygems] Update gem request tests to pass a Gem::Uri into the Gem:...Jonathan
2021-09-22[rubygems/rubygems] Only check if descriptions *start with* FIXME/TODOEllen Marie Dash
2021-09-21[ruby/irb] Fix argument orderNobuyoshi Nakada
2021-09-20Add alternative optional hook for `scheduler_close` to allow public usage of ...Samuel Williams
2021-09-20Allow to include uninitialized modules [Bug #18177]Nobuyoshi Nakada
2021-09-20MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis
2021-09-20Adjust test to set+get big values on all platforms and add MINGW-UCRTLars Kanis
2021-09-18Revert "Do not load file with same realpath twice when requiring"Jeremy Evans
2021-09-18Do not load file with same realpath twice when requiringJeremy Evans
2021-09-18ast.c: AST.of against C method should return nil (as Ruby 2.6--3.0)Yusuke Endoh
2021-09-18ast.c: AST.of checks if a given method object is defined in CYusuke Endoh
2021-09-17Removed Module.allocate [Bug #17048]Nobuyoshi Nakada
2021-09-17Already initialized modules cannot be replaced [Bug #17048]Nobuyoshi Nakada
2021-09-17[Feature #18172] Fix duplicate test nameNobuyoshi Nakada
2021-09-16[Feature #18172] Add MatchData#match_lengthNobuyoshi Nakada
2021-09-16[Feature #18172] Add MatchData#matchNobuyoshi Nakada
2021-09-16[Bug #18173] Update loaded_features_indexNobuyoshi Nakada
2021-09-15[ruby/racc] Prefer __dir__ over File.dirname(__FILE__)Olle Jonsson
2021-09-15Add test cases for constants and keywordsShugo Maeda
2021-09-15[ruby/racc] Rename helper to caseHiroshi SHIBATA
2021-09-15[ruby/racc] Ignored loading CoreAssertions in test caseHiroshi SHIBATA
2021-09-15[ruby/logger] Ignored loading CoreAssertions in test runnerHiroshi SHIBATA
2021-09-15Marshal.load: do not call the proc until strings have their encodingJean Boussier
2021-09-14Handle overwriting Object::ENV in spawnJeremy Evans
2021-09-14[ruby/reline] The behaviour of Alt+key on Windows is changedaycabta
2021-09-13Use capture_output instead of capture_ioHiroshi SHIBATA
2021-09-13Adds mixed hash value and value omission testsBrandon Weaver
2021-09-13Fixed leaked file descriptorHiroshi SHIBATA
2021-09-12Preserve the encoding of the argument in IndexError [Bug #18160]Nobuyoshi Nakada
2021-09-11Hash values should be omitted in Ripper resultsShugo Maeda
2021-09-11Add documentation and tests for keyword argument value omissionShugo Maeda
2021-09-11Another test for [Feature #14579]Nobuyoshi Nakada
2021-09-11Allow value omission in Hash literalsShugo Maeda
2021-09-11[ruby/rdoc] Convert upper case copyright and registered marksNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert tick double quote in character entity referencesNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert a backtick to an open single quoteNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert single quotes in character entity referencesNobuyoshi Nakada
2021-09-11[ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA