forked from OSchip/llvm-project
fa1ae3e862
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
alignment.cpp | ||
double-free.cpp | ||
interface.cpp | ||
lit.cfg | ||
lit.site.cfg.in | ||
malloc.cpp | ||
memalign.cpp | ||
mismatch.cpp | ||
options.cpp | ||
overflow.cpp | ||
preinit.cpp | ||
quarantine.cpp | ||
random_shuffle.cpp | ||
realloc.cpp | ||
secondary.cpp | ||
sized-delete.cpp | ||
sizes.cpp | ||
threads.cpp | ||
tsd_destruction.cpp | ||
valloc.cpp |