ruby-changes:52288
From: naruse <ko1@a...>
Date: Wed, 22 Aug 2018 00:57:28 +0900 (JST)
Subject: [ruby-changes:52288] naruse:r64496 (trunk): AIX also timeouts the spec
naruse 2018-08-22 00:57:23 +0900 (Wed, 22 Aug 2018) New Revision: 64496 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64496 Log: AIX also timeouts the spec Modified files: trunk/spec/ruby/library/socket/socket/accept_spec.rb Index: spec/ruby/library/socket/socket/accept_spec.rb =================================================================== --- spec/ruby/library/socket/socket/accept_spec.rb (revision 64495) +++ spec/ruby/library/socket/socket/accept_spec.rb (revision 64496) @@ -12,7 +12,7 @@ describe 'Socket#accept' do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/socket/socket/accept_spec.rb#L12 @server.close unless @server.closed? end - platform_is_not :darwin, :freebsd, :solaris, :windows do # hangs + platform_is_not :aix, :darwin, :freebsd, :solaris, :windows do # hangs describe 'using an unbound socket' do it 'raises Errno::EINVAL' do lambda { @server.accept }.should raise_error(Errno::EINVAL) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/