From d8cc7aef919963d4e02c6baf0915cb2c548ab0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Wed, 23 Oct 2024 12:32:31 +0200 Subject: [PATCH] More RHEL-22596 workarounds needed --- tests/Sanity/suite_libgomp/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Sanity/suite_libgomp/runtest.sh b/tests/Sanity/suite_libgomp/runtest.sh index 9214b73..07b5619 100755 --- a/tests/Sanity/suite_libgomp/runtest.sh +++ b/tests/Sanity/suite_libgomp/runtest.sh @@ -325,7 +325,7 @@ rlJournalStart rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/pr99555-1.c" rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/simd-math-1.c" rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/switch-conversion{,-2}.c" - rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/target-{4,7,9,12,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,32,33,34,36,37,38,39,41,42,43,44,46,47,53,54}.c" + rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/target-{4,7,9,12,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,32,33,34,36,37,38,39,41,42,43,44,46,47,49,51,53,54,55a}.c" rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/target-critical-1.c" rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/target-has-device-addr-3.c" rlRun "rm -f $SRCROOT/libgomp/testsuite/libgomp.c/target-{link,print}-1.c"