[compiler-rt] r313974 - [asan/lsan] Trying to fix PPC64 and x380x buildbots after r313966

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 03:44:28 PDT 2017


Author: chefmax
Date: Fri Sep 22 03:44:28 2017
New Revision: 313974

URL: http://llvm.org/viewvc/llvm-project?rev=313974&view=rev
Log:
[asan/lsan] Trying to fix PPC64 and x380x buildbots after r313966

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/recoverable-lsan.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/recoverable-lsan.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/recoverable-lsan.cc?rev=313974&r1=313973&r2=313974&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/recoverable-lsan.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/recoverable-lsan.cc Fri Sep 22 03:44:28 2017
@@ -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




More information about the llvm-commits mailing list