| Index: base/process/process_util_unittest.cc
|
| diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc
|
| index 41a8dd6dab3680e0416cc8909dc1b2498fc91f17..250b06a4a433e9e47ff753fa6fc4bcc17fbf86b2 100644
|
| --- a/base/process/process_util_unittest.cc
|
| +++ b/base/process/process_util_unittest.cc
|
| @@ -235,7 +235,8 @@ MULTIPROCESS_TEST_MAIN(CrashingChildProcess) {
|
| // This test intentionally crashes, so we don't need to run it under
|
| // AddressSanitizer.
|
| // TODO(jschuh): crbug.com/175753 Fix this in Win64 bots.
|
| -#if defined(ADDRESS_SANITIZER) || (defined(OS_WIN) && defined(ARCH_CPU_X86_64))
|
| +#if defined(ADDRESS_SANITIZER) || \
|
| + (defined(OS_WIN) && defined(ARCH_CPU_X86_64)) || defined(SYZYASAN)
|
| #define MAYBE_GetTerminationStatusCrash DISABLED_GetTerminationStatusCrash
|
| #else
|
| #define MAYBE_GetTerminationStatusCrash GetTerminationStatusCrash
|
|
|