Author: russell_gallop
Date: Wed May 22 05:07:52 2019
New Revision: 361374

URL: http://llvm.org/viewvc/llvm-project?rev=361374&view=rev
Log:
Mark tests from r361278 as unsupported on Windows.

Modified:
    cfe/trunk/test/Driver/darwin-header-search-libcxx.cpp
    cfe/trunk/test/Driver/darwin-header-search-libstdcxx.cpp
    cfe/trunk/test/Driver/darwin-header-search-system.cpp

Modified: cfe/trunk/test/Driver/darwin-header-search-libcxx.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-header-search-libcxx.cpp?rev=361374&r1=361373&r2=361374&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-header-search-libcxx.cpp (original)
+++ cfe/trunk/test/Driver/darwin-header-search-libcxx.cpp Wed May 22 05:07:52 
2019
@@ -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.
 

Modified: cfe/trunk/test/Driver/darwin-header-search-libstdcxx.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-header-search-libstdcxx.cpp?rev=361374&r1=361373&r2=361374&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-header-search-libstdcxx.cpp (original)
+++ cfe/trunk/test/Driver/darwin-header-search-libstdcxx.cpp Wed May 22 
05:07:52 2019
@@ -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.
 

Modified: cfe/trunk/test/Driver/darwin-header-search-system.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-header-search-system.cpp?rev=361374&r1=361373&r2=361374&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-header-search-system.cpp (original)
+++ cfe/trunk/test/Driver/darwin-header-search-system.cpp Wed May 22 05:07:52 
2019
@@ -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.
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to