[PATCH] D87792: [sanitizer] Add facility to print the full StackDepot
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 15:32:40 PDT 2020
vitalybuka added inline comments.
================
Comment at: compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp:75-78
+ EXPECT_EXIT(
+ (StackDepotPrintAll(), exit(0)), ::testing::ExitedWithCode(0),
+ "Stack for id .*#0 0x0.*#1 0x1.*#2 0x2.*#3 0x3.*#4 0x6.*Stack for id "
+ ".*#0 0x0.*#1 0x1.*#2 0x2.*#3 0x3.*#4 0x7.*#5 0x8.*");
----------------
vitalybuka wrote:
> I lost connection to my windows, but maybe this way will work.
> I lost connection to my windows, but maybe this way will work.
Please ignore this, it's just old draft accidentally attached to reply.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87792/new/
https://reviews.llvm.org/D87792
More information about the llvm-commits
mailing list