summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-05-22Fix mixed encoding in heredocJeremy Evans
2019-05-22Skip assertion in readline test if Readline version is 4.3Jeremy Evans
2019-05-23Do not kick finalizers on rb_gc().Koichi Sasada
2019-05-23range.c (inspect_range): omit beginless "nil"Yusuke Endoh
2019-05-23hash.c (rb_hash_s_create): Reject `Hash[[nil]]`Yusuke Endoh
2019-05-22Use Reline.test_mode in Reline's test tooaycabta
2019-05-21Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun
2019-05-21re-skip tests of GC.compact.Koichi Sasada
2019-05-21Support DEL keyaycabta
2019-05-21enable test for GC.compact to reproduce an issue on CIKoichi Sasada
2019-05-21Do not modify shared arrayNobuyoshi Nakada
2019-05-21Simplified the guard against old versionsNobuyoshi Nakada
2019-05-21Add "require 'irb'" to use IRB.confaycabta
2019-05-18Add Reline.test_mode to use with special I/Oaycabta
2019-05-18skip a test to pass CIs.Koichi Sasada
2019-05-18Add test for UNTILNobuyoshi Nakada
2019-05-18Distinguish pre-condition and post-condition loopsNobuyoshi Nakada
2019-05-18Remove parent namespace from Readline test classesaycabta
2019-05-17skip tests for GC.compact to pass CI.Koichi Sasada
2019-05-17Test to disable ASCII-only optimizationNobuyoshi Nakada
2019-05-16Fix fd leakNobuyoshi Nakada
2019-05-15Allow --enable/--disable options to take an argumentNobuyoshi Nakada
2019-05-14Add object packing strategies for compactionAaron Patterson
2019-05-14Rename Reline's test file name because of typoaycabta
2019-05-14Test ext/readline and lib/reline by test/readlineaycabta
2019-05-14Add an assertion message to test of Readline's class variablesaycabta
2019-05-14Check encoding when Readline completionaycabta
2019-05-14fix visibility of SecureRandom.gen_randomUrabe, Shyouhei
2019-05-13delegate.rb: don't look for methods on KernelÉtienne Barrié
2019-05-13Check that Reline exists on testaycabta
2019-05-13Skip tests depend on Readline's special behaviorsaycabta
2019-05-13Add ed_search_prev_history to Relineaycabta
2019-05-13Use LineEditor#reset on testaycabta
2019-05-12Revert "Add a test for em_capitol_case of Reline"aycabta
2019-05-12Add a test for em_capitol_case of Relineaycabta
2019-05-10Adjust indentNobuyoshi Nakada
2019-05-10Add one more retry for win32ole event matcherTakashi Kokubun
2019-05-09str_duplicate: Don't share with a frozen shared stringAlan Wu
2019-05-09require 'stringio'NARUSE, Yui
2019-05-08Trim MJIT output from TestHideSkipTakashi Kokubun
2019-05-07Avoid triggering autoload in Module#const_defined?(String)Jean Boussier
2019-05-05Fix use of numbered parameter inside proc that is default value of optargJeremy Evans
2019-05-05Fix a case where numbered parameters should not be allowedJeremy Evans
2019-05-05parse.y: duplicated when clause warningNobuyoshi Nakada
2019-05-04ignore test_RangeErrorMasatoshi SEKI
2019-05-04add DRb::WeakIdConv (Bug #15711)Masatoshi SEKI
2019-05-01Silence a (probable) debug printNobuyoshi Nakada
2019-05-01Windows simply causes an error to open invalid pathNAKAMURA Usaku
2019-05-01Add exception support in `Range#first`.manga_osyo
2019-04-30Skip on Windows now when using reline because it causes hang of whole testsNAKAMURA Usaku