forked from OSchip/llvm-project
[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 llvm-svn: 314526
This commit is contained in:
parent
ed787e7540
commit
e267103c2f
|
@ -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