[compiler-rt] r320665 - [scudo] Disabling the interface test on armhf

Kostya Kortchinsky via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 18:54:11 PST 2017


Author: cryptoad
Date: Wed Dec 13 18:54:11 2017
New Revision: 320665

URL: http://llvm.org/viewvc/llvm-project?rev=320665&view=rev
Log:
[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

Modified:
    compiler-rt/trunk/test/scudo/interface.cpp

Modified: compiler-rt/trunk/test/scudo/interface.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/scudo/interface.cpp?rev=320665&r1=320664&r2=320665&view=diff
==============================================================================
--- compiler-rt/trunk/test/scudo/interface.cpp (original)
+++ compiler-rt/trunk/test/scudo/interface.cpp Wed Dec 13 18:54:11 2017
@@ -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.
 




More information about the llvm-commits mailing list