From: Russell Gallop Date: Wed, 22 May 2019 12:07:52 +0000 (+0000) Subject: Mark tests from r361278 as unsupported on Windows. X-Git-Tag: llvmorg-10-init~4916 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=529141e4ad33551a1dd0c59e28f1462d7a8b411c;p=platform%2Fupstream%2Fllvm.git Mark tests from r361278 as unsupported on Windows. llvm-svn: 361374 --- diff --git a/clang/test/Driver/darwin-header-search-libcxx.cpp b/clang/test/Driver/darwin-header-search-libcxx.cpp index 98bd095..9113b29 100644 --- a/clang/test/Driver/darwin-header-search-libcxx.cpp +++ b/clang/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/clang/test/Driver/darwin-header-search-libstdcxx.cpp b/clang/test/Driver/darwin-header-search-libstdcxx.cpp index 480fb8c..ce9d2c1 100644 --- a/clang/test/Driver/darwin-header-search-libstdcxx.cpp +++ b/clang/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/clang/test/Driver/darwin-header-search-system.cpp b/clang/test/Driver/darwin-header-search-system.cpp index 790be50..3d16c7d 100644 --- a/clang/test/Driver/darwin-header-search-system.cpp +++ b/clang/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.