Skip to content

Commit

Permalink
Disables RendererDebugURLsDontSwap on Mac in combination with ASAN (p…
Browse files Browse the repository at this point in the history
…art 2)

Now excludes the test in combination with ADDRESS_SANITIZER instead of THREAD_SANITIZER

NOTRY=TRUE
TBR=nasko
BUG=699062

Review-Url: https://codereview.chromium.org/2733963004
Cr-Commit-Position: refs/heads/master@{#455058}
  • Loading branch information
henrikand authored and Commit bot committed Mar 7, 2017
1 parent 6411a76 commit f455b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ IN_PROC_BROWSER_TEST_F(RenderFrameHostManagerTest,
// See http://crbug.com/335503.
// The test fails on Mac OSX with ASAN.
// See http://crbug.com/699062.
#if defined(OS_MACOSX) && defined(THREAD_SANITIZER)
#if defined(OS_MACOSX) && defined(ADDRESS_SANITIZER)
#define MAYBE_RendererDebugURLsDontSwap DISABLED_RendererDebugURLsDontSwap
#else
#define MAYBE_RendererDebugURLsDontSwap RendererDebugURLsDontSwap
Expand Down

0 comments on commit f455b04

Please sign in to comment.