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

Unified Diff: headless/test/headless_browser_test.cc

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: re-add missing HEADLESS_EXPORT and child_lib dep to headles_shell and headless_example 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
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() {

Powered by Google App Engine
This is Rietveld 408576698