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

Unified Diff: content/renderer/ico_image_decoder_unittest.cc

Issue 270703007: Disable ICOImageDecoderTest.Decoding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/ico_image_decoder_unittest.cc
diff --git a/content/renderer/ico_image_decoder_unittest.cc b/content/renderer/ico_image_decoder_unittest.cc
index b59cfe38251c8395a50bde02b1a1b0f9f3d67b98..1cfb6fe2ff8e159de7fdcb858587ab7c09c76168 100644
--- a/content/renderer/ico_image_decoder_unittest.cc
+++ b/content/renderer/ico_image_decoder_unittest.cc
@@ -18,7 +18,8 @@ class ICOImageDecoderTest : public ImageDecoderTest {
}
};
-TEST_F(ICOImageDecoderTest, Decoding) {
+// crbug.com/371332
+TEST_F(ICOImageDecoderTest, DISABLED_Decoding) {
TestDecoding();
}
« 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