Skip to content

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
@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