[mpich] 01/03: Disable test_primitives, which is unreliable on some platforms. (Closes: #743047)

Anton Gladky gladk at moszumanska.debian.org
Wed Apr 2 04:52:36 UTC 2014


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

gladk pushed a commit to branch master
in repository mpich.

commit c3e33989e9bc5c63e0e332f1853ed5e5672587b3
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Apr 1 20:16:18 2014 +0200

    Disable test_primitives, which is unreliable on some platforms. (Closes: #743047)
---
 debian/patches/01_disable_some_tests.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/01_disable_some_tests.patch b/debian/patches/01_disable_some_tests.patch
new file mode 100644
index 0000000..68dcfe9
--- /dev/null
+++ b/debian/patches/01_disable_some_tests.patch
@@ -0,0 +1,24 @@
+Description: disable test_primitives, which is unreliable on some platforms
+Bug-Debian: https://bugs.debian.org/743047
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2014-04-01
+
+--- mpich-3.1.orig/src/openpa/test/Makefile.am
++++ mpich-3.1/src/openpa/test/Makefile.am
+@@ -3,7 +3,7 @@
+ #  (C) 2008 by Argonne National Laboratory.
+ #      See COPYRIGHT in top-level directory.
+ 
+-TESTS = sanity test_primitives test_barriers test_queue
++TESTS = sanity test_barriers test_queue
+ 
+ check_PROGRAMS = $(TESTS)
+ 
+@@ -12,7 +12,6 @@ LDADD = -l at OPALIBNAME@
+ DEPENDENCIES = lib at OPALIBNAME@.la
+ 
+ sanity_SOURCES = sanity.c
+-test_primitives_SOURCES = test_primitives.c opa_test.h
+ test_barriers_SOURCES = test_barriers.c opa_test.h
+ test_queue_SOURCES = test_queue.c opa_test.h
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..57ee662
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_disable_some_tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mpich.git



More information about the debian-science-commits mailing list