File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
// This test requires a dylib containing the fix shipped in https://reviews.llvm.org/D118134.
33
33
// 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}}
37
37
38
38
// Windows doesn't support the necessary APIs to mitigate this issue.
39
39
// XFAIL: target={{.+}}-windows-{{.+}}
You can’t perform that action at this time.
0 commit comments