[Openmp-commits] [PATCH] D130789: [Libomptarget] Disable testing map_back_race.cpp

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 29 10:56:45 PDT 2022


jhuber6 created this revision.
jhuber6 added reviewers: jdoerfert, tianshilei1992, JonChesterfield, ronlieb.
jhuber6 added a project: OpenMP.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130789

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


Index: openmp/libomptarget/test/mapping/map_back_race.cpp
===================================================================
--- openmp/libomptarget/test/mapping/map_back_race.cpp
+++ 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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130789.448683.patch
Type: text/x-patch
Size: 1158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220729/c5e67395/attachment.bin>


More information about the Openmp-commits mailing list