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

Unified Diff: webkit/appcache/appcache_update_job_unittest.cc

Issue 2471007: Disable a crashing test. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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: webkit/appcache/appcache_update_job_unittest.cc
diff --git a/webkit/appcache/appcache_update_job_unittest.cc b/webkit/appcache/appcache_update_job_unittest.cc
index 5b42fe4a938b972d526dd2a2531e54dd2d6996a4..09c349dd2e85de7f201b86be1443691dacd83dbf 100644
--- a/webkit/appcache/appcache_update_job_unittest.cc
+++ b/webkit/appcache/appcache_update_job_unittest.cc
@@ -3038,7 +3038,14 @@ TEST_F(AppCacheUpdateJobTest, ManifestRedirect) {
RunTestOnIOThread(&AppCacheUpdateJobTest::ManifestRedirectTest);
}
-TEST_F(AppCacheUpdateJobTest, ManifestWrongMimeType) {
+#if defined(OS_MACOSX)
+// Crashing on mac webkit bots. http://crbug.com/45664
+#define MAYBE_ManifestWrongMimeType DISABLED_ManifestWrongMimeType
+#else
+#define MAYBE_ManifestWrongMimeType ManifestWrongMimeType
+#endif
+
+TEST_F(AppCacheUpdateJobTest, MAYBE_ManifestWrongMimeType) {
RunTestOnIOThread(&AppCacheUpdateJobTest::ManifestWrongMimeTypeTest);
}
« 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