[llvm] [Offlaod] Disable flaky test on host-offloading (PR #93174)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 04:17:49 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-offload
Author: Jan Patrick Lehr (jplehr)
<details>
<summary>Changes</summary>
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
---
Full diff: https://github.com/llvm/llvm-project/pull/93174.diff
1 Files Affected:
- (modified) offload/test/offloading/dynamic_module.c (+2)
``````````diff
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() {}
``````````
</details>
https://github.com/llvm/llvm-project/pull/93174
More information about the llvm-commits
mailing list