~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01_disable_some_tests.patch

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: disable test_primitives, which is unreliable on some platforms
 
2
Bug-Debian: https://bugs.debian.org/743047
 
3
Author: Anton Gladky <gladk@debian.org>
 
4
Last-Update: 2014-04-01
 
5
 
 
6
--- mpich-3.1.orig/src/openpa/test/Makefile.am
 
7
+++ mpich-3.1/src/openpa/test/Makefile.am
 
8
@@ -3,7 +3,7 @@
 
9
 #  (C) 2008 by Argonne National Laboratory.
 
10
 #      See COPYRIGHT in top-level directory.
 
11
 
 
12
-TESTS = sanity test_primitives test_barriers test_queue
 
13
+TESTS = sanity test_barriers test_queue
 
14
 
 
15
 check_PROGRAMS = $(TESTS)
 
16
 
 
17
@@ -12,7 +12,6 @@ LDADD = -l@OPALIBNAME@
 
18
 DEPENDENCIES = lib@OPALIBNAME@.la
 
19
 
 
20
 sanity_SOURCES = sanity.c
 
21
-test_primitives_SOURCES = test_primitives.c opa_test.h
 
22
 test_barriers_SOURCES = test_barriers.c opa_test.h
 
23
 test_queue_SOURCES = test_queue.c opa_test.h
 
24