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
/
ruby
/
test_io.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
2020-09-25
1
-77
/
+0
*
Revert the related commits about `Tempfile.open` change.
Hiroshi SHIBATA
2020-09-09
1
-1
/
+4
*
Simplify Tempfile.open calls with a block as they now unlink the file automat...
Benoit Daloze
2020-08-29
1
-4
/
+1
*
[stringio] fix stringio codepoint enumerator off by one error
Yoann Lecuyer
2020-08-27
1
-0
/
+13
*
Ensure the shortcut cached in the class
Nobuyoshi Nakada
2020-08-17
1
-0
/
+11
*
Suffixed memory leak tests as "memory_leak"
Nobuyoshi Nakada
2020-05-07
1
-3
/
+4
*
Silence broken pipe error messages on STDOUT [Feature #14413]
Nobuyoshi Nakada
2020-04-11
1
-0
/
+18
*
Set external encoding correctly for File.open('f', FILE::BINARY) on Windows
Jeremy Evans
2020-03-27
1
-0
/
+12
*
Revert "show debug info."
Koichi Sasada
2020-03-02
1
-1
/
+1
*
show debug info.
Koichi Sasada
2020-03-02
1
-1
/
+1
*
Warn non-nil `$\` [Feature #14240]
Nobuyoshi Nakada
2020-02-23
1
-2
/
+4
*
Warn non-nil `$,` in `IO#print` too
Nobuyoshi Nakada
2020-02-23
1
-1
/
+1
*
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
1
-19
/
+4
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-1
/
+1
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-1
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-7
/
+0
*
test/ruby/test_io.rb: supress a "method redefined" warning
Yusuke Endoh
2019-09-30
1
-0
/
+3
*
Kernel#open may be redefined
Nobuyoshi Nakada
2019-09-27
1
-2
/
+13
*
Fix keyword argument sepration issues when IO#open calls #to_open
Jeremy Evans
2019-09-26
1
-0
/
+13
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-5
/
+7
*
DEBUG: cxxanyargs
Nobuyoshi Nakada
2019-09-19
1
-2
/
+0
*
DEBUG
Nobuyoshi Nakada
2019-09-19
1
-0
/
+2
*
Examine TestIO#test_select_exceptfds on Solaris with 1 byte data
Naohisa Goto
2019-09-03
1
-3
/
+5
*
Fix keyword argument separation warnings in test
Jeremy Evans
2019-08-30
1
-2
/
+2
*
Move pread + pwrite tests out of RUBY_ENGINE block
Charles Oliver Nutter
2019-08-30
1
-20
/
+20
*
Compact ensure clause and rename variables to fix alignment
Kazuhiro NISHIYAMA
2019-08-01
1
-23
/
+19
*
test/ruby/test_io.rb (test_binmode_pipe): close all pipes explicitly
Yusuke Endoh
2019-07-31
1
-41
/
+56
*
Do not change IO.pipe encodings if encodings explicitly given
Jeremy Evans
2019-07-30
1
-28
/
+44
*
Passing `binmode: true` to `IO.pipe` should behave like `binmode`
Aaron Patterson
2019-07-30
1
-0
/
+32
*
Separate test_set_lineno_gets
Nobuyoshi Nakada
2019-07-30
1
-14
/
+16
*
Fix errno at seeking socket/pipe on Windows
Nobuyoshi Nakada
2019-07-25
1
-0
/
+3
*
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-07-11
1
-0
/
+12
*
assert_cpu_usage_low with timeout scale
Nobuyoshi Nakada
2019-06-11
1
-5
/
+2
*
io.c: warn non-nil $,
nobu
2019-04-18
1
-1
/
+1
*
io.c: chomp CR at the end of read buffer
nobu
2019-03-07
1
-0
/
+13
*
test_io.rb: skip test on MJIT to prevent random failure
k0kubun
2019-01-21
1
-0
/
+1
*
test_io.rb: increase timeout for RubyCI
k0kubun
2018-12-28
1
-1
/
+1
*
test/ruby/test_io.rb (test_recycled_fd_close): remove hacks
normal
2018-11-30
1
-11
/
+0
*
io.c: wait on FD readability w/o GVL reacquisition
normal
2018-11-24
1
-9
/
+3
*
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-22
1
-0
/
+1
*
Skip known MJIT random test failures
k0kubun
2018-11-20
1
-0
/
+4
*
test_io.rb: skip busy wait test again
k0kubun
2018-10-27
1
-0
/
+1
*
test/lib/test/unit/assertions.rb: skip memory leak check
k0kubun
2018-10-23
1
-1
/
+0
*
revisit more MJIT test skips
k0kubun
2018-10-22
1
-8
/
+0
*
test/ruby/test_string.rb: skip test_crypt for MJIT again
k0kubun
2018-10-22
1
-1
/
+1
*
encoding.c: check external encoding
nobu
2018-09-15
1
-0
/
+7
*
test/ruby/test_io.rb (test_select_leak): use handle_interrupt
normal
2018-08-29
1
-5
/
+7
*
test/ruby/test_io.rb (test_recycled_fd_close): Linux workaround
normal
2018-08-26
1
-0
/
+12
*
test/ruby/test_io.rb (test_recycled_fd_close): use IO#read to avoid ppoll call
normal
2018-08-24
1
-1
/
+1
*
test/ruby/test_io.rb (test_select_leak): quiet unused variable warning
normal
2018-08-19
1
-1
/
+1
[next]