[Openmp-commits] [openmp] 1d03b2e - [Libomptarget] Disable testing map_back_race.cpp

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Sat Jul 30 12:02:03 PDT 2022


Author: Joseph Huber
Date: 2022-07-30T15:01:47-04:00
New Revision: 1d03b2efcd40eb8225a0b10afea86e8a1436681e

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

LOG: [Libomptarget] Disable testing map_back_race.cpp

This test hasn't been fixed and causes spurious failures when testing.
This patch sets it as unsupported until we have a reliable fix.

Reviewed By: ronlieb

Differential Revision: https://reviews.llvm.org/D130789

Added: 
    

Modified: 
    openmp/libomptarget/test/mapping/map_back_race.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/map_back_race.cpp b/openmp/libomptarget/test/mapping/map_back_race.cpp
index 60db430f311a1..da9d50ee3189d 100644
--- a/openmp/libomptarget/test/mapping/map_back_race.cpp
+++ b/openmp/libomptarget/test/mapping/map_back_race.cpp
@@ -2,9 +2,24 @@
 
 // Taken from https://github.com/llvm/llvm-project/issues/54216
 
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-oldDriver
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: amdgcn-amd-amdhsa-oldDriver
+// UNSUPPORTED: amdgcn-amd-amdhsa-LTO
+// UNSUPPORTED: powerpc64le-ibm-linux-gnu
+// UNSUPPORTED: powerpc64le-ibm-linux-gnu-oldDriver
+// UNSUPPORTED: powerpc64le-ibm-linux-gnu-LTO
+// UNSUPPORTED: powerpc64-ibm-linux-gnu
+// UNSUPPORTED: powerpc64-ibm-linux-gnu-oldDriver
+// UNSUPPORTED: powerpc64-ibm-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: nvptx64-nvidia-cuda
+// UNSUPPORTED: nvptx64-nvidia-cuda-oldDriver
+// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
 
 #include <algorithm>
 #include <cstdlib>


        


More information about the Openmp-commits mailing list