From acfd12ae36cb5246f8d88932c88b95646e1916bf Mon Sep 17 00:00:00 2001 From: odaira Date: Thu, 10 Mar 2016 00:55:37 +0000 Subject: * test/socket/test_socket.rb (test_udp_recvmsg_truncation): AIX does not set the MSG_TRUNC flag for a message partially read by recvmsg(2) with the MSG_PEEK flag set. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e73d3b08f..4c7f7e2a4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 10 09:49:54 2016 Rei Odaira + + * test/socket/test_socket.rb (test_udp_recvmsg_truncation): + AIX does not set the MSG_TRUNC flag for a message partially read + by recvmsg(2) with the MSG_PEEK flag set. + Wed Mar 9 16:48:45 2016 Koichi Sasada * benchmark/driver.rb: fix my last commit (syntax error). -- cgit v1.2.3