ruby-changes:66962
From: Yusuke <ko1@a...>
Date: Thu, 29 Jul 2021 13:52:04 +0900 (JST)
Subject: [ruby-changes:66962] 27fb9d272d (master): test/socket/test_socket.rb: skip on Solaris
https://git.ruby-lang.org/ruby.git/commit/?id=27fb9d272d From 27fb9d272daaae89089dfb61849ebe8e7aa6c833 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Thu, 29 Jul 2021 13:49:35 +0900 Subject: test/socket/test_socket.rb: skip on Solaris The test fails on Solaris 10. Maybe due to the IPv6 configuration on the server, but I have no idea at all. I've asked @ngoto to investigate the issue, so will tentatively skip the tests on Solaris http://rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20210729T040002Z.fail.html.gz --- test/socket/test_socket.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/socket/test_socket.rb b/test/socket/test_socket.rb index 16c359e..9807db3 100644 --- a/test/socket/test_socket.rb +++ b/test/socket/test_socket.rb @@ -1,5 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/test/socket/test_socket.rb#L1 # frozen_string_literal: true +# tentatively disabled due to IPv6 configuration issue on Solaris CI +# http://rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20210729T040002Z.fail.html.gz +return if /solaris/ =~ RUBY_PLATFORM + begin require "socket" require "tmpdir" -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/