[compiler-rt] 78fe930 - [LSan] Disable a failing test on ARM
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 20 09:49:22 PDT 2020
Author: Oliver Stannard
Date: 2020-04-20T17:48:19+01:00
New Revision: 78fe93030f5570fb859d45bb5e5fa6fb15e5762f
URL: https://github.com/llvm/llvm-project/commit/78fe93030f5570fb859d45bb5e5fa6fb15e5762f
DIFF: https://github.com/llvm/llvm-project/commit/78fe93030f5570fb859d45bb5e5fa6fb15e5762f.diff
LOG: [LSan] Disable a failing test on ARM
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
Added:
Modified:
compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp b/compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
index 8c34958545e6..32627dbc5893 100644
--- a/compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
+++ b/compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
@@ -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>
More information about the llvm-commits
mailing list