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

Unified Diff: chrome/browser/password_manager/native_backend_gnome_x_unittest.cc

Issue 9186053: Linux: stop migrating old, shared passwords into the profile-specific password scheme. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 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
Index: chrome/browser/password_manager/native_backend_gnome_x_unittest.cc
===================================================================
--- chrome/browser/password_manager/native_backend_gnome_x_unittest.cc (revision 117092)
+++ chrome/browser/password_manager/native_backend_gnome_x_unittest.cc (working copy)
@@ -571,7 +571,7 @@
// TODO(mdm): add more basic (i.e. non-migration) tests here at some point.
-TEST_F(NativeBackendGnomeTest, MigrateOneLogin) {
+TEST_F(NativeBackendGnomeTest, DISABLED_MigrateOneLogin) {
// Reject attempts to migrate so we can populate the store.
mock_keyring_reject_local_ids = true;
@@ -662,7 +662,7 @@
profile_.GetPrefs()->GetBoolean(prefs::kPasswordsUseLocalProfileId));
}
-TEST_F(NativeBackendGnomeTest, MigrateToMultipleProfiles) {
+TEST_F(NativeBackendGnomeTest, DISABLED_MigrateToMultipleProfiles) {
// Reject attempts to migrate so we can populate the store.
mock_keyring_reject_local_ids = true;
@@ -746,7 +746,7 @@
CheckMockKeyringItem(&mock_keyring_items[2], form_google_, "chrome-24");
}
-TEST_F(NativeBackendGnomeTest, NoMigrationWithPrefSet) {
+TEST_F(NativeBackendGnomeTest, DISABLED_NoMigrationWithPrefSet) {
// Reject attempts to migrate so we can populate the store.
mock_keyring_reject_local_ids = true;
@@ -804,7 +804,7 @@
CheckMockKeyringItem(&mock_keyring_items[1], form_isc_, "chrome-42");
}
-TEST_F(NativeBackendGnomeTest, DeleteMigratedPasswordIsIsolated) {
+TEST_F(NativeBackendGnomeTest, DISABLED_DeleteMigratedPasswordIsIsolated) {
// Reject attempts to migrate so we can populate the store.
mock_keyring_reject_local_ids = true;
« no previous file with comments | « chrome/browser/password_manager/native_backend_gnome_x.cc ('k') | chrome/browser/password_manager/native_backend_kwallet_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698