llvm-project/lldb/lit/Suite
Jonas Devlieghere 52f12f63f4 Fix `skipIfSanitized` decorator on macOS
For security reasons, DYLD_INSERT_LIBRARIES is not propagated to a child
process. This breaks the skipIfSanitized decorator, which checks for the
environment variable being set. Instead, always set the ASAN_OPTIONS and
make the decorator check for that.

Differential revision: https://reviews.llvm.org/D65594

llvm-svn: 367595
2019-08-01 18:35:40 +00:00
..
lit.cfg Fix `skipIfSanitized` decorator on macOS 2019-08-01 18:35:40 +00:00
lit.site.cfg.in [lldb] [lit] Set LD_LIBRARY_PATH or alike for Suite tests 2019-02-26 19:46:29 +00:00
lldbtest.py [lit] Fix lldbtest format 2019-01-17 23:30:06 +00:00