| Index: base/trace_event/memory_allocator_dump_unittest.cc
|
| diff --git a/base/trace_event/memory_allocator_dump_unittest.cc b/base/trace_event/memory_allocator_dump_unittest.cc
|
| index 7cd8f516f2c10f3ffa4ac1637cebe5982da375ac..4e5e474beb04c6d6294b0214f78ca815a5990a41 100644
|
| --- a/base/trace_event/memory_allocator_dump_unittest.cc
|
| +++ b/base/trace_event/memory_allocator_dump_unittest.cc
|
| @@ -183,7 +183,8 @@ TEST(MemoryAllocatorDumpTest, GetSize) {
|
| }
|
|
|
| // DEATH tests are not supported in Android / iOS.
|
| -#if !defined(NDEBUG) && !defined(OS_ANDROID) && !defined(OS_IOS)
|
| +#if !defined(NDEBUG) && !defined(OS_ANDROID) && !defined(OS_IOS) && \
|
| + !defined(OS_FUCHSIA)
|
| TEST(MemoryAllocatorDumpTest, ForbidDuplicatesDeathTest) {
|
| FakeMemoryAllocatorDumpProvider fmadp;
|
| MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED};
|
|
|