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

Unified Diff: chrome/browser/webdata/web_database_migration_unittest.cc

Issue 7650025: Autofill: Disable WebDatabaseMigrationTest.MigrateVersion32ToCurrent. While I prepare a fix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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: chrome/browser/webdata/web_database_migration_unittest.cc
diff --git a/chrome/browser/webdata/web_database_migration_unittest.cc b/chrome/browser/webdata/web_database_migration_unittest.cc
index 7acf56efe10c234a3163a75764bf85e1081e5655..a1423401ea056f5156a7c8c428449b5533e55944 100644
--- a/chrome/browser/webdata/web_database_migration_unittest.cc
+++ b/chrome/browser/webdata/web_database_migration_unittest.cc
@@ -909,9 +909,16 @@ TEST_F(WebDatabaseMigrationTest, MigrateVersion31ToCurrent) {
}
}
+// Crashes on Win. http://crbug.com/92937
+#if defined(OS_WIN)
+#define MAYBE_MigrateVersion32ToCurrent DISABLED_MigrateVersion32ToCurrent
+#else
+#define MAYBE_MigrateVersion32ToCurrent MigrateVersion32ToCurrent
+#endif // defined(OS_WIN)
+
// Factor |autofill_profiles| address information separately from name, email,
// and phone.
-TEST_F(WebDatabaseMigrationTest, MigrateVersion32ToCurrent) {
+TEST_F(WebDatabaseMigrationTest, MAYBE_MigrateVersion32ToCurrent) {
// Initialize the database.
ASSERT_NO_FATAL_FAILURE(LoadDatabase(FILE_PATH_LITERAL("version_32.sql")));
« 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