| Index: base/process/process_util_unittest.cc
|
| diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc
|
| index 250b06a4a433e9e47ff753fa6fc4bcc17fbf86b2..78c700d9ee500a33aad47ec4dfa4f7628348c90e 100644
|
| --- a/base/process/process_util_unittest.cc
|
| +++ b/base/process/process_util_unittest.cc
|
| @@ -234,9 +234,7 @@ 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)) || defined(SYZYASAN)
|
| +#if defined(ADDRESS_SANITIZER) || defined(SYZYASAN)
|
| #define MAYBE_GetTerminationStatusCrash DISABLED_GetTerminationStatusCrash
|
| #else
|
| #define MAYBE_GetTerminationStatusCrash GetTerminationStatusCrash
|
|
|