mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 23:17:11 +08:00
[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.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
// RUN: %libomp-cxx-compile-and-run
|
||||
//
|
||||
// AIX runs out of resource in 32-bit with 4*omp_get_max_threads() threads.
|
||||
// XFAIL: aix && ppc
|
||||
|
||||
#include <omp.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
// RUN: %libomp-cxx-compile-and-run
|
||||
//
|
||||
// AIX runs out of resource in 32-bit with 4*omp_get_max_threads() threads.
|
||||
// XFAIL: aix && ppc
|
||||
|
||||
#include <omp.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user