[llvm] 1f04678 - Disable 'not' test on Windows because 'env' from GnuWin32 cannot be used without arguments.

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 18:55:53 PDT 2020


Author: Alexandre Ganea
Date: 2020-08-24T21:55:34-04:00
New Revision: 1f04678f875e2b8b8a396b8e77ca21d57dbbb0d5

URL: https://github.com/llvm/llvm-project/commit/1f04678f875e2b8b8a396b8e77ca21d57dbbb0d5
DIFF: https://github.com/llvm/llvm-project/commit/1f04678f875e2b8b8a396b8e77ca21d57dbbb0d5.diff

LOG: Disable 'not' test on Windows because 'env' from GnuWin32 cannot be used without arguments.

Added: 
    

Modified: 
    llvm/test/tools/not/disable-symbolization.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/not/disable-symbolization.test b/llvm/test/tools/not/disable-symbolization.test
index b10309e2f9437..be11b17ea0250 100644
--- a/llvm/test/tools/not/disable-symbolization.test
+++ b/llvm/test/tools/not/disable-symbolization.test
@@ -1,4 +1,6 @@
-## 'env' may not exist on Windows. %t will be empty.
+# When building on Windows under cmd.exe and GnuWin32, 'env' fails if no
+# arguments are provided.
+# UNSUPPORTED: system-windows
 # RUN: not --crash env > %t || true
 # RUN: cmp -s %t /dev/null || FileCheck %s < %t
 


        


More information about the llvm-commits mailing list