]> granicus.if.org Git - llvm/commitdiff
[XRay][tools] Disable windows for tests that use an unsupported shell redirect.
authorKeith Wyss <wyssman@gmail.com>
Thu, 7 Sep 2017 19:10:34 +0000 (19:10 +0000)
committerKeith Wyss <wyssman@gmail.com>
Thu, 7 Sep 2017 19:10:34 +0000 (19:10 +0000)
The tests are filechecking against stderr and use some magic to make stdout go
away and pipe stderr to FileCheck. This broke bots on windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312739 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-xray/X86/stack-empty-case.yaml
test/tools/llvm-xray/X86/stack-keep-going.yaml

index 732caf3381ff07149b6958d79437988938f56529..6021dbd711eb5998432014372464059c74d7f53e 100644 (file)
@@ -1,3 +1,8 @@
+# The redirects used in the commands to FileCheck against stderr cannot be used
+# with a windows test.
+#
+# UNSUPPORTED: windows
+
 #RUN: (llvm-xray stack %s 2>&1 || echo "Checking Command Failed") | FileCheck %s
 ---
 header:
index 96da7346ae0e9865dd4a99ad13302393dda8bbaf..81ff7dc76ebf3dd47262ebcb3d2e64ad6b2c1f2c 100644 (file)
@@ -1,3 +1,8 @@
+# The redirects used in the commands to FileCheck against stderr cannot be used
+# with a windows test.
+#
+# UNSUPPORTED: windows
+
 #RUN: (llvm-xray stack %s 2>&1 1>&- || echo "Check Command Failed") | FileCheck --check-prefix HALT %s
 #RUN: (llvm-xray stack -k %s 2>&1 && echo "Check Command Succeeded") | FileCheck --check-prefix KEEP-GOING-SUCCEEDS %s
 #RUN: llvm-xray stack -k %s | FileCheck --check-prefix KEEP-GOING %s