Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: content/test/content_browser_test_test.cc

Issue 399213003: Fix crash in Mac ASAN RenderWidgetResizeHelper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_to_cpp
Patch Set: Fix name Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/render_widget_resize_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_browser_test_test.cc
diff --git a/content/test/content_browser_test_test.cc b/content/test/content_browser_test_test.cc
index 3ff4ccb36d6ae51b360b5947b848b7dea6ed5a4d..1714f0b6cfce598120c7dc80dc4e08fa37481286 100644
--- a/content/test/content_browser_test_test.cc
+++ b/content/test/content_browser_test_test.cc
@@ -43,13 +43,7 @@ IN_PROC_BROWSER_TEST_F(ContentBrowserTestSanityTest, Basic) {
Test();
}
-#if defined(OS_MACOSX)
-// This is failing on Mac ASan: http://crbug.com/394775
-#define MAYBE_SingleProcess DISABLED_SingleProcess
-#else
-#define MAYBE_SingleProcess SingleProcess
-#endif
-IN_PROC_BROWSER_TEST_F(ContentBrowserTestSanityTest, MAYBE_SingleProcess) {
+IN_PROC_BROWSER_TEST_F(ContentBrowserTestSanityTest, SingleProcess) {
Test();
}
« no previous file with comments | « content/browser/renderer_host/render_widget_resize_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698