From: Russell Gallop Date: Wed, 22 May 2019 12:07:52 +0000 (+0000) Subject: Mark tests from r361278 as unsupported on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc52252f1aa0a19104f89e09bfbc08e545719d32;p=clang Mark tests from r361278 as unsupported on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361374 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/darwin-header-search-libcxx.cpp b/test/Driver/darwin-header-search-libcxx.cpp index 98bd095448..9113b291e7 100644 --- a/test/Driver/darwin-header-search-libcxx.cpp +++ b/test/Driver/darwin-header-search-libcxx.cpp @@ -1,3 +1,5 @@ +// UNSUPPORTED: system-windows + // General tests that the header search paths for libc++ detected by the driver // and passed to CC1 are correct on Darwin platforms. diff --git a/test/Driver/darwin-header-search-libstdcxx.cpp b/test/Driver/darwin-header-search-libstdcxx.cpp index 480fb8c6de..ce9d2c1b7e 100644 --- a/test/Driver/darwin-header-search-libstdcxx.cpp +++ b/test/Driver/darwin-header-search-libstdcxx.cpp @@ -1,3 +1,5 @@ +// UNSUPPORTED: system-windows + // General tests that the header search paths for libstdc++ detected by the // driver and passed to CC1 are correct on Darwin platforms. diff --git a/test/Driver/darwin-header-search-system.cpp b/test/Driver/darwin-header-search-system.cpp index 790be50596..3d16c7d2d2 100644 --- a/test/Driver/darwin-header-search-system.cpp +++ b/test/Driver/darwin-header-search-system.cpp @@ -1,3 +1,5 @@ +// UNSUPPORTED: system-windows + // General tests that the system header search paths detected by the driver // and passed to CC1 are correct on Darwin platforms.