summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Actually ignore FNM_CASEFOLD flag in Dir.globJeremy Evans2021-06-241-0/+11
* Check type of instruction - can be INSN or ADJUSTeileencodes2021-06-231-0/+14
* Add detailed message to assert_external_string_equalaycabta2021-06-231-1/+2
* Discard RDOCOPT environment variable to make tests stableNobuyoshi Nakada2021-06-231-0/+1
* Dispose the global rubygems configuration wholelyNobuyoshi Nakada2021-06-231-1/+1
* Clear rdoc options in the global rubygems configurationNobuyoshi Nakada2021-06-231-0/+2
* Clear default configurationsNobuyoshi Nakada2021-06-231-0/+13
* Make temporary directory under the regular locationNobuyoshi Nakada2021-06-231-4/+2
* Close UserInteraction for tests to fix leaked file descriptorsNobuyoshi Nakada2021-06-231-0/+2
* [ruby/rdoc] Use pend instead of skipHiroshi SHIBATA2021-06-231-5/+5
* [ruby/rdoc] Update test/rdoc/test_rdoc_rubygems_hook.rbHiroshi SHIBATA2021-06-231-0/+4
* [ruby/rdoc] Rwrite test-case for rubygems_hook without Gem::TestCaseHiroshi SHIBATA2021-06-231-18/+20
* Strip trailing spacesNobuyoshi Nakada2021-06-231-1/+1
* [ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko2021-06-221-9/+17
* Rework `sysread` to use blocking `read_internal_locktmp`.Samuel Williams2021-06-221-3/+9
* Avoid a duplicated method definition of Object#stubYusuke Endoh2021-06-221-1/+1
* Fix finish_using_lib_relineaycabta2021-06-211-1/+1
* Call super method by teardown of tests of Reline as Readlineaycabta2021-06-212-0/+2
* Call Reline-specific method in helper fileaycabta2021-06-213-2/+6
* Rescue conversion error of inputrcaycabta2021-06-211-0/+4
* Call Reline.test_reset in teardown of tests for readline definitelyaycabta2021-06-212-0/+8
* Use test encoding for TestRelineAsReadline and TestRelineAsReadlineHistoryaycabta2021-06-212-2/+2
* Stop using global constant, RELINE_TEST_ENCODINGaycabta2021-06-218-17/+15
* Call Reline.test_reset in teardown definitelyaycabta2021-06-217-0/+23
* Revert "Use Encoding.default_external for tests of Readline::HISTORY"aycabta2021-06-211-4/+4
* Use Encoding.default_external for tests of Readline::HISTORYaycabta2021-06-211-4/+4
* [ruby/reline] Remove an obsolete commented-out testaycabta2021-06-211-25/+0
* [ruby/reline] Add yamatanooroti test about set and exchange markaycabta2021-06-211-0/+10
* [ruby/reline] Reset config for random testaycabta2021-06-211-0/+1
* [ruby/reline] Handle Errno::ENOTTY correctlyaycabta2021-06-211-0/+11
* [ruby/reline] Add a test for pasting Cyrillic chars into command prompt on cp...aycabta2021-06-211-0/+22
* [ruby/reline] The config file must accept any character encodingaycabta2021-06-214-6/+26
* [ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta2021-06-211-0/+23
* [ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk2021-06-211-0/+10
* ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh2021-06-181-0/+50
* [rubygems/rubygems] Close then unlink tempfiles on WindowsNobuyoshi Nakada2021-06-171-4/+2
* Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada2021-06-151-0/+10
* [Bug #17880] Set leaf false on opt_setinlinecache (#4565)Eileen M. Uchitelle2021-06-141-0/+46
* [lib/ostruct] Fix YAML testMarc-Andre Lafortune2021-06-141-3/+3
* [lib/ostruct] Allow overriding of `block_given?`Marc-Andre Lafortune2021-06-141-0/+3
* Suppress exception report in inner threadNobuyoshi Nakada2021-06-151-1/+3
* Close leaked file descriptorsNobuyoshi Nakada2021-06-152-0/+5
* Add fallback block to `OpenStruct#delete_field` (#1409)jfrazx2021-06-141-1/+11
* Fix fiber scheduler address resolve solaris testsBruno Sutic2021-06-141-5/+2
* Wake up join list within thread EC context. (#4471)Samuel Williams2021-06-144-2/+66
* Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)Samuel Williams2021-06-142-0/+287
* Make ENV.clone warn and ENV.dup raiseJeremy Evans2021-06-081-0/+40
* [ruby/psych] Fix the test that does not work with libyaml-0.1.7Yusuke Endoh2021-06-081-1/+1
* Do not use YAML module in tests of PsychHiroshi SHIBATA2021-06-071-8/+8
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-06-071-4/+4