diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2021-01-09 08:40:17 -0800 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2021-01-25 09:19:10 -0800 |
commit | e9cc5fef64631a16f284e5dc09a2eaa8fd34a4a1 (patch) | |
tree | 5baede3b3a22fcefa1add4dfff4574ad2103df71 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | e123cd674c0209c80bc6225bb9e3a2d1d2ee418b (diff) | |
download | llvm-e9cc5fef64631a16f284e5dc09a2eaa8fd34a4a1.zip llvm-e9cc5fef64631a16f284e5dc09a2eaa8fd34a4a1.tar.gz llvm-e9cc5fef64631a16f284e5dc09a2eaa8fd34a4a1.tar.bz2 |
[scudo][standalone] Enable death tests on Fuchsia
zxtest doesn't have `EXPECT_DEATH` and the Scudo unit-tests were
defining it as a no-op.
This enables death tests on Fuchsia by using `ASSERT_DEATH` instead.
I used a lambda to wrap the expressions as this appears to not be
working the same way as `EXPECT_DEATH`.
Additionnally, a death test using `alarm` was failing with the change,
as it's currently not implemented in Fuchsia, so move that test within
a `!SCUDO_FUCHSIA` block.
Differential Revision: https://reviews.llvm.org/D94362
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions