[libmath-prime-util-perl] 14/25: Just skip 64-bit testing on 5.6.2

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:50:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.35
in repository libmath-prime-util-perl.

commit 934f6395341ba7aac2d425d5cdacd609784a02f9
Author: Dana Jacobsen <dana at acm.org>
Date:   Thu Dec 5 16:25:47 2013 -0800

    Just skip 64-bit testing on 5.6.2
---
 t/80-pp.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/80-pp.t b/t/80-pp.t
index 0b269cd..bb25783 100644
--- a/t/80-pp.t
+++ b/t/80-pp.t
@@ -5,7 +5,7 @@ use warnings;
 # This is a subset of our tests.  You really should run the whole test suite
 # on the PP code.  What this will do is basic regression testing.
 my $extra = defined $ENV{EXTENDED_TESTING} && $ENV{EXTENDED_TESTING};
-my $use64 = ~0 > 4294967295;
+my $use64 = ~0 > 4294967295 && ~0 != 18446744073709550592;
 
 use Test::More;
 my @small_primes = qw/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list