Commit bf73ebf8 authored by erikchen's avatar erikchen Committed by Commit Bot

Disable memlog tests for syzyasan.

Memlog is disabled for syzyasan, so also disable the tests.

Bug: 804001
Change-Id: I1f0033230e85cf1f5708d8ed0c3ab22053e1f67c
Reviewed-on: https://chromium-review.googlesource.com/934684Reviewed-by: default avatarPrimiano Tucci <primiano@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539324}
parent 6fc667a8
...@@ -24,9 +24,8 @@ ...@@ -24,9 +24,8 @@
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
#include "third_party/zlib/zlib.h" #include "third_party/zlib/zlib.h"
// Some builds don't support the allocator shim in which case the memory long // Some builds don't support memlog in which case the tests won't function.
// won't function. #if BUILDFLAG(USE_ALLOCATOR_SHIM) && !defined(SYZYASAN)
#if BUILDFLAG(USE_ALLOCATOR_SHIM)
namespace profiling { namespace profiling {
...@@ -156,4 +155,4 @@ INSTANTIATE_TEST_CASE_P(Memlog, ...@@ -156,4 +155,4 @@ INSTANTIATE_TEST_CASE_P(Memlog,
} // namespace profiling } // namespace profiling
#endif // BUILDFLAG(USE_ALLOCATOR_SHIM) #endif // BUILDFLAG(USE_ALLOCATOR_SHIM) && !defined(SYZYASAN)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment