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

Unified Diff: headless/test/headless_browser_test.cc

Issue 2835603002: Revert of Add --headless flag to Windows (Closed)
Patch Set: Created 3 years, 8 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 | « headless/public/util/testing/generic_url_request_mocks.cc ('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 714a00f6d0dbf6d9b2452f9c9f4b7a19ef1c15e5..7bc6c70171cc8b57583cb4e2c2036217f2444a20 100644
--- a/headless/test/headless_browser_test.cc
+++ b/headless/test/headless_browser_test.cc
@@ -218,9 +218,9 @@
if (status == base::TERMINATION_STATUS_NORMAL_TERMINATION)
return;
+ FAIL() << "Abnormal renderer termination";
FinishAsynchronousTest();
render_process_exited_ = true;
- FAIL() << "Abnormal renderer termination";
}
void HeadlessAsyncDevTooledBrowserTest::RunTest() {
« no previous file with comments | « headless/public/util/testing/generic_url_request_mocks.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698