diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2020-11-16 15:34:14 -0800 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2020-11-18 13:36:12 -0800 |
commit | 5556616b5b5223f95607ad94053a55f0deaf2762 (patch) | |
tree | c6dc4c290e67e1c782f48976e0718cca1fdda9bc /lldb/source/Commands/CommandObjectThreadUtil.cpp | |
parent | f0785c1f7acd34ec6681f188afedc9be89ba0cc4 (diff) | |
download | llvm-5556616b5b5223f95607ad94053a55f0deaf2762.zip llvm-5556616b5b5223f95607ad94053a55f0deaf2762.tar.gz llvm-5556616b5b5223f95607ad94053a55f0deaf2762.tar.bz2 |
[GWP-ASan] Port tests to Fuchsia
This modifies the tests so that they can be run on Fuchsia:
- add the necessary includes for `set`/`vector` etc
- do the few modifications required to use zxtest instead og gtest
`backtrace.cpp` requires stacktrace support that Fuchsia doesn't have
yet, and `enable_disable.cpp` currently uses `fork()` which Fuchsia
doesn't support yet. I'll revisit this later.
I chose to use `harness.h` to hold my "platform-specific" include and
namespace, and using this header in tests rather than `gtest.h`,
which I am open to change if someone would rather go another direction.
Differential Revision: https://reviews.llvm.org/D91575
Diffstat (limited to 'lldb/source/Commands/CommandObjectThreadUtil.cpp')
0 files changed, 0 insertions, 0 deletions