diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-11-16 14:45:07 +0100 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-11-16 16:53:04 +0100 |
commit | d0c138ec8aa47ec2acb38dba247f537ca470618f (patch) | |
tree | 12bb706b912a9d7b0281fc479ca3ff0973fd40ad /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | c7081b5b4cb57f27e6a075e1b5a63b7951cd8a7a (diff) | |
download | llvm-d0c138ec8aa47ec2acb38dba247f537ca470618f.zip llvm-d0c138ec8aa47ec2acb38dba247f537ca470618f.tar.gz llvm-d0c138ec8aa47ec2acb38dba247f537ca470618f.tar.bz2 |
tsan: disable bench_threads.cpp on aarch64
The new test started failing on bots with:
CHECK failed: tsan_rtl.cpp:327 "((addr + size)) <= ((TraceMemEnd()))"
(0xf06200e03010, 0xf06200000000) (tid=4073872)
https://lab.llvm.org/buildbot#builders/179/builds/1761
This is a latent bug in aarch64 virtual address space layout,
there is not enough address space to fit traces for all threads.
But since the trace space is going away with the new tsan runtime
(D112603), disable the test.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D113990
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions