On Mon, 25 Jul 2005 13:46:06 +0100, Nicholas Clark <[EMAIL PROTECTED]> wrote:

> On Mon, Jul 25, 2005 at 02:42:25PM +0200, H.Merijn Brand wrote:
> > On Mon, 25 Jul 2005 08:44 +0200, "H.Merijn Brand" <[EMAIL PROTECTED]>
> > wrote:
> > 
> > > Failures: (common-args) none
> > > [stdio/perlio/univ.utf8] 
> > > [stdio/perlio/univ.utf8] -DDEBUGGING
> > > [stdio/perlio/univ.utf8] -Duseithreads
> > > [stdio/perlio/univ.utf8] -DDEBUGGING -Duseithreads
> > >     ../ext/POSIX/t/sigaction.t..............FAILED 26-30
> > 
> > Change 25223 by [EMAIL PROTECTED] on 2005/07/25 11:47:03
> > 
> >         use POSIX might not throw an error. Check for useful values also
> 
> Why doesn't it?
> 
> Is this a different bug?
> 
> > <     eval 'use POSIX qw(%SIGRT SIGRTMIN SIGRTMAX); SIGRTMIN + SIGRTMAX';
> > <     skip("no SIGRT signals", 4) if $@;
> > <     ok(SIGRTMAX > SIGRTMIN, "SIGRTMAX > SIGRTMIN");
> > ---
> > >     eval 'use POSIX qw(%SIGRT SIGRTMIN SIGRTMAX); SIGRTMIN() +
> > > SIGRTMAX()'; skip("no SIGRT signals", 4) if $@ || SIGRTMIN() < 0 ||
> > > SIGRTMAX() < 0; ok(SIGRTMAX() > SIGRTMIN(), "SIGRTMAX > SIGRTMIN");
> 
> Or is it successfully exporting SIGRTMIN and SIGRTMAX, and the constants
> both have the value -1?

Yes, both are -1 (on HP-UX 10.20)

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2  on HP-UX 10.20, 11.00 & 11.11,
 AIX 4.3 & 5.2, SuSE 9.2 & 9.3, and Cygwin. http://www.cmve.net/~merijn
Smoking perl: http://www.test-smoke.org,    perl QA: http://qa.perl.org
 reports  to: [EMAIL PROTECTED],                perl-qa@perl.org

Reply via email to