[all-commits] [llvm/llvm-project] 0f69cb: [sanitizer_common][test] Disable CombinedAllocator...
rorth via All-commits
all-commits at lists.llvm.org
Fri Nov 20 04:03:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0f69cbe2694a4740e6db5b99bd81a26746403072
https://github.com/llvm/llvm-project/commit/0f69cbe2694a4740e6db5b99bd81a26746403072
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
Log Message:
-----------
[sanitizer_common][test] Disable CombinedAllocator32Compact etc. on Solaris/sparcv9
As reported in PR 48202, two allocator tests `FAIL` on Solaris/sparcv9,
presumably because Solaris uses the full 64-bit address space and the
allocator cannot deal with that:
SanitizerCommon-Unit :: ./Sanitizer-sparcv9-Test/SanitizerCommon.CombinedAllocator32Compact
SanitizerCommon-Unit :: ./Sanitizer-sparcv9-Test/SanitizerCommon.SizeClassAllocator32Iteration
This patch disables the tests.
Tested on `sparcv9-sun-solaris2.11`.
Differential Revision: https://reviews.llvm.org/D91622
More information about the All-commits
mailing list