]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361374 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 98bd0954481a5695cc27b10f51a638dccc965114..9113b291e7079c099e9658ad03fbaea8196b0274 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 480fb8c6de9ec6e3e470325f1ef5da4c2684236e..ce9d2c1b7eba7d186b55bc5fc7a648f44526c7dd 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 790be50596419d3f01134b2ff00041cd5f36eb82..3d16c7d2d2f5201fa5dac7b34c8e5e3ae75f1db9 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.