forked from OSchip/llvm-project
[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:
parent
8f7dc99647
commit
2fcc3f4b18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue