Skip to content

Commit

Permalink
[lit] Skip xunit test on Windows only (llvm#94980)
Browse files Browse the repository at this point in the history
This test works on Linux with lit's internal shell. It fails on Windows
because sh is not available.
  • Loading branch information
jayfoad authored Jun 10, 2024
1 parent 8788b66 commit 4b1fef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/lit/tests/xunit-output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REQUIRES: shell
# UNSUPPORTED: system-windows

# Check xunit output
# RUN: rm -rf %t.xunit.xml
Expand Down

0 comments on commit 4b1fef6

Please sign in to comment.