Commit 6628b2ef authored by jam's avatar jam Committed by Commit bot

Renable ContentBrowserTest.RendererCrashCallStack

BUG=636977

Review-Url: https://codereview.chromium.org/2610803003
Cr-Commit-Position: refs/heads/master@{#441430}
parent 0020d5c9
......@@ -68,14 +68,7 @@ IN_PROC_BROWSER_TEST_F(ContentBrowserTest, MANUAL_RendererCrash) {
}
// Tests that browser tests print the callstack when a child process crashes.
#if defined(OS_WIN)
#define MAYBE_RendererCrashCallStack \
DISABLED_RendererCrashCallStack
#else
#define MAYBE_RendererCrashCallStack \
RendererCrashCallStack
#endif
IN_PROC_BROWSER_TEST_F(ContentBrowserTest, MAYBE_RendererCrashCallStack) {
IN_PROC_BROWSER_TEST_F(ContentBrowserTest, RendererCrashCallStack) {
base::ThreadRestrictions::ScopedAllowIO allow_io_for_temp_dir;
base::ScopedTempDir temp_dir;
ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
......
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