summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-10-09[ruby/reline] Fix tests to show dialog to the right edgeaycabta
2021-10-09[ruby/reline] Add a test for full-width scrollbaraycabta
2021-10-09[rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara
2021-10-08Remove autoload for constant if the autoload failsJeremy Evans
2021-10-08Add tests for the edge caces of `String#end_with?`Nobuyoshi Nakada
2021-10-08[ruby/irb] Add tests for truncated show doc dialogaycabta
2021-10-08[ruby/reline] Add a test for narrow screen without scrollbaraycabta
2021-10-08[ruby/reline] Cut off the excess on narrow screenaycabta
2021-10-07Dump outer variables tables when dumping an iseq to binaryAaron Patterson
2021-10-08Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada
2021-10-07[ruby/ipaddr] Support zone identifiers in IPv6 addressesJeremy Evans
2021-10-07[ruby/ipaddr] Add netmask method that returns net mask as string.Bogdan Irimie
2021-10-07[ruby/ipaddr] Disallow leading zeros in maskJeremy Evans
2021-10-07[ruby/ipaddr] Raise if extra slashes followNobuyoshi Nakada
2021-10-07[ruby/ipaddr] Removing superfluos assingments & returnEspartaco Palma
2021-10-07test/ruby/test_process (test_no_curdir): tentatively skipped on SolarisYusuke Endoh
2021-10-05marshal.c Marshal.load accepts a freeze: true option.Jean Boussier
2021-10-05[ruby/reline] Reduce window size so that it can be displayed in my desktopaycabta
2021-10-05[ruby/reline] Cyrillic chars are now forced to be displayed in full-width on ...aycabta
2021-10-05Show the last line at unexpected end-of-input errorNobuyoshi Nakada
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