diff options
author | Louis Dionne <ldionne@apple.com> | 2019-03-20 14:34:00 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-03-20 14:34:00 +0000 |
commit | b38c08ac02460b5555b9d6c8468db4d58eb4ef9c (patch) | |
tree | 7220b919d3f303d8d9947e5c1e97d9031144a8f7 /libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp | |
parent | 7bb785cbc3b78a0a7aab8ee6e859625a85498e4d (diff) | |
download | bcm5719-llvm-b38c08ac02460b5555b9d6c8468db4d58eb4ef9c.tar.gz bcm5719-llvm-b38c08ac02460b5555b9d6c8468db4d58eb4ef9c.zip |
[libc++] Mark <filesystem> tests as failing when the dylib doesn't support filesystem
This fixes CI for back-deployment testers on platforms that don't have
<filesystem> support in the dylib.
This is effectively half of https://reviews.llvm.org/D59224. The other
half requires fixes in Clang.
llvm-svn: 356558
Diffstat (limited to 'libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp index ea244e1a32d..4f8bacb205d 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp @@ -7,6 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++98, c++03, c++11, c++14 +// XFAIL: dylib-has-no-filesystem // <fstream> |