aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Keep GC disabled until VM bootstrap has done [Bug #17583]Nobuyoshi Nakada2021-07-011-1/+3
* - add regression tests for U+6E7F (湿) in ISO-2022-JPMartin Dürst2021-07-011-0/+3
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-3/+2
* [ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara2021-06-301-0/+19
* Prevent "warning: ambiguity between regexp and two divisions"Yusuke Endoh2021-06-301-1/+1
* [ruby/error_highlight] Experimentally support a custom formatterYusuke Endoh2021-06-301-0/+21
* Use Module#ancestors order in recursive constant lookupAlan Wu2021-06-301-0/+55
* Rename error_squiggle to error_highlightYusuke Endoh2021-06-291-20/+20
* [WIP] add error_squiggle gemYusuke Endoh2021-06-297-6/+990
* Add basic test for updated IO wait functions.Samuel Williams2021-06-292-49/+32
* Use assert_not_match "Did you mean?" for UncorrectableNameCheckTestYusuke Endoh2021-06-291-1/+1
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-2914-110/+112
* Check if closed after each yield [Bug #17661]Nobuyoshi Nakada2021-06-271-0/+36
* Work around issue transcoding issue with non-ASCII compatible encodings and x...Jeremy Evans2021-06-261-0/+19
* Scan the coderange in the given encodingNobuyoshi Nakada2021-06-261-0/+9
* Revert "Revert "[ruby/reline] Fix failed test""aycabta2021-06-251-59/+59
* Revert "[ruby/reline] Fix failed test"aycabta2021-06-251-59/+59
* [ruby/reline] Fix failed testima1zumi2021-06-251-59/+59
* [ruby/racc] Stop compressing integer listsJean Boussier2021-06-257-7056/+20103
* Remove shift of ep when computing Proc#hashJeremy Evans2021-06-241-0/+9
* 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