summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-10-04Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans
2021-10-04Revert rescue around internal realpath call on SolarisJeremy Evans
2021-10-04Only rescue realpath calls during require on SolarisJeremy Evans
2021-10-04The same warning for static symbol literalNobuyoshi Nakada
2021-10-04Fix the warning message for dynamic symbol literal in conditionNobuyoshi Nakada
2021-10-03Remove extraneous conversion to float [Bug #18236]Nobuyoshi Nakada
2021-10-03[ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta
2021-10-03Revert "mkmf.rb: try linking at try_var" [Bug #18235]Nobuyoshi Nakada
2021-10-03[ruby/reline] Add a test for rerendering arg prompt after pastingaycabta
2021-10-03[ruby/reline] Add newlines for readabilityaycabta
2021-10-03[ruby/reline] Stop using Ctrl+j to test on Windowsaycabta
2021-10-02Temporarily skip test_no_curdir test to avoid CI failures on SolarisJeremy Evans
2021-10-02Do not load file with same realpath twice when requiringJeremy Evans
2021-10-02[ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo
2021-10-01Avoid race condition in Regexp#matchJeremy Evans
2021-10-02Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada
2021-10-01Fix the encoding of loaded feature names [Bug #18191]Nobuyoshi Nakada
2021-09-30Make Array#min/max optimization respect refined methodsJeremy Evans
2021-09-30marshal.c: don't call the proc with partially initialized objects. (#4866)Jean byroot Boussier
2021-09-29[ruby/reline] Support ed_argument_digit by M+numaycabta
2021-09-28[ruby/did_you_mean] Disable error_highlight when testing did_you_meanYusuke Endoh
2021-09-28[rubygems/rubygems] Only disallow FIXME/TODO for first word of gemspec descri...Ellen Marie Dash
2021-09-28[ruby/date] Make %v strftime flag use uppercase monthJeremy Evans
2021-09-28[ruby/drb] Use omit instead of skip for test-unitHiroshi SHIBATA
2021-09-28[ruby/ostruct] Allow properties to be accessed even when the object is moved ...rm155
2021-09-28[ruby/reline] Ignore NUL by ed_quoted_insertaycabta
2021-09-28[ruby/timeout] test that yield is given number of secondsJohn Bachir
2021-09-27Show failed environment variablesNobuyoshi Nakada
2021-09-27[ruby/timeout] test for basic functionalityJohn Bachir
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