File: disable-erange-fill-test.patch

package info (click to toggle)
pnetcdf 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,812 kB
  • sloc: ansic: 85,298; f90: 10,707; fortran: 9,283; cpp: 8,864; makefile: 3,084; perl: 2,833; sh: 2,538; yacc: 1,227; lex: 216
file content (25 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Disable test that fails incorrectly on S390x
Author: Alastair McKinstry <mckinstry@debian.org>
Bug-Origin: https://trac.mcs.anl.gov/projects/parallel-netcdf/ticket/38#comment:1
Forwarded: not-needed
Last-Updated: 2018-05-23

Index: pnetcdf-1.14.0/test/testcases/Makefile.am
===================================================================
--- pnetcdf-1.14.0.orig/test/testcases/Makefile.am
+++ pnetcdf-1.14.0/test/testcases/Makefile.am
@@ -121,10 +121,10 @@ if TEST_LARGE_COUNT
    TESTPROGRAMS += flexible_large_count
 endif
 
-if ENABLE_ERANGE_FILL
-   M4FLAGS += -DERANGE_FILL
-   TESTPROGRAMS += erange_fill
-endif
+#if ENABLE_ERANGE_FILL
+#   M4FLAGS += -DERANGE_FILL
+#   TESTPROGRAMS += erange_fill
+#endif
 
 M4FLAGS += -I${top_srcdir}/m4