File: disable-D4FilterClauseTest.patch

package info (click to toggle)
libdap 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,256 kB
  • sloc: cpp: 46,310; sh: 44,047; xml: 23,535; ansic: 19,973; yacc: 2,505; exp: 1,544; makefile: 581; lex: 309; fortran: 8
file content (19 lines) | stat: -rw-r--r-- 848 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Disable, D4FilterClauseTest, which hangs on several archs
Last-Updated: 2016-10-31
Bug-Origin: https://bugs.debian.org/836187
Forwarded: no

Index: libdap-3.21.1/unit-tests/Makefile.am
===================================================================
--- libdap-3.21.1.orig/unit-tests/Makefile.am
+++ libdap-3.21.1/unit-tests/Makefile.am
@@ -95,7 +95,7 @@ UNIT_TESTS = marshT arrayT attrTableT st
 # Unit tests for DAP4-only code. jhrg 2/4/22
 UNIT_TESTS += D4MarshallerTest D4UnMarshallerTest D4DimensionsTest \
 	D4EnumDefsTest D4GroupTest D4ParserSax2Test D4AttributesTest D4EnumTest \
-	chunked_iostream_test D4AsyncDocTest DMRTest D4FilterClauseTest \
+	chunked_iostream_test D4AsyncDocTest DMRTest  \
 	D4SequenceTest DmrRoundTripTest DmrToDap2Test IsDap4ProjectedTest
 
 else