mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
merge revision(s) 41427:
test_pty.rb: reap zombie * test/test_pty.rb (test_cloexec): reap zombie than leaving to detaching thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@44182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de13975790
commit
11fe8c9715
2 changed files with 4 additions and 3 deletions
|
@ -211,6 +211,7 @@ class TestPTY < Test::Unit::TestCase
|
||||||
PTY.spawn(RUBY, '-e', '') {|r, w, pid|
|
PTY.spawn(RUBY, '-e', '') {|r, w, pid|
|
||||||
assert(r.close_on_exec?)
|
assert(r.close_on_exec?)
|
||||||
assert(w.close_on_exec?)
|
assert(w.close_on_exec?)
|
||||||
|
Process.wait(pid)
|
||||||
}
|
}
|
||||||
rescue RuntimeError
|
rescue RuntimeError
|
||||||
skip $!
|
skip $!
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#define RUBY_VERSION "2.0.0"
|
#define RUBY_VERSION "2.0.0"
|
||||||
#define RUBY_RELEASE_DATE "2013-12-13"
|
#define RUBY_RELEASE_DATE "2013-12-14"
|
||||||
#define RUBY_PATCHLEVEL 358
|
#define RUBY_PATCHLEVEL 359
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2013
|
#define RUBY_RELEASE_YEAR 2013
|
||||||
#define RUBY_RELEASE_MONTH 12
|
#define RUBY_RELEASE_MONTH 12
|
||||||
#define RUBY_RELEASE_DAY 13
|
#define RUBY_RELEASE_DAY 14
|
||||||
|
|
||||||
#include "ruby/version.h"
|
#include "ruby/version.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue