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
|