Skip to content

Commit 2fcc3f4

Browse files
committed
[test/profile] Disable instrprof-write-buffer-internal.c on Windows
This is failing due to: "instrprof-write-buffer-internal.c.tmp.buf.profraw: Invalid instrumentation profile data (file header is corrupt)" https://lab.llvm.org/buildbot/#/builders/127/builds/6830
1 parent 8f7dc99 commit 2fcc3f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/test/profile/instrprof-write-buffer-internal.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// UNSUPPORTED: windows
2+
// The sanitizer-windows bot is saying:
3+
// instrprof-write-buffer-internal.c.tmp.buf.profraw: Invalid instrumentation profile data (file header is corrupt)
4+
15
// RUN: rm -f %t.buf.profraw %t.profraw
26
// RUN: %clang_profgen -w -o %t %s
37
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t %t.buf.profraw

0 commit comments

Comments
 (0)