diff options
Diffstat (limited to 'chrome/test/reliability/page_load_test.cc')
-rw-r--r-- | chrome/test/reliability/page_load_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc index e34f968..16b32b5 100644 --- a/chrome/test/reliability/page_load_test.cc +++ b/chrome/test/reliability/page_load_test.cc @@ -296,7 +296,7 @@ class PageLoadTest : public UITest { // Page load crashed and test automation timed out. EXPECT_EQ(NAVIGATION_TIME_OUT, metrics.result); // Found a crash dump - EXPECT_EQ(1, metrics.crash_dump_count); + EXPECT_EQ(1, metrics.crash_dump_count) << kFailedNoCrashService; // Browser did not crash, and exited cleanly. EXPECT_EQ(true, metrics.browser_clean_exit); EXPECT_EQ(1, metrics.browser_launch_count); |