[compiler-rt] 11b4144 - [test] Add workaround for flaky error we see on Windows bots
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 12:37:58 PDT 2022
Author: Vitaly Buka
Date: 2022-06-27T12:37:44-07:00
New Revision: 11b414463dc25973f0f893a52e7a8cd16b40edba
URL: https://github.com/llvm/llvm-project/commit/11b414463dc25973f0f893a52e7a8cd16b40edba
DIFF: https://github.com/llvm/llvm-project/commit/11b414463dc25973f0f893a52e7a8cd16b40edba.diff
LOG: [test] Add workaround for flaky error we see on Windows bots
Added:
Modified:
compiler-rt/test/asan/TestCases/Windows/recalloc_sanity.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/Windows/recalloc_sanity.cpp b/compiler-rt/test/asan/TestCases/Windows/recalloc_sanity.cpp
index 41df5d002a091..a94c8230e2809 100644
--- a/compiler-rt/test/asan/TestCases/Windows/recalloc_sanity.cpp
+++ b/compiler-rt/test/asan/TestCases/Windows/recalloc_sanity.cpp
@@ -1,3 +1,6 @@
+// Workaround for "LINK : fatal error LNK1318: Unexpected PDB error"
+// RUN: rm -f %t.pdb
+
// RUN: %clang_cl_asan %s -o %t.exe
// RUN: %run %t.exe 2>&1 | FileCheck %s
// RUN: %clang_cl %s -o %t.exe
More information about the llvm-commits
mailing list