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

Unified Diff: ios/web/public/image_fetcher/image_data_fetcher_unittest.mm

Issue 2665673002: Re-enable WebP tests (Closed)
Patch Set: Created 3 years, 11 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 | ios/web/public/image_fetcher/webp_decoder_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/image_fetcher/image_data_fetcher_unittest.mm
diff --git a/ios/web/public/image_fetcher/image_data_fetcher_unittest.mm b/ios/web/public/image_fetcher/image_data_fetcher_unittest.mm
index 06412eca3c797c88e7a0f82c179951f1b6c2a544..72d7941937226b30363dd2dc83a101566ccee848 100644
--- a/ios/web/public/image_fetcher/image_data_fetcher_unittest.mm
+++ b/ios/web/public/image_fetcher/image_data_fetcher_unittest.mm
@@ -158,11 +158,6 @@ TEST_F(ImageDataFetcherTest, TestPng) {
}
TEST_F(ImageDataFetcherTest, TestGoodWebP) {
-// TODO(droger): This test fails on iOS 9 x64 devices. http://crbug.com/523235
-#if defined(OS_IOS) && defined(ARCH_CPU_ARM64) && !TARGET_IPHONE_SIMULATOR
- if (base::ios::IsRunningOnIOS9OrLater())
- return;
-#endif
net::TestURLFetcher* fetcher = SetupFetcher();
fetcher->set_response_code(200);
fetcher->SetResponseString(
« no previous file with comments | « no previous file | ios/web/public/image_fetcher/webp_decoder_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698