aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-23 11:22:11 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-23 11:22:11 +0000
commit37f32fd6a0b80b6a272505589b0195ae8b6d5b85 (patch)
treee5a91fd489356acd76ff3aebca2ec3a08ea47302 /ChangeLog
parentf061bec852cae077b529790a12d9c9caed742290 (diff)
downloadruby-37f32fd6a0b80b6a272505589b0195ae8b6d5b85.tar.gz
* test/ruby/envutil.rb: try to wait a bit (0.1sec) when ruby process
exits by signals because some SEGV tests fail because of not enough error output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74b38e2a46..b073750d77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 23 20:20:17 2014 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/envutil.rb: try to wait a bit (0.1sec) when ruby process
+ exits by signals because some SEGV tests fail because of not enough
+ error output.
+
Thu Jan 23 20:06:27 2014 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_settracefunc.rb: check the target thread.