From b38c08ac02460b5555b9d6c8468db4d58eb4ef9c Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 20 Mar 2019 14:34:00 +0000 Subject: [libc++] Mark tests as failing when the dylib doesn't support filesystem This fixes CI for back-deployment testers on platforms that don't have support in the dylib. This is effectively half of https://reviews.llvm.org/D59224. The other half requires fixes in Clang. llvm-svn: 356558 --- libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/test/std/utilities') diff --git a/libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp b/libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp index ef616570b70..3fa3cb812f5 100644 --- a/libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp +++ b/libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp @@ -7,6 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++98, c++03, c++11, c++14, c++17 +// XFAIL: dylib-has-no-filesystem // -- cgit v1.2.3