From c8c29657db168115c1acfb30491c47fb337fe087 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Jan 05 2024 21:03:21 +0000 Subject: Skip wchar-char test on s390x Reported as https://bugzilla.redhat.com/show_bug.cgi?id=2256986 --- diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index 96efbcc..9b6e11a 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -69,6 +69,11 @@ popd # GCC 10 defaults to -fno-common # https://gcc.gnu.org/gcc-10/changes.html (see C section) +# Test wchar-char failing on s390x (only) +# Reported: https://bugzilla.redhat.com/show_bug.cgi?id=2256986 +%ifarch s390x +sed -i '/wchar-char-test/d' test/tests +%endif cd test && make installcheck %{_smp_mflags} CFLAGS="%{optflags} -fcommon" || { echo "=== trying to find all regression.diffs files in build directory ===" find -name regression.diffs | while read line; do