Disable 'not' test on Windows because 'env' from GnuWin32 cannot be used without...
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 25 Aug 2020 01:55:34 +0000 (21:55 -0400)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 25 Aug 2020 01:55:34 +0000 (21:55 -0400)
llvm/test/tools/not/disable-symbolization.test

index b10309e..be11b17 100644 (file)
@@ -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