Skip to content

Commit 6c476d6

Browse files
committed
unsuport back deployment test
1 parent 5935b14 commit 6c476d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.wait/lost_wakeup.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
// UNSUPPORTED: no-threads
1010
// UNSUPPORTED: c++03, c++11, c++14, c++17
11+
// TODO: This test (unreliably) fails when back-deploying to macOS 15. However,
12+
// we've only managed to observe the failure on the Github-provided CI
13+
// runners, which is suspicious.
14+
// UNSUPPORTED: stdlib=system && target={{.+}}-apple-macosx15{{.*}}
1115

1216
// This is a stress test for std::atomic::wait for lost wake ups.
1317

0 commit comments

Comments
 (0)