[llvm] r332563 - Mark test with "REQUIRES: shell" since it directly invokes "sh" and was failing on Windows.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 18:36:25 PDT 2018


Author: dyung
Date: Wed May 16 18:36:25 2018
New Revision: 332563

URL: http://llvm.org/viewvc/llvm-project?rev=332563&view=rev
Log:
Mark test with "REQUIRES: shell" since it directly invokes "sh" and was failing on Windows.

Modified:
    llvm/trunk/utils/lit/tests/xunit-output.py

Modified: llvm/trunk/utils/lit/tests/xunit-output.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/tests/xunit-output.py?rev=332563&r1=332562&r2=332563&view=diff
==============================================================================
--- llvm/trunk/utils/lit/tests/xunit-output.py (original)
+++ llvm/trunk/utils/lit/tests/xunit-output.py Wed May 16 18:36:25 2018
@@ -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




More information about the llvm-commits mailing list