[llvm] 0290693 - [llvm-profdata] XFAIL broken test on windows (#124165)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 10:02:42 PST 2025


Author: Ellis Hoag
Date: 2025-01-23T10:02:38-08:00
New Revision: 02906931654460ca04a4b74f6aef65b542c73d2d

URL: https://github.com/llvm/llvm-project/commit/02906931654460ca04a4b74f6aef65b542c73d2d
DIFF: https://github.com/llvm/llvm-project/commit/02906931654460ca04a4b74f6aef65b542c73d2d.diff

LOG: [llvm-profdata] XFAIL broken test on windows (#124165)

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.

Added: 
    

Modified: 
    llvm/test/tools/llvm-profdata/general.proftext

Removed: 
    


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


        


More information about the llvm-commits mailing list