[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
This commit is contained in:
Joseph Huber 2022-07-29 13:51:15 -04:00
parent d21b315360
commit 1d03b2efcd
1 changed files with 15 additions and 0 deletions

View File

@ -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>