[libmath-prime-util-perl] 23/25: Thanks TravisCI -- need to count for the extra test when skipping

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:50:39 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 b9c24be57eb39cf962e3256a3bfd86ed479b8327
Author: Dana Jacobsen <dana at acm.org>
Date:   Sun Dec 8 02:57:31 2013 -0800

    Thanks TravisCI -- need to count for the extra test when skipping
---
 t/13-primecount.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/13-primecount.t b/t/13-primecount.t
index f61925d..1de5735 100644
--- a/t/13-primecount.t
+++ b/t/13-primecount.t
@@ -156,7 +156,7 @@ sub parse_range {
 
 # Make sure each specific algorithm isn't broken.
 SKIP: {
-  skip "Not XS -- skipping direct primecount tests", 5 unless $isxs;
+  skip "Not XS -- skipping direct primecount tests", 6 unless $isxs;
   # This has to be above SIEVE_LIMIT in lehmer.c and lmo.c or nothing happens.
   is(Math::Prime::Util::_XS_lehmer_pi  (66123456), 3903023, "XS Lehmer count");
   is(Math::Prime::Util::_XS_meissel_pi (66123456), 3903023, "XS Meissel count");

-- 
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