Skip to content

Commit 2aaaf27

Browse files
committed
Add UNSUPPORTED annotation
1 parent 08be6fe commit 2aaaf27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/test/libcxx/vendor/apple/disable-availability.sh.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
// REQUIRES: stdlib=apple-libc++
1010

11+
// This test is dependent on the code generated by the compiler, and it doesn't
12+
// work properly with older AppleClangs.
13+
// UNSUPPORTED: apple-clang-15
14+
1115
// This test ensures that we retain a way to disable availability markup on Apple platforms
1216
// in order to work around Clang bug https://github.com/llvm/llvm-project/issues/134151.
1317
//

0 commit comments

Comments
 (0)