Skip to content

Commit

Permalink
[LSan] Disable a failing test on ARM
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ostannard committed Apr 20, 2020
1 parent 950a8aa commit 78fe930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
Expand Up @@ -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>
Expand Down

0 comments on commit 78fe930

Please sign in to comment.