forked from OSchip/llvm-project
[asan/lsan] Trying to fix PPC64 and x380x buildbots after r313966
llvm-svn: 313974
This commit is contained in:
parent
61e7adef42
commit
d0d900d850
|
@ -3,6 +3,7 @@
|
|||
// RUN: %env_asan_opts="halt_on_error=0" %run %t 2>&1 | FileCheck %s
|
||||
// RUN: %env_asan_opts="halt_on_error=1" not %run %t 2>&1 | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
// REQUIRES: leak-detection
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -19,4 +20,3 @@ int main() {
|
|||
}
|
||||
|
||||
// CHECK: LeakSanitizer: detected memory leaks
|
||||
// CHECK: SUMMARY: AddressSanitizer: 20 byte(s) leaked
|
||||
|
|
Loading…
Reference in New Issue