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.
Better approach is to use:
this way the test at least compiles on the platform.
But it's going to make the file inconsistent.
So you like you can update the file with MAYBE_ in a separate patch.
But feel free to keep as-is.