This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Windows integration tests fail due to mis-compiled test fuzzers #1263
Labels
bug
Something isn't working
Windows integration tests build libFuzzers using the latest LLVM and Windows SDK. We install LLVM here. The SDK version is inherited from the GitHub Actions environment. A recent update to the Windows SDK (either here or maybe here) looks to have surfaced a mis-compilation in the Windows ASAN runtime static library that is shipped with LLVM. As a result, ASAN-instrumented targets exit abnormally, which our integration tests catch via a failed binary validity check.
In practice, the test failure looks like:
Ways we can work around this:
The text was updated successfully, but these errors were encountered: