A few memtag tests were using EXPECT_DEBUG_DEATH which executes the
statement unless NDEBUG is set. This meant the statement would
cause an abort, but the EXPECT_DEATH part was not done. Change these
to simply EXPECT_DEATH, these tests already verify that SCUDO_DEBUG
is set before checking for DEATH.
Details
Details
- Reviewers
Chia-hungDuan - Commits
- rG902c41fc8002: [scudo] Fix memtag tests.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo