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

Unified Diff: chrome/browser/password_manager/native_backend_kwallet_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
« no previous file with comments | « chrome/browser/password_manager/native_backend_kwallet_x.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
===================================================================
--- chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc (revision 117092)
+++ chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc (working copy)
@@ -696,7 +696,7 @@
// TODO(mdm): add more basic (i.e. non-migration) tests here at some point.
// (For example tests for storing >1 password per realm pickle.)
-TEST_F(NativeBackendKWalletTest, MigrateOneLogin) {
+TEST_F(NativeBackendKWalletTest, DISABLED_MigrateOneLogin) {
// Reject attempts to migrate so we can populate the store.
wallet_.set_reject_local_folders(true);
@@ -764,7 +764,7 @@
profile_.GetPrefs()->GetBoolean(prefs::kPasswordsUseLocalProfileId));
}
-TEST_F(NativeBackendKWalletTest, MigrateToMultipleProfiles) {
+TEST_F(NativeBackendKWalletTest, DISABLED_MigrateToMultipleProfiles) {
// Reject attempts to migrate so we can populate the store.
wallet_.set_reject_local_folders(true);
@@ -847,7 +847,7 @@
CheckPasswordForms("Chrome Form Data (24)", expected);
}
-TEST_F(NativeBackendKWalletTest, NoMigrationWithPrefSet) {
+TEST_F(NativeBackendKWalletTest, DISABLED_NoMigrationWithPrefSet) {
// Reject attempts to migrate so we can populate the store.
wallet_.set_reject_local_folders(true);
@@ -911,7 +911,7 @@
CheckPasswordForms("Chrome Form Data (42)", expected);
}
-TEST_F(NativeBackendKWalletTest, DeleteMigratedPasswordIsIsolated) {
+TEST_F(NativeBackendKWalletTest, DISABLED_DeleteMigratedPasswordIsIsolated) {
// Reject attempts to migrate so we can populate the store.
wallet_.set_reject_local_folders(true);
« no previous file with comments | « chrome/browser/password_manager/native_backend_kwallet_x.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698