[llvm] [llvm-profdata] XFAIL broken test on windows (PR #124165)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 09:59:12 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-pgo
Author: Ellis Hoag (ellishg)
<details>
<summary>Changes</summary>
XFAIL `llvm/test/tools/llvm-profdata/general.proftext` after it was accidentally broken by https://github.com/llvm/llvm-project/pull/105915/. I will follow up to get this fixed.
---
Full diff: https://github.com/llvm/llvm-project/pull/124165.diff
1 Files Affected:
- (modified) llvm/test/tools/llvm-profdata/general.proftext (+2)
``````````diff
diff --git a/llvm/test/tools/llvm-profdata/general.proftext b/llvm/test/tools/llvm-profdata/general.proftext
index 89762f2540f6a6..ca532f9a37116d 100644
--- a/llvm/test/tools/llvm-profdata/general.proftext
+++ b/llvm/test/tools/llvm-profdata/general.proftext
@@ -1,3 +1,5 @@
+# FIXME: Somehow this is failing on windows after https://github.com/llvm/llvm-project/pull/105915
+# XFAIL: system-windows
# RUN: llvm-profdata merge -sparse=true %s -o %t.profdata
# RUN: llvm-profdata merge -sparse=false %s -o %t.profdata.dense
``````````
</details>
https://github.com/llvm/llvm-project/pull/124165
More information about the llvm-commits
mailing list