From: Alexandre Ganea Date: Tue, 25 Aug 2020 01:55:34 +0000 (-0400) Subject: Disable 'not' test on Windows because 'env' from GnuWin32 cannot be used without... X-Git-Tag: llvmorg-13-init~13860 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f04678f875e2b8b8a396b8e77ca21d57dbbb0d5;p=platform%2Fupstream%2Fllvm.git Disable 'not' test on Windows because 'env' from GnuWin32 cannot be used without arguments. --- diff --git a/llvm/test/tools/not/disable-symbolization.test b/llvm/test/tools/not/disable-symbolization.test index b10309e..be11b17 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