Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Disable running LSan tests on Darwin due the recent changes to the Clang driver #32

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions test/lsan/lit.common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ if re.search('mthumb', config.target_cflags) is not None:
config.unsupported = True

config.suffixes = ['.c', '.cc', '.cpp', '.mm']

# Apple-Clang: Disable LSan
if config.host_os == 'Darwin':
lit_config.note('Disabling LSan tests on Darwin')
config.unsupported = True