
david at cantrell
Nov 27, 2007, 4:58 AM
Views: 64
Permalink
|
|
RC2 test failure: NetBSD/Alpha (was: RC1 build failure)
|
|
> > > > $ ./perl ../lib/Net/hostent.t > > > > 1..7 > > > > ok 1 - use Net::hostent; > > > > not ok 2 - gethost('localhost') > The failing test checks the definedness of the return value of > gethost(), not its value. > Does the built-in gethostbyaddr() return undef too ? I assume you mean gethostbyname? Yeah, that's undef in RC2 (built with threads). With a version of perl at patch 31856 (built *without* threads) it returns a sane-looking array. -- David Cantrell | Cake Smuggler Extraordinaire It's my experience that neither users nor customers can articulate what it is they want, nor can they evaluate it when they see it -- Alan Cooper
|