ruby-changes:52404
From: nagachika <ko1@a...>
Date: Sun, 2 Sep 2018 12:43:30 +0900 (JST)
Subject: [ruby-changes:52404] nagachika:r64613 (ruby_2_5): test/ruby/test_io.rb (test_select_leak): extend timeout for Arch Linux[Backport 14929]
nagachika 2018-09-02 12:43:25 +0900 (Sun, 02 Sep 2018) New Revision: 64613 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64613 Log: test/ruby/test_io.rb (test_select_leak): extend timeout for Arch Linux[Backport 14929] Modified files: branches/ruby_2_5/test/ruby/test_io.rb branches/ruby_2_5/version.h Index: ruby_2_5/version.h =================================================================== --- ruby_2_5/version.h (revision 64612) +++ ruby_2_5/version.h (revision 64613) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_5/version.h#L1 #define RUBY_VERSION "2.5.2" -#define RUBY_RELEASE_DATE "2018-09-01" -#define RUBY_PATCHLEVEL 86 +#define RUBY_RELEASE_DATE "2018-09-02" +#define RUBY_PATCHLEVEL 87 #define RUBY_RELEASE_YEAR 2018 #define RUBY_RELEASE_MONTH 9 -#define RUBY_RELEASE_DAY 1 +#define RUBY_RELEASE_DAY 2 #include "ruby/version.h" Index: ruby_2_5/test/ruby/test_io.rb =================================================================== --- ruby_2_5/test/ruby/test_io.rb (revision 64612) +++ ruby_2_5/test/ruby/test_io.rb (revision 64613) @@ -3744,7 +3744,7 @@ __END__ https://github.com/ruby/ruby/blob/trunk/ruby_2_5/test/ruby/test_io.rb#L3744 end if Socket.const_defined?(:MSG_OOB) def test_select_leak - assert_no_memory_leak([], <<-"end;", <<-"end;", rss: true, timeout: 120) + assert_no_memory_leak([], <<-"end;", <<-"end;", rss: true, timeout: 240) r, w = IO.pipe rset = [r] wset = [w] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/