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 tests don't have that logic and I don't think it's worth duplicating it as 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo