Skip to content

Commit bef05b6

Browse files
committed
change toctou.pass.cpp back to UNSUPPORTED for apple
1 parent e5fc21d commit bef05b6

File tree

1 file changed

+3
-3
lines changed
  • libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all

1 file changed

+3
-3
lines changed

libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/toctou.pass.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
// This test requires a dylib containing the fix shipped in https://reviews.llvm.org/D118134.
3333
// We use UNSUPPORTED instead of XFAIL because the test might not fail reliably.
34-
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14|15}}
35-
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx11.0
36-
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx12.{{0|1|2}}
34+
// UNSUPPORTED: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14|15}}
35+
// UNSUPPORTED: stdlib=apple-libc++ && target={{.+}}-apple-macosx11.0
36+
// UNSUPPORTED: stdlib=apple-libc++ && target={{.+}}-apple-macosx12.{{0|1|2}}
3737

3838
// Windows doesn't support the necessary APIs to mitigate this issue.
3939
// XFAIL: target={{.+}}-windows-{{.+}}

0 commit comments

Comments
 (0)