summaryrefslogtreecommitdiffstats
path: root/content/test/layout_browsertest.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 20:17:06 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 20:17:06 +0000
commit512b05bea026992f34214850cfaea8d48e646296 (patch)
treea0608399d052986777577c8ad328e53660c9dddc /content/test/layout_browsertest.cc
parent955e1cba2079a92082f220dfe56d19d33445c3d1 (diff)
downloadchromium_src-512b05bea026992f34214850cfaea8d48e646296.zip
chromium_src-512b05bea026992f34214850cfaea8d48e646296.tar.gz
chromium_src-512b05bea026992f34214850cfaea8d48e646296.tar.bz2
Add logging to see why WorkerTest.LimitTotal is hanging on XP buildbots. Also add more logging to InProcessBrowserLayoutTest.
BUG=36800 TBR=atwilson Review URL: https://chromiumcodereview.appspot.com/9924021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/layout_browsertest.cc')
-rw-r--r--content/test/layout_browsertest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/test/layout_browsertest.cc b/content/test/layout_browsertest.cc
index 6f8035c..dbd084f 100644
--- a/content/test/layout_browsertest.cc
+++ b/content/test/layout_browsertest.cc
@@ -180,6 +180,7 @@ void InProcessBrowserLayoutTest::RunLayoutTestInternal(
ui_test_utils::TitleWatcher title_watcher(
browser()->GetSelectedWebContents(), expected_title);
ui_test_utils::NavigateToURL(browser(), url);
+ LOG(INFO) << "Navigation completed, now waiting for title.";
string16 final_title = title_watcher.WaitAndGetTitle();
EXPECT_EQ(expected_title, final_title);