summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-06-29Use assert_not_match "Did you mean?" for UncorrectableNameCheckTestYusuke Endoh
2021-06-29Prefer qualified names under ThreadNobuyoshi Nakada
2021-06-27Check if closed after each yield [Bug #17661]Nobuyoshi Nakada
2021-06-26Work around issue transcoding issue with non-ASCII compatible encodings and x...Jeremy Evans
2021-06-26Scan the coderange in the given encodingNobuyoshi Nakada
2021-06-25Revert "Revert "[ruby/reline] Fix failed test""aycabta
2021-06-25Revert "[ruby/reline] Fix failed test"aycabta
2021-06-25[ruby/reline] Fix failed testima1zumi
2021-06-25[ruby/racc] Stop compressing integer listsJean Boussier
2021-06-24Remove shift of ep when computing Proc#hashJeremy Evans
2021-06-24Actually ignore FNM_CASEFOLD flag in Dir.globJeremy Evans
2021-06-23Check type of instruction - can be INSN or ADJUSTeileencodes
2021-06-23Add detailed message to assert_external_string_equalaycabta
2021-06-23Discard RDOCOPT environment variable to make tests stableNobuyoshi Nakada
2021-06-23Dispose the global rubygems configuration wholelyNobuyoshi Nakada
2021-06-23Clear rdoc options in the global rubygems configurationNobuyoshi Nakada
2021-06-23Clear default configurationsNobuyoshi Nakada
2021-06-23Make temporary directory under the regular locationNobuyoshi Nakada
2021-06-23Close UserInteraction for tests to fix leaked file descriptorsNobuyoshi Nakada
2021-06-23[ruby/rdoc] Use pend instead of skipHiroshi SHIBATA
2021-06-23[ruby/rdoc] Update test/rdoc/test_rdoc_rubygems_hook.rbHiroshi SHIBATA
2021-06-23[ruby/rdoc] Rwrite test-case for rubygems_hook without Gem::TestCaseHiroshi SHIBATA
2021-06-23Strip trailing spacesNobuyoshi Nakada
2021-06-22[ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko
2021-06-22Rework `sysread` to use blocking `read_internal_locktmp`.Samuel Williams
2021-06-22Avoid a duplicated method definition of Object#stubYusuke Endoh
2021-06-21Fix finish_using_lib_relineaycabta
2021-06-21Call super method by teardown of tests of Reline as Readlineaycabta
2021-06-21Call Reline-specific method in helper fileaycabta
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21Call Reline.test_reset in teardown of tests for readline definitelyaycabta
2021-06-21Use test encoding for TestRelineAsReadline and TestRelineAsReadlineHistoryaycabta
2021-06-21Stop using global constant, RELINE_TEST_ENCODINGaycabta
2021-06-21Call Reline.test_reset in teardown definitelyaycabta
2021-06-21Revert "Use Encoding.default_external for tests of Readline::HISTORY"aycabta
2021-06-21Use Encoding.default_external for tests of Readline::HISTORYaycabta
2021-06-21[ruby/reline] Remove an obsolete commented-out testaycabta
2021-06-21[ruby/reline] Add yamatanooroti test about set and exchange markaycabta
2021-06-21[ruby/reline] Reset config for random testaycabta
2021-06-21[ruby/reline] Handle Errno::ENOTTY correctlyaycabta
2021-06-21[ruby/reline] Add a test for pasting Cyrillic chars into command prompt on cp...aycabta
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-06-21[ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta
2021-06-21[ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk
2021-06-18ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh
2021-06-17[rubygems/rubygems] Close then unlink tempfiles on WindowsNobuyoshi Nakada
2021-06-15Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada
2021-06-14[Bug #17880] Set leaf false on opt_setinlinecache (#4565)Eileen M. Uchitelle
2021-06-14[lib/ostruct] Fix YAML testMarc-Andre Lafortune
2021-06-14[lib/ostruct] Allow overriding of `block_given?`Marc-Andre Lafortune