зеркало из https://github.com/github/ruby.git
Special case for Solaris 11x on RubyCI
* Where localhost is an alias but not the primary name of 127.0.0.1. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4dc1c725f8
Коммит
17d20383ef
|
@ -18,8 +18,11 @@ describe 'Socket.gethostbyaddr' do
|
||||||
@array = Socket.gethostbyaddr(@addr)
|
@array = Socket.gethostbyaddr(@addr)
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'includes the hostname as the first value' do
|
# RubyCI Solaris 11x defines 127.0.0.1 as unstable11x
|
||||||
@array[0].should == SocketSpecs.hostname_reverse_lookup
|
platform_is_not :"solaris2.11" do
|
||||||
|
it 'includes the hostname as the first value' do
|
||||||
|
@array[0].should == SocketSpecs.hostname_reverse_lookup
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'includes the aliases as the 2nd value' do
|
it 'includes the aliases as the 2nd value' do
|
||||||
|
|
Загрузка…
Ссылка в новой задаче