From 2fcc3f4b18b4b82711ef0142f0881136cd419d76 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Mon, 1 Mar 2021 11:06:09 -0800 Subject: [PATCH] [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 --- compiler-rt/test/profile/instrprof-write-buffer-internal.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler-rt/test/profile/instrprof-write-buffer-internal.c b/compiler-rt/test/profile/instrprof-write-buffer-internal.c index a0d699db93ff..abd4a4dabc4e 100644 --- a/compiler-rt/test/profile/instrprof-write-buffer-internal.c +++ b/compiler-rt/test/profile/instrprof-write-buffer-internal.c @@ -1,3 +1,7 @@ +// UNSUPPORTED: windows +// The sanitizer-windows bot is saying: +// instrprof-write-buffer-internal.c.tmp.buf.profraw: Invalid instrumentation profile data (file header is corrupt) + // RUN: rm -f %t.buf.profraw %t.profraw // RUN: %clang_profgen -w -o %t %s // RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t %t.buf.profraw