mirror of https://github.com/microsoft/clang.git
[test] Disable leak checking on a clang crash test on Darwin
Suspected failure due to LSan's atexit and exit interception behavior. Reviewers: kcc, kubamracek, bogner, hfinkel, alekseyshl, Hahnfeld, gtbercea Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D37810 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314526 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b732bfe1d0
commit
be6736288b
|
@ -7,6 +7,7 @@
|
|||
// RUN: %S/../VFS/Inputs/vfsoverlay2.yaml > %t/srcvfs.yaml
|
||||
|
||||
// RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \
|
||||
// RUN: ASAN_OPTIONS=detect_leaks=0 \
|
||||
// RUN: %clang -fsyntax-only -nostdinc %s \
|
||||
// RUN: -I %S/Inputs/crash-recovery/usr/include \
|
||||
// RUN: -ivfsoverlay %t/srcvfs.yaml \
|
||||
|
|
Loading…
Reference in New Issue