From 232e101d8b33516ede2a358e8653cf113d229aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Tue, 22 Oct 2024 14:09:49 +0200 Subject: [PATCH] Ignore AVCs on some RHEL z-streams Quite specific and not really important in real life, unlikely to be fixed. --- tests/Sanity/suite_libgomp/main.fmf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Sanity/suite_libgomp/main.fmf b/tests/Sanity/suite_libgomp/main.fmf index 529421d..92bfb29 100644 --- a/tests/Sanity/suite_libgomp/main.fmf +++ b/tests/Sanity/suite_libgomp/main.fmf @@ -70,6 +70,10 @@ adjust+: when: distro < rhel-7 continue: false because: -fstack-protector-strong not present + - when: distro == rhel-9 and distro ~< rhel-9.5 + check+: + - how: avc + enabled: false extra-nitrate: TC#0616954 extra-summary: /tools/gcc/Sanity/suite_libgomp extra-task: /tools/gcc/Sanity/suite_libgomp