Skip to content

[lit] Skip xunit test on Windows only #94980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

jayfoad
Copy link
Contributor

@jayfoad jayfoad commented Jun 10, 2024

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

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

llvmbot commented Jun 10, 2024

@llvm/pr-subscribers-testing-tools

Author: Jay Foad (jayfoad)

Changes

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


Full diff: https://github.com/llvm/llvm-project/pull/94980.diff

1 Files Affected:

  • (modified) llvm/utils/lit/tests/xunit-output.py (+1-1)
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

@jayfoad jayfoad merged commit 4b1fef6 into llvm:main Jun 10, 2024
8 of 9 checks passed
@jayfoad jayfoad deleted the xunit-shell branch June 10, 2024 16:24
Lukacma pushed a commit to Lukacma/llvm-project that referenced this pull request Jun 12, 2024
This test works on Linux with lit's internal shell. It fails on Windows
because sh is not available.
@HerrCai0907 HerrCai0907 mentioned this pull request Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants