summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2022-10-28[ruby/irb] Suppress "switching inspect mode" messages Nobuyoshi Nakada
2022-10-27[ruby/irb] Fix warnings in test_cmd.rbPeter Zhu
2022-10-27[ruby/irb] Remove unnecessary test setup Stan Lo
2022-10-27[ruby/irb] Suppress warning for test which uses a locale non-existing on GitH...Benoit Daloze
2022-10-27[ruby/irb] Remove unecesary and harmful pend for TruffleRuby in TestRaiseNoBa...Benoit Daloze
2022-10-27[ruby/irb] Add missing require Stan Lo
2022-10-27[ruby/irb] Add test for IRB::InputCompletor::PerfectMatchedProcst0012
2022-10-26[ruby/irb] Remove unnecessary warning check on help commandStan Lo
2022-10-26[ruby/irb] Rename test_helper.rb to helper.rbPeter Zhu
2022-10-26[ruby/irb] Don't insert new methods to Test::Unit::TestCasest0012
2022-10-26[ruby/irb] Suppress warningsStan Lo
2022-10-26[ruby/irb] Add test for the help commandst0012
2022-10-26[ruby/irb] Extract without_rdoc helperst0012
2022-10-25[ruby/irb] Make sure Encoding's defaults are restored Stan Lo
2022-10-24[ruby/irb] Restore standard input/output encodings after input method tests Stan Lo
2022-10-24[ruby/irb] Add a test case to cover rdoc unintalled scenario st0012
2022-10-24[ruby/irb] Add tests for RelineInputMethod st0012
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-18[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida
2022-10-17[ruby/irb] Remove unnecessary coloring support checkst0012
2022-10-08Move `error` from top_stmts and top_stmt to stmtyui-knk
2022-10-08[ruby/irb] Sort constant completion's candidatesst0012
2022-10-08[ruby/irb] Correct assert_equal's usage in completion testsst0012
2022-10-08[ruby/irb] Add constant completion testst0012
2022-10-08[ruby/irb] Regroup completion testsst0012
2022-10-08[ruby/irb] Add tests for primitive types' method completionst0012
2022-10-05[ruby/irb] Fixed sort of variables in completionImir Kiyamov
2022-10-03[ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga
2022-10-01[ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng
2022-09-22[ruby/irb] Update expected colorize result that were uncolored beforetompng
2022-09-22[ruby/irb] Scan every single characters in IRB::Color.scantompng
2022-09-21[ruby/irb] Fix completion testsStan Lo
2022-09-21[ruby/irb] Handle non-String $LOAD_PATH values more carefullyst0012
2022-09-21backup IRBRC environmental variable. It's used by test methods when it's defi...Hiroshi SHIBATA
2022-09-21Fix the missing locale errorHiroshi SHIBATA
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2022-09-15[ruby/irb] Refine assertion for failuresNobuyoshi Nakada
2022-09-15[ruby/irb] `Dir.mktmpdir` creates a directory including the process IDNobuyoshi Nakada
2022-09-14[ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans
2022-06-29[ruby/irb] Properly reset USE_COLORIZE after changing it in testsst0012
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-26[ruby/irb] Set prompt mode explictlyNobuyoshi Nakada
2022-06-26[ruby/irb] Require stringio to use StringIONobuyoshi Nakada
2022-06-26[ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones
2021-12-21[ruby/irb] Check colorize option correctly to clear char attr and don't use i...aycabta
2021-12-20[ruby/irb] Remove unnecessary space in regexpaycabta
2021-12-20[ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta
2021-12-03[ruby/irb] Examine indentation of in keyword when trying to type includeKaĆ­que Kandy Koga
2021-12-02Compatibility with IRBschneems
2021-11-05Skip TestIRB::TestInit#test_recovery_sigint on SolarisYusuke Endoh