[Openmp-commits] [PATCH] D122658: [libomptarget] x86 offloading fails map_back_race.cpp intermittently

Ron Lieberman via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 29 07:58:16 PDT 2022


ronlieb created this revision.
ronlieb added reviewers: jdoerfert, JonChesterfield, saiislam, dpalermo.
Herald added a subscriber: pengfei.
Herald added a project: All.
ronlieb requested review of this revision.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.

suppress test for x86 offloading , intermittent failures


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122658

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,6 +2,10 @@
 
 // Taken from https://github.com/llvm/llvm-project/issues/54216
 
+
+// UNSUPPORTED: x86_64-pc-linux-gnu
+// UNSUPPORTED: x86_64-pc-linux-gnu-newDriver
+
 #include <algorithm>
 #include <cstdlib>
 #include <iostream>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122658.418879.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220329/7c8da1f4/attachment.bin>


More information about the Openmp-commits mailing list