Skip to content

Commit 4b1fef6

Browse files
authored
[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.
1 parent 8788b66 commit 4b1fef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: shell
1+
# UNSUPPORTED: system-windows
22

33
# Check xunit output
44
# RUN: rm -rf %t.xunit.xml

0 commit comments

Comments
 (0)