aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Object/ELFObjectFileTest.cpp
diff options
context:
space:
mode:
authorJohn Harrison <harjohn@google.com>2025-10-29 13:52:42 -0700
committerGitHub <noreply@github.com>2025-10-29 13:52:42 -0700
commita49bfbeb15418ccf51ed1bad8d60d5fe6830353b (patch)
treec150ac2096a0319a2af12cc6b612633f5a505f49 /llvm/unittests/Object/ELFObjectFileTest.cpp
parentad29838a44f7184e3887b34a1ed1c732022259cc (diff)
downloadllvm-a49bfbeb15418ccf51ed1bad8d60d5fe6830353b.zip
llvm-a49bfbeb15418ccf51ed1bad8d60d5fe6830353b.tar.gz
llvm-a49bfbeb15418ccf51ed1bad8d60d5fe6830353b.tar.bz2
[lldb-dap] Improving consistency of tests by removing concurrency. (#165496)
We currently use a background thread to read the DAP output. This means the test thread and the background thread can race at times and we may have inconsistent timing due to these races. To improve the consistency I've removed the reader thread and instead switched to using the `selectors` module that wraps `select` in a platform independent way.
Diffstat (limited to 'llvm/unittests/Object/ELFObjectFileTest.cpp')
0 files changed, 0 insertions, 0 deletions