aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2017-12-14 02:54:11 +0000
committerKostya Kortchinsky <kostyak@google.com>2017-12-14 02:54:11 +0000
commit123adb507380a9061f66f75420ce7943166ce83f (patch)
tree9540669642776e2965a43f85f65f414d73a21f56 /compiler-rt
parent504b0c28f30dee3fc403643cb874f0a451f2b586 (diff)
downloadllvm-123adb507380a9061f66f75420ce7943166ce83f.zip
llvm-123adb507380a9061f66f75420ce7943166ce83f.tar.gz
llvm-123adb507380a9061f66f75420ce7943166ce83f.tar.bz2
[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 llvm-svn: 320665
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/scudo/interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/scudo/interface.cpp b/compiler-rt/test/scudo/interface.cpp
index 9d4433c..73ea0a7 100644
--- a/compiler-rt/test/scudo/interface.cpp
+++ b/compiler-rt/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.