[llvm] 4b1fef6 - [lit] Skip xunit test on Windows only (#94980)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 09:24:29 PDT 2024


Author: Jay Foad
Date: 2024-06-10T17:24:24+01:00
New Revision: 4b1fef6e8a036b184481284432d8cb7856012924

URL: https://github.com/llvm/llvm-project/commit/4b1fef6e8a036b184481284432d8cb7856012924
DIFF: https://github.com/llvm/llvm-project/commit/4b1fef6e8a036b184481284432d8cb7856012924.diff

LOG: [lit] Skip xunit test on Windows only (#94980)

This test works on Linux with lit's internal shell. It fails on Windows
because sh is not available.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/tests/xunit-output.py b/llvm/utils/lit/tests/xunit-output.py
index 92b693256c69b..67d99849fe36d 100644
--- a/llvm/utils/lit/tests/xunit-output.py
+++ b/llvm/utils/lit/tests/xunit-output.py
@@ -1,4 +1,4 @@
-# REQUIRES: shell
+# UNSUPPORTED: system-windows
 
 # Check xunit output
 # RUN: rm -rf %t.xunit.xml


        


More information about the llvm-commits mailing list