__sanitizer_get_current_allocated_bytes had as body, but allocator
caches were not registered to collect stats. It's done by
SizeClassAllocator64LocalCache::Init().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hi @vitalybuka, after your change, the test sanitizer_common/TestCases/Linux/release_to_os_test.cpp started to XPASS on a bot https://lab.llvm.org/buildbot/#/builders/247/builds/4903. Can you take a look and if it is expected, remove the XFAIL?
Comment Actions
@vitalybuka had submitted a patch to deflake this test: https://github.com/llvm/llvm-project/commit/3afd1b2c357fb5353084a736d885af60115d6acb
I've temporarily disabled the test altogether: https://reviews.llvm.org/rG9289b64bc48f13638cff7e470afce738af56b795