From 59d71591dacb24a35bd1f52b60fb0dd221412ac4 Mon Sep 17 00:00:00 2001 From: Kostya Kortchinsky Date: Thu, 14 Dec 2017 02:54:11 +0000 Subject: [scudo] Disabling the interface test on armhf Summary: I will investigate the breakage tomorrow, disable on armhf to turn the bots green over the night. http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/2952/steps/ninja%20check%202/logs/FAIL%3A%20Scudo-armhf%3A%3A%20interface.cpp This is post https://reviews.llvm.org/D41128. Reviewers: alekseyshl Subscribers: aemerson, kristof.beyls, llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D41218 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@320665 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/scudo/interface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/scudo/interface.cpp b/test/scudo/interface.cpp index 9d4433cc6..73ea0a738 100644 --- a/test/scudo/interface.cpp +++ b/test/scudo/interface.cpp @@ -4,6 +4,7 @@ // RUN: %run %t heap-size 2>&1 // RUN: %env_scudo_opts="allocator_may_return_null=1" %run %t soft-limit 2>&1 // RUN: %env_scudo_opts="allocator_may_return_null=1" not %run %t hard-limit 2>&1 +// UNSUPPORTED: armhf-linux // Tests that the sanitizer interface functions behave appropriately. -- cgit v1.2.3