summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Ostapenko <chefmax7@gmail.com>2017-09-22 10:44:28 +0000
committerMaxim Ostapenko <chefmax7@gmail.com>2017-09-22 10:44:28 +0000
commitd0d900d8503e7574d031cdebd4acb91267effee9 (patch)
tree2b9b76004bc1ee009a829b1d3cbdd77062dcae2b
parent61e7adef424e55e15e2da93e453529180cdcacc1 (diff)
downloadbcm5719-llvm-d0d900d8503e7574d031cdebd4acb91267effee9.tar.gz
bcm5719-llvm-d0d900d8503e7574d031cdebd4acb91267effee9.zip
[asan/lsan] Trying to fix PPC64 and x380x buildbots after r313966
llvm-svn: 313974
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc b/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc
index e65e71df8e6..935645327b0 100644
--- a/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc
@@ -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
OpenPOWER on IntegriCloud