diff options
| author | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2019-12-09 08:19:39 -0800 |
|---|---|---|
| committer | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2019-12-09 08:19:54 -0800 |
| commit | 26fd95680bcf96870fbe9187aaa7e460709ce487 (patch) | |
| tree | f5604ed5073077b8caedd77358d91297b72885aa /lldb/packages/Python/lldbsuite/test | |
| parent | ff4dceef9201c5ae3924e92f6955977f243ac71d (diff) | |
| download | bcm5719-llvm-26fd95680bcf96870fbe9187aaa7e460709ce487.tar.gz bcm5719-llvm-26fd95680bcf96870fbe9187aaa7e460709ce487.zip | |
[GWP-ASan] 32-bit test pointers, allow multi-init for test.
Summary:
GWP-ASan test currently fail on 32-bit platforms, as some of the pointers are
larger than `uintptr_t` on 32-bit platforms. Fix up all those instances.
Also add an uncompress varint test where the result is an underflow.
Furthermore, allow multi-init for testing. Each gtest when running
`check-gwp_asan` apparently runs in its own instance, but when integrating
these tests into Android, this behaviour isn't the same. We remove the
global multi-init check here, to allow for testing to work elsewhere, and we're
not really worried about multi-init anyway as it's part of our contract with
the allocator.
Reviewers: eugenis, vlad.tsyrklevich
Reviewed By: eugenis
Subscribers: #sanitizers, llvm-commits, pcc
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D71121
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions

