The tests do not report the expected leak when issued with use_stack
or use_tls option equal to 0 on arm-linux-gnueabihf (ubuntu 18.04,
glibc 2.27).
This issue is being tracked by https://bugs.llvm.org/show_bug.cgi?id=48052
Paths
| Differential D90628
[lsan] Disable some LSAN tests for arm-linux-gnueabi{hf} ClosedPublic Authored by zatrazz on Nov 2 2020, 9:53 AM.
Details Summary The tests do not report the expected leak when issued with use_stack This issue is being tracked by https://bugs.llvm.org/show_bug.cgi?id=48052
Diff Detail
Unit TestsFailed
Event TimelineHerald added subscribers: Restricted Project, kristof.beyls. ยท View Herald TranscriptNov 2 2020, 9:53 AM This revision is now accepted and ready to land.Nov 4 2020, 2:07 AM
Revision Contents
Diff 302323 compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cpp
compiler-rt/test/lsan/TestCases/disabler.c
compiler-rt/test/lsan/TestCases/do_leak_check_override.cpp
compiler-rt/test/lsan/TestCases/ignore_object.c
compiler-rt/test/lsan/TestCases/use_after_return.cpp
|