Skip to content

Commit cd8843f

Browse files
authored
[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.
1 parent 1f973ef commit cd8843f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openmp/libomptarget/test/offloading/barrier_fence.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// RUN: %libomptarget-compileopt-generic -fopenmp-offload-mandatory -O3
44
// RUN: %libomptarget-run-generic
55

6+
// FIXME: This test is flaky on all targets
7+
// UNSUPPORTED: amdgcn-amd-amdhsa
8+
// UNSUPPORTED: nvptx64-nvidia-cuda
9+
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
610
// UNSUPPORTED: aarch64-unknown-linux-gnu
711
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
812
// UNSUPPORTED: x86_64-pc-linux-gnu

0 commit comments

Comments
 (0)