From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73828158086 for ; Sun, 2 Jan 2022 07:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AEA32C4003; Sun, 2 Jan 2022 07:19:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 787B72C4004 for ; Sun, 2 Jan 2022 07:19:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE3BF342DD0 for ; Sun, 2 Jan 2022 07:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 562D5233 for ; Sun, 2 Jan 2022 07:19:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641107855.148bb23c4f213340ee4607f737f293ba1406af7f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libdap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libdap/files/libdap-3.20.9-disable-net-tests.patch X-VCS-Directories: sci-libs/libdap/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 148bb23c4f213340ee4607f737f293ba1406af7f X-VCS-Branch: master Date: Sun, 2 Jan 2022 07:19:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9501ec7-d5ee-4aa9-ac24-288fde7778bf X-Archives-Hash: 9788f80e54a0f9e0faedc927d7df49e0 commit: 148bb23c4f213340ee4607f737f293ba1406af7f Author: Sam James gentoo org> AuthorDate: Sun Jan 2 07:17:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 2 07:17:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148bb23c sci-libs/libdap: disable more network tests Closes: https://bugs.gentoo.org/830221 Signed-off-by: Sam James gentoo.org> .../files/libdap-3.20.9-disable-net-tests.patch | 42 +++++++++------------- 1 file changed, 17 insertions(+), 25 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 index e4fb53eee3d8..9426a287b42e 100644 --- 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 @@ -1,30 +1,8 @@ -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) - -## ------------- ## -``` +https://src.fedoraproject.org/rpms/libdap/raw/rawhide/f/libdap-offline.patch +https://bugs.gentoo.org/830221 --- 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) +@@ -120,7 +120,6 @@ $(EXPRTESTSUITE) $(DMRTESTSUITE) $(GETDA $(SHELL) '$(DDSTESTSUITE)' $(TESTSUITEFLAGS) $(SHELL) '$(EXPRTESTSUITE)' $(TESTSUITEFLAGS) $(SHELL) '$(DMRTESTSUITE)' $(TESTSUITEFLAGS) @@ -32,3 +10,17 @@ Avoid network test failure: # 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 +--- a/unit-tests/Makefile.am ++++ b/unit-tests/Makefile.am +@@ -78,9 +78,9 @@ D4-xml.tar.gz: D4-xml/DMR_*[0-9].xml + if CPPUNIT + UNIT_TESTS = marshT arrayT attrTableT structT sequenceT ddsT dasT \ + RegexTest ArrayTest AttrTableTest ByteTest MIMEUtilTest ancT DASTest \ +- DDSTest DDXParserTest generalUtilTest HTTPConnectTest parserUtilTest \ ++ DDSTest DDXParserTest generalUtilTest parserUtilTest \ + RCReaderTest SequenceTest SignalHandlerTest MarshallerTest \ +- HTTPCacheTest ServerFunctionsListUnitTest Int8Test Int16Test UInt16Test \ ++ ServerFunctionsListUnitTest Int8Test Int16Test UInt16Test \ + Int32Test UInt32Test Int64Test UInt64Test Float32Test Float64Test \ + D4BaseTypeFactoryTest BaseTypeFactoryTest +