Mark tests from r361278 as unsupported on Windows.
authorRussell Gallop <russell.gallop@gmail.com>
Wed, 22 May 2019 12:07:52 +0000 (12:07 +0000)
committerRussell Gallop <russell.gallop@gmail.com>
Wed, 22 May 2019 12:07:52 +0000 (12:07 +0000)
llvm-svn: 361374

clang/test/Driver/darwin-header-search-libcxx.cpp
clang/test/Driver/darwin-header-search-libstdcxx.cpp
clang/test/Driver/darwin-header-search-system.cpp

index 98bd095..9113b29 100644 (file)
@@ -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.
 
index 480fb8c..ce9d2c1 100644 (file)
@@ -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.
 
index 790be50..3d16c7d 100644 (file)
@@ -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.