You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the stack traces emitted by the tests under LSAN and ASAN from
showing stack frames like:
#0 0x4323b8 in malloc (/home/avar/g/git/t/helper/test-tool+0x4323b8)
To strip out the path to the build directory, so we'll instead emit:
#0 0x4323b8 in malloc (t/helper/test-tool+0x4323b8)
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
0 commit comments