Skip to content

Commit fe13412

Browse files
committed
[OpenMP] Disable workshare_chunk.c test case on SystemZ
The test added by #83261 has been consistently failing. Mark as UNSUPPORTED just like on x86_64 and aarch64.
1 parent 260ac8e commit fe13412

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openmp/libomptarget/test/offloading/workshare_chunk.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
66
// UNSUPPORTED: x86_64-pc-linux-gnu
77
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
8+
// UNSUPPORTED: s390x-ibm-linux-gnu
9+
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
810

911
// clang-format off
1012

0 commit comments

Comments
 (0)