From 2e7f7eae9d7f740b2dff1aff31f1fb68d88bc085 Mon Sep 17 00:00:00 2001 From: Francis Ricci Date: Tue, 10 Oct 2017 17:50:57 +0000 Subject: [PATCH] [llvm-objdump] Disable leak checking on an llvm-objdump test Summary: This leak doesn't reproduce locally on macOS 10.12, but is causing buildbot failures. Disable leak checking until it can be fixed. Reviewers: sqlbyme, qcolombet, enderby, bruno Reviewed By: bruno Subscribers: bruno, llvm-commits Differential Revision: https://reviews.llvm.org/D38699 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315337 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-objdump/macho-LLVM-bundle.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/llvm-objdump/macho-LLVM-bundle.test b/test/tools/llvm-objdump/macho-LLVM-bundle.test index b7134307257..778f77d3134 100644 --- a/test/tools/llvm-objdump/macho-LLVM-bundle.test +++ b/test/tools/llvm-objdump/macho-LLVM-bundle.test @@ -1,5 +1,5 @@ # REQUIRES: xar -# RUN: llvm-objdump -macho -archive-headers -section __LLVM,__bundle %p/Inputs/LLVM-bundle.macho-x86_64 | FileCheck %s +# RUN: env ASAN_OPTIONS=detect_leaks=0 llvm-objdump -macho -archive-headers -section __LLVM,__bundle %p/Inputs/LLVM-bundle.macho-x86_64 | FileCheck %s # CHECK: For (__LLVM,__bundle) section: xar header # CHECK: magic XAR_HEADER_MAGIC -- 2.11.0