Skip to content

Commit cb46662

Browse files
committed
[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 llvm/llvm-zorg#252 only recently enabled in on the bot.
1 parent 0b32769 commit cb46662

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// REQUIRES: target={{.*windows-msvc.*}}
22
// REQUIRES: lld-available
33

4+
// Fails on Windows on Arm for unknown reasons.
5+
// UNSUPPORTED: target=aarch64-pc-windows-msvc
6+
47
// Test the online merging mode (%m) along with continuous mode (%c).
58
//
69
// Split files & cd into a temporary directory.

0 commit comments

Comments
 (0)