[Openmp-commits] [openmp] cd8843f - [OpenMP] Disable flaky barrier fence test (#85093)

via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 13 13:05:25 PDT 2024


Author: Joseph Huber
Date: 2024-03-13T15:05:22-05:00
New Revision: cd8843f87af2f04a85dda12b37738596cbf4cd5e

URL: https://github.com/llvm/llvm-project/commit/cd8843f87af2f04a85dda12b37738596cbf4cd5e
DIFF: https://github.com/llvm/llvm-project/commit/cd8843f87af2f04a85dda12b37738596cbf4cd5e.diff

LOG: [OpenMP] Disable flaky barrier fence test (#85093)

Summary:
This test is flaky on all targets I know of. We should disable it for
now so running the test suite doesn't randomly fail 50% of the time.

Added: 
    

Modified: 
    openmp/libomptarget/test/offloading/barrier_fence.c

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/offloading/barrier_fence.c b/openmp/libomptarget/test/offloading/barrier_fence.c
index 5d1096478ed9e9..3eeaac52a2d60f 100644
--- a/openmp/libomptarget/test/offloading/barrier_fence.c
+++ b/openmp/libomptarget/test/offloading/barrier_fence.c
@@ -3,6 +3,10 @@
 // RUN: %libomptarget-compileopt-generic -fopenmp-offload-mandatory -O3
 // RUN: %libomptarget-run-generic
 
+// FIXME: This test is flaky on all targets
+// UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: nvptx64-nvidia-cuda
+// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
 // UNSUPPORTED: aarch64-unknown-linux-gnu
 // UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu


        


More information about the Openmp-commits mailing list