Only add `darwin_log_cmd` lit shell test feature when the log can be queried.
authorDan Liew <dan@su-root.co.uk>
Fri, 27 Mar 2020 01:17:53 +0000 (18:17 -0700)
committerDan Liew <dan@su-root.co.uk>
Fri, 27 Mar 2020 18:24:50 +0000 (11:24 -0700)
commit853a1e6942c824775cff20142301f9b114853b0f
tree3a5e932ab3c969c932dae07f5c8b48c0d3e469cf
parent89025da9f676aebff7daf055824d6fd102a70c34
Only add `darwin_log_cmd` lit shell test feature when the log can be queried.

Summary:
Follow up fix to 445b810fbd4. The `log show` command only works for
privileged users so run a quick test of the command during lit config to
see if the command works and only add the `darwin_log_cmd` feature if
this is the case.

Unfortunately this means the `asan/TestCases/Darwin/duplicate_os_log_reports.cpp`
test and any other tests in the future that use this feature won't run
for unprivileged users which is likely the case in CI.

rdar://problem/55986279

Reviewers: kubamracek, yln, dcoughlin

Subscribers: Charusso, #sanitizers, llvm-commits

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D76899
compiler-rt/test/lit.common.cfg.py