Commit 3266c8c4 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable CrashHandlerTest.UnrelatedException on Mac

TBR=gayane@chromium.org
NOTRY=true

Bug: 971247
Change-Id: If2170d68287e5021e25986cc4dd875ca864c53fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645812Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666275}
parent 1d8bc5d0
......@@ -357,7 +357,12 @@ TEST_P(CrashHandlerTest, MAYBE_DISABLED(MissingMetadata)) {
EXPECT_TRUE(proto_.has_region_size());
}
TEST_P(CrashHandlerTest, MAYBE_DISABLED(UnrelatedException)) {
#if defined(OS_MACOSX)
#define MAYBE_UnrelatedException DISABLED_UnrelatedException
#else
#define MAYBE_UnrelatedException UnrelatedException
#endif
TEST_P(CrashHandlerTest, MAYBE_DISABLED(MAYBE_UnrelatedException)) {
ASSERT_FALSE(gwp_asan_found_);
}
......
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