[scudo] Temporary disabling the valloc test on armhf
authorKostya Kortchinsky <kostyak@google.com>
Wed, 27 Sep 2017 21:10:25 +0000 (21:10 +0000)
committerKostya Kortchinsky <kostyak@google.com>
Wed, 27 Sep 2017 21:10:25 +0000 (21:10 +0000)
commitfa1ae3e862a6c2ee70948498c57234e95b3453c2
tree86f5c0d6cf92852a86a3bb110c1a2d4b3d0ac651
parent300fd45326d25fb06ca501fb4abd2fac9cd757fc
[scudo] Temporary disabling the valloc test on armhf

Summary:
Weird failure where `errno != ENOMEM` on valloc failure. The returned pointer
is null since it passes the previous assert, so this shouldn't happen.

http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/10931
http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/2469

Disabling until we figure out what's going on.

Reviewers: alekseyshl

Reviewed By: alekseyshl

Subscribers: aemerson, srhines, llvm-commits, kristof.beyls

Differential Revision: https://reviews.llvm.org/D38324

llvm-svn: 314344
compiler-rt/test/scudo/valloc.cpp