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

Unified Diff: chrome/browser/web_resource/web_resource_service_unittest.cc

Issue 5648001: Mark WebResourceServiceTest.UnpackPromoSignal as DISABLED_, as it's crashing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_resource/web_resource_service_unittest.cc
diff --git a/chrome/browser/web_resource/web_resource_service_unittest.cc b/chrome/browser/web_resource/web_resource_service_unittest.cc
index 14b7c2a9c678927059b075e585617efff1ea1f37..67702a1fea572e567cfb1d65ba99fdced111b871 100644
--- a/chrome/browser/web_resource/web_resource_service_unittest.cc
+++ b/chrome/browser/web_resource/web_resource_service_unittest.cc
@@ -94,7 +94,8 @@ TEST_F(WebResourceServiceTest, UnpackLogoSignal) {
ASSERT_EQ(logo_end, 0); // date value reset to 0;
}
-TEST_F(WebResourceServiceTest, UnpackPromoSignal) {
+// Crashing. See http://crbug.com/65462.
+TEST_F(WebResourceServiceTest, DISABLED_UnpackPromoSignal) {
// Set up a testing profile and create a web resource service.
TestingProfile profile;
scoped_refptr<WebResourceService> web_resource_service(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698