[compiler-rt] cb46662 - [compiler-rt][profile] Disable oneline-merging-windows.c on Windows on Arm

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 09:07:58 PDT 2024


Author: David Spickett
Date: 2024-10-23T16:07:25Z
New Revision: cb46662fde7ecae117316db01f37df2c13b9be46

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

LOG: [compiler-rt][profile] Disable oneline-merging-windows.c on Windows on Arm

This test has been failing since https://lab.llvm.org/buildbot/#/builders/161/builds/2899,
but no change in that build caused it.

I think this has always failed but https://github.com/llvm/llvm-zorg/pull/252
only recently enabled in on the bot.

Added: 
    

Modified: 
    compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c b/compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c
index 0a36d82dac6472..474777f0b5cf3c 100644
--- a/compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c
+++ b/compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c
@@ -1,6 +1,9 @@
 // REQUIRES: target={{.*windows-msvc.*}}
 // REQUIRES: lld-available
 
+// Fails on Windows on Arm for unknown reasons.
+// UNSUPPORTED: target=aarch64-pc-windows-msvc
+
 // Test the online merging mode (%m) along with continuous mode (%c).
 //
 // Split files & cd into a temporary directory.


        


More information about the llvm-commits mailing list