Files
clang-p2996/compiler-rt/test/asan/TestCases/interception_failure_test.cpp
Alvin Wong 3237f56840 [asan][win][test] Disable interception_failure_test.cpp for static asan
This test checks that asan does not intercept user-provided libc
functions, but on Windows the static asan runtime does intercept static
copies of libc functions, so this test is invalid for said environment.
It used to fail from a different linker error, but this no longer
happens with newer WinSDK. Refer to comments on
https://reviews.llvm.org/D149549.

Differential Revision: https://reviews.llvm.org/D150349
2023-05-16 19:53:12 +08:00

1.3 KiB