[PATCH] D23230: asan/win: Disable a few tests that fail on bots with not a lot of memory.
Etienne Bergeron via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 15:31:06 PDT 2016
etienneb added inline comments.
================
Comment at: lib/sanitizer_common/tests/sanitizer_allocator_test.cc:581
@@ -566,3 +580,3 @@
TEST(SanitizerCommon, SizeClassAllocator64CompactLocalCache) {
TestSizeClassAllocatorLocalCache<
----------------
That one will be flaky.
It's the same test than above, but with a "fixed" memory address.
So, issues with memory pressure should be the same.
https://reviews.llvm.org/D23230
More information about the llvm-commits
mailing list