From 07c482bdc67691baacc76c9457cd42cf787b7c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Wed, 21 Aug 2024 14:08:46 +0200 Subject: [PATCH] TLS-variable-wrongly-relocated-on-debug-info: no gcc-toolset-14-gdb on RHEL9 --- .../TLS-variable-wrongly-relocated-on-debug-info/main.fmf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/bugs/TLS-variable-wrongly-relocated-on-debug-info/main.fmf b/tests/bugs/TLS-variable-wrongly-relocated-on-debug-info/main.fmf index 6db1455..1b558a8 100644 --- a/tests/bugs/TLS-variable-wrongly-relocated-on-debug-info/main.fmf +++ b/tests/bugs/TLS-variable-wrongly-relocated-on-debug-info/main.fmf @@ -9,7 +9,13 @@ require+: - gdb adjust+: - - when: collection == gcc-toolset-14 + - when: collection == gcc-toolset-14 and distro == rhel-9 + require+: + - gdb + environment+: + REQUIRES: gdb + + - when: collection == gcc-toolset-14 and distro == rhel-8 require+: - gcc-toolset-14-gdb environment+: