[Openmp-commits] [openmp] fe13412 - [OpenMP] Disable workshare_chunk.c test case on SystemZ

Ulrich Weigand via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 20 03:12:41 PDT 2024


Author: Ulrich Weigand
Date: 2024-03-20T11:12:26+01:00
New Revision: fe1341248d7dd9abd0545ddb48373756645c3f9f

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

LOG: [OpenMP] Disable workshare_chunk.c test case on SystemZ

The test added by https://github.com/llvm/llvm-project/pull/83261
has been consistently failing.  Mark as UNSUPPORTED just like on
x86_64 and aarch64.

Added: 
    

Modified: 
    openmp/libomptarget/test/offloading/workshare_chunk.c

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/offloading/workshare_chunk.c b/openmp/libomptarget/test/offloading/workshare_chunk.c
index c2248547605be9..a8c60c0097791a 100644
--- a/openmp/libomptarget/test/offloading/workshare_chunk.c
+++ b/openmp/libomptarget/test/offloading/workshare_chunk.c
@@ -5,6 +5,8 @@
 // UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: s390x-ibm-linux-gnu
+// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
 
 // clang-format off
 


        


More information about the Openmp-commits mailing list