Skip to content

Commit

Permalink
[OpenMP] Disable flaky barrier fence test (#85093)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhuber6 committed Mar 13, 2024
1 parent 1f973ef commit cd8843f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openmp/libomptarget/test/offloading/barrier_fence.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd8843f

Please sign in to comment.