r221271 - Re-enable this test on Windows since it passes with GnuWin32 env.exe.

Yaron Keren yaron.keren at gmail.com
Tue Nov 4 06:54:37 PST 2014


Author: yrnkrn
Date: Tue Nov  4 08:54:37 2014
New Revision: 221271

URL: http://llvm.org/viewvc/llvm-project?rev=221271&view=rev
Log:
Re-enable this test on Windows since it passes with GnuWin32 env.exe.


Modified:
    cfe/trunk/test/Driver/darwin-sdkroot.c

Modified: cfe/trunk/test/Driver/darwin-sdkroot.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-sdkroot.c?rev=221271&r1=221270&r2=221271&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-sdkroot.c (original)
+++ cfe/trunk/test/Driver/darwin-sdkroot.c Tue Nov  4 08:54:37 2014
@@ -33,9 +33,10 @@
 //
 // It doesn't make sense on msys bash.
 // REQUIRES: shell-preserves-root
-// Even running under cmd.exe and not the msys shell, the msys 1.0 env
-// command will *not* preserve root, expanding / into C:/MINGW/MSYS/1.0.
-// To see, from the command prompt of cmd.exe run:
+//
+// This test will fail with MSYS env.exe, since it does not preserve root,
+// expanding / into C:/MINGW/MSYS/1.0. To see the problem, from cmd.exe run:
+//
 //   env SDKROOT=/ cmd //c echo %SDKROOT%
-// To be sure we have real env program from a real shell and not the MSYS one:
-// REQUIRES: shell
+//
+// This test passes using env.exe from GnuWin32.





More information about the cfe-commits mailing list