Skip to content

Commit 8f6a964

Browse files
authored
[libc++] Fix tests broken on the Buildkite CI (#146733)
The Buildkite CI was unintentionally disabled for a few weeks. This patch fixes the CI jobs now that is has been re-enabled.
1 parent a774463 commit 8f6a964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
// There is no way to limit the number of threads on windows
1717
// UNSUPPORTED: windows
1818

19-
// AIX and macOS seem to limit the number of processes, not threads via RLIMIT_NPROC
19+
// AIX, macOS and FreeBSD seem to limit the number of processes, not threads via RLIMIT_NPROC
2020
// XFAIL: target={{.+}}-aix{{.*}}
2121
// XFAIL: target={{.+}}-apple-{{.*}}
22+
// XFAIL: freebsd
2223

2324
// This test makes sure that we fail gracefully in care the thread creation fails. This is only reliably possible on
2425
// systems that allow limiting the number of threads that can be created. See https://llvm.org/PR125428 for more details

0 commit comments

Comments
 (0)