Skip to content

Commit a4dcfbc

Browse files
authored
[OpenMP][AIX] XFAIL capacity tests on AIX in 32-bit (#83014)
This patch XFAILs two capacity tests on AIX in 32-bit because running out resource with `4 x omp_get_max_threads()` in 32-bit mode.
1 parent 01450dd commit a4dcfbc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

openmp/runtime/test/tasking/hidden_helper_task/capacity_mix_threads.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// RUN: %libomp-cxx-compile-and-run
2+
//
3+
// AIX runs out of resource in 32-bit with 4*omp_get_max_threads() threads.
4+
// XFAIL: aix && ppc
25

36
#include <omp.h>
47

openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// RUN: %libomp-cxx-compile-and-run
2+
//
3+
// AIX runs out of resource in 32-bit with 4*omp_get_max_threads() threads.
4+
// XFAIL: aix && ppc
25

36
#include <omp.h>
47

0 commit comments

Comments
 (0)