diff options
author | Douglas Yung <douglas.yung@sony.com> | 2018-05-17 01:36:25 +0000 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2018-05-17 01:36:25 +0000 |
commit | 2dd62a3d995ceef620f15a4ba98a0b04523ad30d (patch) | |
tree | 2667faa7672d5d0835ecfeaac5be60d075d42fe7 /llvm/utils/lit/tests/xunit-output.py | |
parent | 595fdcf43b14f8a9f69a1865207d1ff8e2fff997 (diff) | |
download | bcm5719-llvm-2dd62a3d995ceef620f15a4ba98a0b04523ad30d.tar.gz bcm5719-llvm-2dd62a3d995ceef620f15a4ba98a0b04523ad30d.zip |
Mark test with "REQUIRES: shell" since it directly invokes "sh" and was failing on Windows.
llvm-svn: 332563
Diffstat (limited to 'llvm/utils/lit/tests/xunit-output.py')
-rw-r--r-- | llvm/utils/lit/tests/xunit-output.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/xunit-output.py b/llvm/utils/lit/tests/xunit-output.py index 9d3cd762df4..845ffdb50cf 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 |