We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0863979 commit bc8aa97Copy full SHA for bc8aa97
libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp
@@ -21,6 +21,9 @@
21
// XFAIL: target={{.+}}-apple-{{.*}}
22
// XFAIL: freebsd
23
24
+// z/OS does not have mechanism to limit the number of threads
25
+// XFAIL: target={{.+}}-zos{{.*}}
26
+
27
// This test makes sure that we fail gracefully in care the thread creation fails. This is only reliably possible on
28
// systems that allow limiting the number of threads that can be created. See https://llvm.org/PR125428 for more details
29
0 commit comments