diff options
| author | Kostya Kortchinsky <kostyak@google.com> | 2017-12-14 02:54:11 +0000 |
|---|---|---|
| committer | Kostya Kortchinsky <kostyak@google.com> | 2017-12-14 02:54:11 +0000 |
| commit | 123adb507380a9061f66f75420ce7943166ce83f (patch) | |
| tree | 9540669642776e2965a43f85f65f414d73a21f56 | |
| parent | 504b0c28f30dee3fc403643cb874f0a451f2b586 (diff) | |
| download | bcm5719-llvm-123adb507380a9061f66f75420ce7943166ce83f.tar.gz bcm5719-llvm-123adb507380a9061f66f75420ce7943166ce83f.zip | |
[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
| -rw-r--r-- | compiler-rt/test/scudo/interface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/scudo/interface.cpp b/compiler-rt/test/scudo/interface.cpp index 9d4433cc6c5..73ea0a738e4 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. |

