[libmath-prime-util-perl] 01/13: Turn off threading tests for Cygwin

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


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

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

commit 5b2c0f656530596ba28aea73fd6310083ac9275f
Author: Dana Jacobsen <dana at acm.org>
Date:   Wed Jul 18 09:19:51 2012 -0500

    Turn off threading tests for Cygwin
---
 t/31-threading.t | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/t/31-threading.t b/t/31-threading.t
index ea91db7..8a13452 100644
--- a/t/31-threading.t
+++ b/t/31-threading.t
@@ -8,6 +8,12 @@ BEGIN {
     print("1..0 # Skip Threads not supported\n");
     exit(0);
   }
+  # All these tests used to run on Cygwin, but now they're all giving me
+  # random panics in mutexes.
+  if ($Config{osname} eq 'cygwin') {
+    print "1..0 # Skip Cygwin threads are unstable\n";
+    exit 0;
+  }
   # Should be be looking for newer than 5.008?
   if (! eval { require threads }) {
     print "1..0 # Skip threads.pm not installed\n";

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