mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user