summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2021-06-15Suppress exception report in inner threadNobuyoshi Nakada
2021-06-15Close leaked file descriptorsNobuyoshi Nakada
2021-06-14Add fallback block to `OpenStruct#delete_field` (#1409)jfrazx
2021-06-14Fix fiber scheduler address resolve solaris testsBruno Sutic
2021-06-14Wake up join list within thread EC context. (#4471)Samuel Williams
2021-06-14Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)Samuel Williams
2021-06-08Make ENV.clone warn and ENV.dup raiseJeremy Evans
2021-06-08[ruby/psych] Fix the test that does not work with libyaml-0.1.7Yusuke Endoh
2021-06-07Do not use YAML module in tests of PsychHiroshi SHIBATA
2021-06-07Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-06-07[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier