From 09780ef69ddfcb13708c7deaada2bb0b8a609b2c Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 27 Oct 2022 15:20:45 +0200 Subject: [PATCH] Related: CVE-2022-32221 - temporarily disable tests 2034 2037 2041 on aarch64 They consistently fail on CentOS Koji for no apparent reason. All the tests first succeed while testing libcurl-minimal but they subsequently fail while testing libcurl-full. I suspect some failed cleanup issue in the upstream test-suite which manifests on CentOS aarch64 builders only. --- curl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/curl.spec b/curl.spec index e0c86ac..711261a 100644 --- a/curl.spec +++ b/curl.spec @@ -290,6 +290,11 @@ echo "582" >> tests/data/DISABLED printf "702\n703\n716\n" >> tests/data/DISABLED %endif +# temporarily disable tests 2034 2037 2041 on aarch64 +%ifarch aarch64 +printf "2034\n2037\n2041\n" >> tests/data/DISABLED +%endif + # adapt test 323 for updated OpenSSL sed -e 's|^35$|35,52|' -i tests/data/test323