[llvm] [Offlaod] Disable flaky test on host-offloading (PR #93174)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 04:17:15 PDT 2024
https://github.com/jplehr created https://github.com/llvm/llvm-project/pull/93174
This test started to be flaky on the AMDGPU buildbot.
To get the bot back into a more useful shape, disable the test while we investigate.
Issue is tracked: https://github.com/llvm/llvm-project/issues/93173
>From f5e1304adc1d54e5cc3e297160666095e3b86101 Mon Sep 17 00:00:00 2001
From: JP Lehr <JanPatrick.Lehr at amd.com>
Date: Thu, 23 May 2024 06:05:13 -0500
Subject: [PATCH] [Offlaod] Disable flaky test on AMDGPU
While we investigate the issue, we disable the test on AMDGPU so the
buildbots are more useful.
Issue is tracked: https://github.com/llvm/llvm-project/issues/93173
---
offload/test/offloading/dynamic_module.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/offload/test/offloading/dynamic_module.c b/offload/test/offloading/dynamic_module.c
index f1e9862002a18..9dcf3a1ae649a 100644
--- a/offload/test/offloading/dynamic_module.c
+++ b/offload/test/offloading/dynamic_module.c
@@ -2,6 +2,8 @@
// RUN: %libomptarget-compile-generic %t.so && %libomptarget-run-generic 2>&1 | %fcheck-generic
// RUN: %libomptarget-compileopt-generic -DSHARED -fPIC -shared -o %t.so && \
// RUN: %libomptarget-compileopt-generic %t.so && %libomptarget-run-generic 2>&1 | %fcheck-generic
+//
+// UNSUPPORTED: x86_64-pc-linux-gnu
#ifdef SHARED
void foo() {}
More information about the llvm-commits
mailing list