summaryrefslogtreecommitdiff
path: root/sci-libs/libdap/files/libdap-3.20.9-disable-net-tests.patch
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-29 09:03:01 +0000
committerSam James <sam@gentoo.org>2021-12-29 09:03:22 +0000
commit5ac778139dcffdf9853020a8938b75e973995896 (patch)
tree5d1f056975cbe12c68660f9b252dda5c8a78cf17 /sci-libs/libdap/files/libdap-3.20.9-disable-net-tests.patch
parent5e47cea22ab127e1450866c0457ac62b1d0d22e6 (diff)
downloadgentoo-5ac778139dcffdf9853020a8938b75e973995896.tar.gz
gentoo-5ac778139dcffdf9853020a8938b75e973995896.tar.bz2
gentoo-5ac778139dcffdf9853020a8938b75e973995896.zip
sci-libs/libdap: add 3.20.9
We were a bit behind in Gentoo so hopefully the linked bug is fixed too. Seems fine for me. Closes: https://bugs.gentoo.org/638494 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/libdap/files/libdap-3.20.9-disable-net-tests.patch')
-rw-r--r--sci-libs/libdap/files/libdap-3.20.9-disable-net-tests.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/sci-libs/libdap/files/libdap-3.20.9-disable-net-tests.patch b/sci-libs/libdap/files/libdap-3.20.9-disable-net-tests.patch
new file mode 100644
index 000000000000..e4fb53eee3d8
--- /dev/null
+++ b/sci-libs/libdap/files/libdap-3.20.9-disable-net-tests.patch
@@ -0,0 +1,34 @@
+Avoid network test failure:
+```
+## --------------------------------- ##
+## libdap 3.20.9 test suite: getdap. ##
+## --------------------------------- ##
+ 1: getdap -d http://test.opendap.org/dap/data/nc/fnoc1.nc getdap-testsuite/fnoc1.nc.dds (pass) FAILED (getdapTest.at:34)
+
+## ------------- ##
+```
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -43,7 +43,7 @@ endif
+ # TESTS = DASTest DDSTest EXPRTest DMRTest getdapTest
+
+ check_SCRIPTS = $(DASTESTSUITE) $(DDSTESTSUITE) $(EXPRTESTSUITE) \
+- $(DMRTESTSUITE) $(GETDAPTESTSUITE)
++ $(DMRTESTSUITE)
+
+ # Build the test drivers. The drivers all use the
+ # subclassed types in Test*.cc and the TestTypesFactory.
+@@ -117,12 +117,11 @@ DMRTESTSUITE = $(srcdir)/DMRTest
+ GETDAPTESTSUITE = $(srcdir)/getdapTest
+
+ check-local: atconfig atlocal $(DASTESTSUITE) $(DDSTESTSUITE) \
+-$(EXPRTESTSUITE) $(DMRTESTSUITE) $(GETDAPTESTSUITE)
++$(EXPRTESTSUITE) $(DMRTESTSUITE)
+ $(SHELL) '$(DASTESTSUITE)' $(TESTSUITEFLAGS)
+ $(SHELL) '$(DDSTESTSUITE)' $(TESTSUITEFLAGS)
+ $(SHELL) '$(EXPRTESTSUITE)' $(TESTSUITEFLAGS)
+ $(SHELL) '$(DMRTESTSUITE)' $(TESTSUITEFLAGS)
+- $(SHELL) '$(GETDAPTESTSUITE)' $(TESTSUITEFLAGS)
+
+ # Make sure there are no spaces after the DASTESTSUITE names. jhrg 3/16/15
+ # Delete the scripts here and not using CLEANFILES because this target is