aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans2021-10-041-3/+0
* Revert rescue around internal realpath call on SolarisJeremy Evans2021-10-041-0/+3
* Only rescue realpath calls during require on SolarisJeremy Evans2021-10-041-3/+0
* The same warning for static symbol literalNobuyoshi Nakada2021-10-041-3/+3
* Fix the warning message for dynamic symbol literal in conditionNobuyoshi Nakada2021-10-041-1/+1
* Remove extraneous conversion to float [Bug #18236]Nobuyoshi Nakada2021-10-031-0/+8
* [ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta2021-10-032-0/+34
* Revert "mkmf.rb: try linking at try_var" [Bug #18235]Nobuyoshi Nakada2021-10-031-17/+0
* [ruby/reline] Add a test for rerendering arg prompt after pastingaycabta2021-10-031-0/+11
* [ruby/reline] Add newlines for readabilityaycabta2021-10-031-1/+22
* [ruby/reline] Stop using Ctrl+j to test on Windowsaycabta2021-10-031-2/+2
* Temporarily skip test_no_curdir test to avoid CI failures on SolarisJeremy Evans2021-10-021-0/+3
* Do not load file with same realpath twice when requiringJeremy Evans2021-10-021-2/+28
* [ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo2021-10-021-0/+53
* Avoid race condition in Regexp#matchJeremy Evans2021-10-011-0/+21
* Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada2021-10-021-0/+19
* Fix the encoding of loaded feature names [Bug #18191]Nobuyoshi Nakada2021-10-011-0/+22
* Make Array#min/max optimization respect refined methodsJeremy Evans2021-09-302-0/+31
* marshal.c: don't call the proc with partially initialized objects. (#4866)Jean byroot Boussier2021-09-301-0/+12
* [ruby/reline] Support ed_argument_digit by M+numaycabta2021-09-291-0/+14
* [ruby/did_you_mean] Disable error_highlight when testing did_you_meanYusuke Endoh2021-09-281-0/+15
* [rubygems/rubygems] Only disallow FIXME/TODO for first word of gemspec descri...Ellen Marie Dash2021-09-281-0/+14
* [ruby/date] Make %v strftime flag use uppercase monthJeremy Evans2021-09-281-1/+1
* [ruby/drb] Use omit instead of skip for test-unitHiroshi SHIBATA2021-09-281-3/+3
* [ruby/ostruct] Allow properties to be accessed even when the object is moved ...rm1552021-09-281-0/+12
* [ruby/reline] Ignore NUL by ed_quoted_insertaycabta2021-09-281-0/+7
* [ruby/timeout] test that yield is given number of secondsJohn Bachir2021-09-281-0/+4
* Show failed environment variablesNobuyoshi Nakada2021-09-271-2/+2
* [ruby/timeout] test for basic functionalityJohn Bachir2021-09-271-0/+7
* Pend test_complete_require_library_name_firstaycabta2021-09-241-0/+1
* [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