From 2dd62a3d995ceef620f15a4ba98a0b04523ad30d Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Thu, 17 May 2018 01:36:25 +0000 Subject: [PATCH] Mark test with "REQUIRES: shell" since it directly invokes "sh" and was failing on Windows. llvm-svn: 332563 --- llvm/utils/lit/tests/xunit-output.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/lit/tests/xunit-output.py b/llvm/utils/lit/tests/xunit-output.py index 9d3cd762df46..845ffdb50cfd 100644 --- a/llvm/utils/lit/tests/xunit-output.py +++ b/llvm/utils/lit/tests/xunit-output.py @@ -1,3 +1,5 @@ +# REQUIRES: shell + # Check xunit output # RUN: rm -rf %t.xunit.xml # RUN: not %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output