Index: base/process_util_unittest.cc |
=================================================================== |
--- base/process_util_unittest.cc (revision 181934) |
+++ base/process_util_unittest.cc (working copy) |
@@ -257,7 +257,8 @@ |
// This test intentionally crashes, so we don't need to run it under |
// AddressSanitizer. |
-#if defined(ADDRESS_SANITIZER) |
+// TODO(jschuh): crbug.com/175753 Fix this in Win64 bots. |
+#if defined(ADDRESS_SANITIZER) || (defined(OS_WIN) && defined(ARCH_CPU_X86_64)) |
#define MAYBE_GetTerminationStatusCrash DISABLED_GetTerminationStatusCrash |
#else |
#define MAYBE_GetTerminationStatusCrash GetTerminationStatusCrash |