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

Unified Diff: trunk/src/content/renderer/ico_image_decoder_unittest.cc

Issue 15927022: Revert 203717 "disable ICOImageDecoderTest.Decoding on all platf..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/content/renderer/ico_image_decoder_unittest.cc
===================================================================
--- trunk/src/content/renderer/ico_image_decoder_unittest.cc (revision 203755)
+++ trunk/src/content/renderer/ico_image_decoder_unittest.cc (working copy)
@@ -18,7 +18,12 @@
}
};
-TEST_F(ICOImageDecoderTest, DISABLED_Decoding) {
+#if defined(OS_LINUX)
+#define MAYBE_Decoding DISABLED_Decoding
+#else
+#define MAYBE_Decoding Decoding
+#endif
+TEST_F(ICOImageDecoderTest, MAYBE_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