index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
readline
/
test_readline.rb
Age
Commit message (
Expand
)
Author
2023-05-09
Extract ext/readline
Hiroshi SHIBATA
2023-02-22
[ruby/readline-ext] test_readline.rb only needs EnvUtil
Hiroshi SHIBATA
2023-02-22
[ruby/readline-ext] Omit some tests with macOS platform
Hiroshi SHIBATA
2023-02-19
test/readline/test_readline.rb: skip a test x86_64-linux-(x32|i[3-6]86)
Eric Wong
2022-12-21
test_readline#test_without_tty: Use EnvUtil.rubybin
Sorah Fukumori
2021-12-25
Increase wait time
aycabta
2021-12-25
Wait for output results to test correctly
aycabta
2021-12-24
Output log after loading class to test
aycabta
2021-12-24
Add logging about timeout
aycabta
2021-12-24
Kill process before assertion fails
aycabta
2021-12-24
Move embedded lines outside the here document
Nobuyoshi Nakada
2021-12-24
Set time limit for waiting for terminating process within a test
aycabta
2021-11-09
test/readline/test_readline.rb: skip a test on i686-linux
Yusuke Endoh
2021-11-02
test/readline/test_readline.rb: Use TERM=vt100 to run the tests
Yusuke Endoh
2021-09-03
[ruby/readline-ext] Omit Editline on without tty test
aycabta
2021-09-01
Add a test for Readline.readline without tty
aycabta
2021-08-14
[ruby/readline-ext] Give up Editline
aycabta
2021-08-12
Revert "Try to run test_interrupt_in_other_thread with Editline"
aycabta
2021-08-12
Try to run test_interrupt_in_other_thread with Editline
aycabta
2021-08-12
Outer block is required to rescue Timeout::Error
aycabta
2021-08-11
Add TODO comment to #test_interrupt_in_other_thread
aycabta
2021-08-11
Add comments about testing steps
aycabta
2021-08-11
Put the result of the process into a variable once
aycabta
2021-08-11
Stop exiting to show "SUCCESS"
aycabta
2021-08-11
Add logging about Errno::EPIPE
aycabta
2021-08-11
Write log to stdout immediately
aycabta
2021-08-11
Stop checking char from "read"
aycabta
2021-08-11
Break immediately if assertions finished
aycabta
2021-08-11
Add "START" log
aycabta
2021-08-10
Add comment about I/O that is not tty
aycabta
2021-08-09
Omit on Readline 7.0 because it's wrong behaviour for not TTY env
aycabta
2021-08-09
Extended logging for debugging readline failures.
Samuel Williams
2021-08-09
Rework the readline test to be more robust.
Samuel Williams
2021-08-08
Use #full_message instead of #backtrace_locations
aycabta
2021-08-08
Show backtrace locations when I/O timed out
aycabta
2021-08-06
Show Readline::VERSION for debugging
aycabta
2021-08-06
Omit test_interrupt_in_other_thread with Editline
aycabta
2021-08-06
Fix reversal of assertion result
aycabta
2021-08-06
Fix control structure to preperly catch Timeout::Error
aycabta
2021-08-05
Show log when timed out
aycabta
2021-08-04
Remove an unused variable
aycabta
2021-08-04
Run interrupt test except on Windows
aycabta
2021-08-04
Add a load path to require 'helper'
aycabta
2021-08-04
Show the log of test_interrupt_in_other_thread when failed
aycabta
2021-08-04
Check the existence of the test classes
aycabta
2021-08-04
Add a test for handling SIGINT in other thread
aycabta
2021-06-21
Call super method by teardown of tests of Reline as Readline
aycabta
2021-06-21
Call Reline-specific method in helper file
aycabta
2021-06-21
Call Reline.test_reset in teardown of tests for readline definitely
aycabta
2021-06-21
Use test encoding for TestRelineAsReadline and TestRelineAsReadlineHistory
aycabta
[next]