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

Unified Diff: headless/test/headless_browser_test.cc

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: fix headless_shell build Created 3 years, 9 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
« headless/public/headless_browser.cc ('K') | « headless/public/headless_shell.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/headless_browser_test.cc
diff --git a/headless/test/headless_browser_test.cc b/headless/test/headless_browser_test.cc
index 44e3f9b5d7d9b482ece969d46a8d24fc09f38dcf..d139f400d0a9297dcccebee1a73cd511831ef302 100644
--- a/headless/test/headless_browser_test.cc
+++ b/headless/test/headless_browser_test.cc
@@ -208,9 +208,9 @@ void HeadlessAsyncDevTooledBrowserTest::RenderProcessExited(
if (status == base::TERMINATION_STATUS_NORMAL_TERMINATION)
return;
- FAIL() << "Abnormal renderer termination";
FinishAsynchronousTest();
render_process_exited_ = true;
+ FAIL() << "Abnormal renderer termination";
}
void HeadlessAsyncDevTooledBrowserTest::RunTest() {
« headless/public/headless_browser.cc ('K') | « headless/public/headless_shell.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698