[compiler-rt] 2fcc3f4 - [test/profile] Disable instrprof-write-buffer-internal.c on Windows
    Vedant Kumar via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar  1 11:06:56 PST 2021
    
    
  
Author: Vedant Kumar
Date: 2021-03-01T11:06:38-08:00
New Revision: 2fcc3f4b18b4b82711ef0142f0881136cd419d76
URL: https://github.com/llvm/llvm-project/commit/2fcc3f4b18b4b82711ef0142f0881136cd419d76
DIFF: https://github.com/llvm/llvm-project/commit/2fcc3f4b18b4b82711ef0142f0881136cd419d76.diff
LOG: [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
Added: 
    
Modified: 
    compiler-rt/test/profile/instrprof-write-buffer-internal.c
Removed: 
    
################################################################################
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
        
    
    
More information about the llvm-commits
mailing list