Skip to content
Commit 490c508b authored by Maxim Ostapenko's avatar Maxim Ostapenko
Browse files

[lsan] Disable sem_init_glibc.cc testcase for LSan x86.

This test relies on sanitizer common interceptor to pick the oldest version of
sem_init function from Glibc. But LSan actually doesn't intercept sem_init, thus
the new implementation is called that causes test failure. Disable it for LSan x86,
the proper fix would require to check Glibc version at runtime and adjust
GET_SEM_VALUE(V) accordingly. 

llvm-svn: 294001
parent a9941857
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment