Dan Burkert has submitted this change and it was merged. Change subject: Fix ASAN on OS X ......................................................................
Fix ASAN on OS X ASAN works on OS X, but LSAN does not (it is Linux only). This commit disables the ScopedLSANDisabler on non-Linux platforms, and removes the explicit lsan enable flags when running tests. The flags were only necessary for very old, no longer supported Clang versions. Change-Id: I46d6d416415e2fb549522ea8aa422ce78fd396da Reviewed-on: http://gerrit.cloudera.org:8080/2107 Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves <[email protected]> --- M build-support/run-test.sh M src/kudu/util/debug/leakcheck_disabler.h 2 files changed, 2 insertions(+), 5 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2107 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I46d6d416415e2fb549522ea8aa422ce78fd396da Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins
