llvm-capstone/lldb/test/Unit
Jonas Devlieghere 17226c976e
[lldb] Make TSan errors fatal when running the test suite
Set the halt_on_error runtime flag to make TSan errors fatal when
running the test suite. For the API tests the environment variables are
set conditionally on whether the TSan is enabled. The Shell and Unit
tests don't have that logic but setting the environment variable is
harmless. For consistency, I've also mirrored the ASAN option
(detect_stack_use_after_return=1) for the Shell tests.

Differential revision: https://reviews.llvm.org/D157152
2023-08-07 13:20:38 -07:00
..
CMakeLists.txt
lit.cfg.py [lldb] Make TSan errors fatal when running the test suite 2023-08-07 13:20:38 -07:00
lit.site.cfg.py.in
README.md

LLDB Unit Tests

This directory only exists for the lit test driver. The actual tests live in the unittest directory in top level LLDB directory.