aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-05 23:55:23 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-05 23:55:23 +0000
commit5d983e4fb2d2ede5122941e094cbe2b7d4270b6b (patch)
treeef75c81fc0c469ff989fb40756615d6cfca6260f /ChangeLog
parentea67fb97d96b8439bd9ae035651063bdd1b4ddfb (diff)
downloadruby-5d983e4fb2d2ede5122941e094cbe2b7d4270b6b.tar.gz
test/socket/test_nonblock.rb: try to avoid EMSGSIZE
We want to test the IO::WaitWritable behavior, so silently discarding Errno::EMSGSIZE prevents the test from being effective. [ruby-core:69466] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11c6024164..6518f58b50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 6 08:52:13 2015 Eric Wong <e@80x24.org>
+
+ * test/socket/test_nonblock.rb: try to avoid EMSGSIZE
+ [ruby-core:69466]
+
Sat Jun 6 07:58:30 2015 Koichi Sasada <ko1@atdot.net>
* gc.c: remove struct mark_tbl_arg and pass objspace directly