[libc++][z/OS] XFAIL thread_create_failure.pass.cpp on z/OS (#147520)

Number of threads on z/OS are controlled at the system level and thus we eed to XFAIL this test.
This commit is contained in:
Zibi Sarbinowski 2025-07-08 14:46:12 -04:00 committed by GitHub
parent 0863979e84
commit bc8aa974c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,9 @@
// XFAIL: target={{.+}}-apple-{{.*}} // XFAIL: target={{.+}}-apple-{{.*}}
// XFAIL: freebsd // XFAIL: freebsd
// z/OS does not have mechanism to limit the number of threads
// XFAIL: target={{.+}}-zos{{.*}}
// This test makes sure that we fail gracefully in care the thread creation fails. This is only reliably possible on // This test makes sure that we fail gracefully in care the thread creation fails. This is only reliably possible on
// systems that allow limiting the number of threads that can be created. See https://llvm.org/PR125428 for more details // systems that allow limiting the number of threads that can be created. See https://llvm.org/PR125428 for more details