hanchenye-llvm-project/compiler-rt/test/scudo
Kostya Kortchinsky fa1ae3e862 [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
2017-09-27 21:10:25 +00:00
..
CMakeLists.txt [scudo] Android build support 2017-09-18 15:40:53 +00:00
alignment.cpp [scudo] 32-bit quarantine sizes adjustments and bug fixes 2017-02-03 20:49:42 +00:00
double-free.cpp [scudo] 32-bit quarantine sizes adjustments and bug fixes 2017-02-03 20:49:42 +00:00
interface.cpp [scudo] Fix buildbot test error on ARM 2017-02-03 21:59:00 +00:00
lit.cfg [scudo] Additional modifications for Android tests support 2017-09-18 20:31:57 +00:00
lit.site.cfg.in [scudo] Additional modifications for Android tests support 2017-09-18 20:31:57 +00:00
malloc.cpp [scudo] 32-bit quarantine sizes adjustments and bug fixes 2017-02-03 20:49:42 +00:00
memalign.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
mismatch.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
options.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
overflow.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
preinit.cpp [scudo] Additional modifications for Android tests support 2017-09-18 20:31:57 +00:00
quarantine.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
random_shuffle.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
realloc.cpp [scudo] Application & platform compatibility changes 2017-08-16 16:40:48 +00:00
secondary.cpp [scudo] 32-bit quarantine sizes adjustments and bug fixes 2017-02-03 20:49:42 +00:00
sized-delete.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
sizes.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
threads.cpp [scudo] Android build support 2017-09-18 15:40:53 +00:00
tsd_destruction.cpp [scudo] Fix improper TSD init after TLS destructors are called 2017-09-11 19:59:40 +00:00
valloc.cpp [scudo] Temporary disabling the valloc test on armhf 2017-09-27 21:10:25 +00:00