index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
readline
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase wait time
aycabta
2021-12-25
1
-1
/
+2
*
Wait for output results to test correctly
aycabta
2021-12-25
1
-1
/
+1
*
Output log after loading class to test
aycabta
2021-12-24
1
-1
/
+1
*
Add logging about timeout
aycabta
2021-12-24
1
-0
/
+2
*
Kill process before assertion fails
aycabta
2021-12-24
1
-0
/
+1
*
Move embedded lines outside the here document
Nobuyoshi Nakada
2021-12-24
1
-7
/
+6
*
Set time limit for waiting for terminating process within a test
aycabta
2021-12-24
1
-2
/
+10
*
test/readline/test_readline.rb: skip a test on i686-linux
Yusuke Endoh
2021-11-09
1
-0
/
+6
*
test/readline/test_readline.rb: Use TERM=vt100 to run the tests
Yusuke Endoh
2021-11-02
1
-0
/
+3
*
[ruby/readline-ext] Omit Editline on without tty test
aycabta
2021-09-03
1
-0
/
+1
*
Add a test for Readline.readline without tty
aycabta
2021-09-01
1
-0
/
+14
*
[ruby/readline-ext] Give up Editline
aycabta
2021-08-14
1
-1
/
+1
*
Revert "Try to run test_interrupt_in_other_thread with Editline"
aycabta
2021-08-12
1
-2
/
+3
*
Try to run test_interrupt_in_other_thread with Editline
aycabta
2021-08-12
1
-3
/
+2
*
Outer block is required to rescue Timeout::Error
aycabta
2021-08-12
1
-2
/
+2
*
Add TODO comment to #test_interrupt_in_other_thread
aycabta
2021-08-11
1
-0
/
+1
*
Add comments about testing steps
aycabta
2021-08-11
1
-4
/
+6
*
Put the result of the process into a variable once
aycabta
2021-08-11
1
-2
/
+4
*
Stop exiting to show "SUCCESS"
aycabta
2021-08-11
1
-1
/
+0
*
Add logging about Errno::EPIPE
aycabta
2021-08-11
1
-0
/
+1
*
Write log to stdout immediately
aycabta
2021-08-11
1
-1
/
+1
*
Stop checking char from "read"
aycabta
2021-08-11
1
-3
/
+6
*
Break immediately if assertions finished
aycabta
2021-08-11
1
-0
/
+2
*
Add "START" log
aycabta
2021-08-11
1
-0
/
+1
*
Add comment about I/O that is not tty
aycabta
2021-08-10
1
-0
/
+1
*
Omit on Readline 7.0 because it's wrong behaviour for not TTY env
aycabta
2021-08-09
1
-0
/
+1
*
Extended logging for debugging readline failures.
Samuel Williams
2021-08-09
1
-4
/
+7
*
Rework the readline test to be more robust.
Samuel Williams
2021-08-09
1
-46
/
+43
*
Use #full_message instead of #backtrace_locations
aycabta
2021-08-08
1
-1
/
+1
*
Show backtrace locations when I/O timed out
aycabta
2021-08-08
1
-2
/
+2
*
Show Readline::VERSION for debugging
aycabta
2021-08-06
1
-1
/
+1
*
Omit test_interrupt_in_other_thread with Editline
aycabta
2021-08-06
1
-0
/
+1
*
Fix reversal of assertion result
aycabta
2021-08-06
1
-1
/
+1
*
Fix control structure to preperly catch Timeout::Error
aycabta
2021-08-06
1
-25
/
+27
*
Show log when timed out
aycabta
2021-08-05
1
-1
/
+1
*
Remove an unused variable
aycabta
2021-08-04
1
-1
/
+1
*
Run interrupt test except on Windows
aycabta
2021-08-04
1
-0
/
+1
*
Add a load path to require 'helper'
aycabta
2021-08-04
1
-2
/
+3
*
Show the log of test_interrupt_in_other_thread when failed
aycabta
2021-08-04
1
-1
/
+1
*
Check the existence of the test classes
aycabta
2021-08-04
1
-2
/
+2
*
Add a test for handling SIGINT in other thread
aycabta
2021-08-04
1
-0
/
+76
*
Remove half-defined Reline on LoadError
Nobuyoshi Nakada
2021-07-10
1
-0
/
+1
*
Fix finish_using_lib_reline
aycabta
2021-06-21
1
-1
/
+1
*
Call super method by teardown of tests of Reline as Readline
aycabta
2021-06-21
2
-0
/
+2
*
Call Reline-specific method in helper file
aycabta
2021-06-21
3
-2
/
+6
*
Call Reline.test_reset in teardown of tests for readline definitely
aycabta
2021-06-21
2
-0
/
+8
*
Use test encoding for TestRelineAsReadline and TestRelineAsReadlineHistory
aycabta
2021-06-21
2
-2
/
+2
*
Revert "Use Encoding.default_external for tests of Readline::HISTORY"
aycabta
2021-06-21
1
-4
/
+4
*
Use Encoding.default_external for tests of Readline::HISTORY
aycabta
2021-06-21
1
-4
/
+4
*
[ruby/readline-ext] Use omit
Nobuyoshi Nakada
2021-02-18
1
-4
/
+4
[next]