[PATCH] D78496: [LSan] Disable a failing test on ARM

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 10:17:05 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG78fe93030f55: [LSan] Disable a failing test on ARM (authored by ostannard).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78496/new/

https://reviews.llvm.org/D78496

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


Index: compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
===================================================================
--- compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
+++ 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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78496.258783.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200420/33e596d5/attachment.bin>


More information about the llvm-commits mailing list