[LSan] Disable a failing test on ARM
authorOliver Stannard <oliver.stannard@linaro.org>
Mon, 20 Apr 2020 14:54:41 +0000 (15:54 +0100)
committerOliver Stannard <oliver.stannard@linaro.org>
Mon, 20 Apr 2020 16:48:19 +0000 (17:48 +0100)
This started failing after an OS upgrade on a buildbot machine, and I
don't see anything obvious to fix or revert, so disable it for now to
get the bot green.

Covered by https://bugs.llvm.org/show_bug.cgi?id=44158

Differential revision: https://reviews.llvm.org/D78496

compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp

index 8c34958..32627db 100644 (file)
@@ -5,7 +5,7 @@
 // RUN: %env_lsan_opts=$LSAN_BASE":exitcode=0" %run %t 2>&1 | FileCheck --check-prefix=CHECK-sanity %s
 //
 // x86 passes parameters through stack that may lead to false negatives
-// UNSUPPORTED: x86,powerpc64
+// UNSUPPORTED: x86,powerpc64,arm
 
 #include <stdio.h>
 #include <stdlib.h>