The assumption __sanitizer_get_heap_size() == 0 (introduced in D29341) at the
start of a program appears to be incorrect on some ARM machines
(SizeClassAllocator32).
This should fix the test while I investigate the issue.
Paths
| Differential D29516
[scudo] Fix buildbot test error on ARM ClosedPublic Authored by cryptoad on Feb 3 2017, 1:52 PM.
Details Summary The assumption __sanitizer_get_heap_size() == 0 (introduced in D29341) at the This should fix the test while I investigate the issue.
Diff Detail
Revision Contents
Diff 87017 lib/scudo/scudo_allocator.cpp
lib/scudo/scudo_flags.cpp
lib/scudo/scudo_flags.inc
test/scudo/alignment.cpp
test/scudo/double-free.cpp
test/scudo/interface.cpp
test/scudo/lit.cfg
test/scudo/malloc.cpp
test/scudo/memalign.cpp
test/scudo/mismatch.cpp
test/scudo/options.cpp
test/scudo/overflow.cpp
test/scudo/preinit.cpp
test/scudo/quarantine.cpp
test/scudo/realloc.cpp
test/scudo/secondary.cpp
test/scudo/sized-delete.cpp
test/scudo/sizes.cpp
|