summaryrefslogtreecommitdiff
path: root/test/irb/test_history.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA2022-12-161-2/+2
* [ruby/irb] Remove duplicated TestInputMethod definitionsst00122022-11-151-31/+3
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-031-2/+3
* backup IRBRC environmental variable. It's used by test methods when it's defi...Hiroshi SHIBATA2022-09-211-0/+2
* Fix the missing locale errorHiroshi SHIBATA2022-09-211-0/+1
* [ruby/irb] Refine assertion for failuresNobuyoshi Nakada2022-09-151-1/+1
* [ruby/irb] `Dir.mktmpdir` creates a directory including the process IDNobuyoshi Nakada2022-09-151-2/+2
* [ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans2022-09-141-0/+22
* Try to fix errors in TestIRB::TestHistory tooKazuhiro NISHIYAMA2021-03-181-0/+2
* [ruby/irb] Make save-history extension safe for concurrent useJeremy Evans2021-03-061-0/+36
* Remove system method for E2E testing because depends on ruby commandaycabta2020-10-051-54/+75
* Show stdout and stderr when history tests failaycabta2020-10-051-32/+31
* Skip irb/test_history on Windows tooaycabta2020-08-201-6/+1
* Skip Editline for history tests of IRBaycabta2020-08-191-0/+9
* Skip irb/test_history on Solarisaycabta2020-08-191-1/+1
* Use "in" and "out" options of "system" instead of "replace_stdio"aycabta2020-08-191-28/+1
* Do "write" to temp stdin before "reopen"aycabta2020-08-191-5/+5
* test/irb/test_history.rb: prevent warningsYusuke Endoh2020-08-181-4/+4
* Lounch external process on Windows correctlyaycabta2020-08-181-2/+1
* [ruby/irb] Change the way the IRB is invoked as an external processaycabta2020-08-181-2/+1
* [ruby/irb] Add require 'irb' to test separatelyaycabta2020-08-181-0/+1
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-181-0/+23
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-181-0/+23
* [ruby/irb] Add tests about IRB historyaycabta2020-08-181-0/+131