[llvm] [Offload] Disable flaky test on host-offloading (PR #93174)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 04:19:11 PDT 2024
https://github.com/jplehr updated https://github.com/llvm/llvm-project/pull/93174
>From b7cd91e3d5612cae0f6afe3cd3667b217ead7463 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] [Offload] Disable flaky test on host-offloading
While we investigate the issue, we disable the test on host-offloading
so the buildbots are back to more useful state.
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