[Openmp-commits] [openmp] ca70512 - [OPENMP]Mark test as unsupported to avoid possible unexpected passes,

Alexey Bataev via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 22 08:06:33 PDT 2021


Author: Alexey Bataev
Date: 2021-04-22T08:06:25-07:00
New Revision: ca7051209935e0af9e23f64454b5d1aeafd06243

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

LOG: [OPENMP]Mark test as unsupported to avoid possible unexpected passes,
NFC.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/declare_mapper_nested_default_mappers_array.cpp b/openmp/libomptarget/test/mapping/declare_mapper_nested_default_mappers_array.cpp
index 9274c493e6d0d..87d2ef5fc4f3b 100644
--- a/openmp/libomptarget/test/mapping/declare_mapper_nested_default_mappers_array.cpp
+++ b/openmp/libomptarget/test/mapping/declare_mapper_nested_default_mappers_array.cpp
@@ -4,7 +4,7 @@
 // RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
 // RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
 
-// XFAIL: clang
+// UNSUPPORTED: clang
 
 #include <cstdio>
 #include <cstdlib>


        


More information about the Openmp-commits mailing list