summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 00:29:28 +0000
committercsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 00:29:28 +0000
commit8d77ca5b69b1395898c87093719c0fc921870ad1 (patch)
tree5b02f452ef11b19c63217ed23feea8d83521cc0a
parentc2169e5a3bb9849b0071ee8de5eca6183dc509ce (diff)
downloadchromium_src-8d77ca5b69b1395898c87093719c0fc921870ad1.zip
chromium_src-8d77ca5b69b1395898c87093719c0fc921870ad1.tar.gz
chromium_src-8d77ca5b69b1395898c87093719c0fc921870ad1.tar.bz2
[Autofill] Cleanup disabled Autofill bug ids
R=isherman@chromium.org BUG=150084,281527,281541, 281582 Review URL: https://chromiumcodereview.appspot.com/23548003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220450 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/autofill/autofill_browsertest.cc8
-rw-r--r--chrome/browser/autofill/autofill_interactive_uitest.cc2
2 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/autofill/autofill_browsertest.cc b/chrome/browser/autofill/autofill_browsertest.cc
index 4d05a72..96042e4 100644
--- a/chrome/browser/autofill/autofill_browsertest.cc
+++ b/chrome/browser/autofill/autofill_browsertest.cc
@@ -562,7 +562,7 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, ProfilesNotAggregatedWithInvalidEmail) {
// Test profile is saved if phone number is valid in selected country.
// The data file contains two profiles with valid phone numbers and two
// profiles with invalid phone numbers from their respective country.
-// DISABLED: http://crbug.com/150084
+// DISABLED: http://crbug.com/281582
IN_PROC_BROWSER_TEST_F(AutofillTest,
DISABLED_ProfileSavedWithValidCountryPhone) {
ASSERT_TRUE(test_server()->Start());
@@ -695,7 +695,7 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, ProfileWithEmailInOtherFieldNotSaved) {
// 'Address Line 1' and 'City' data match. When two profiles are merged, any
// remaining address fields are expected to be overwritten. Any non-address
// fields should accumulate multi-valued data.
-// DISABLED: http://crbug.com/150084
+// DISABLED: http://crbug.com/281541
IN_PROC_BROWSER_TEST_F(AutofillTest,
DISABLED_MergeAggregatedProfilesWithSameAddress) {
AggregateProfilesIntoAutofillPrefs("dataset_same_address.txt");
@@ -707,7 +707,7 @@ IN_PROC_BROWSER_TEST_F(AutofillTest,
// Mininum address values needed during aggregation are: address line 1, city,
// state, and zip code.
// Profiles are merged when data for address line 1 and city match.
-// DISABLED: http://crbug.com/150084
+// DISABLED: http://crbug.com/281541
IN_PROC_BROWSER_TEST_F(AutofillTest,
DISABLED_ProfilesNotMergedWhenNoMinAddressData) {
AggregateProfilesIntoAutofillPrefs("dataset_no_address.txt");
@@ -717,7 +717,7 @@ IN_PROC_BROWSER_TEST_F(AutofillTest,
// Test Autofill ability to merge duplicate profiles and throw away junk.
// TODO(isherman): this looks redundant, consider removing.
-// DISABLED: http://crbug.com/150084
+// DISABLED: http://crbug.com/281541
IN_PROC_BROWSER_TEST_F(AutofillTest,
DISABLED_MergeAggregatedDuplicatedProfiles) {
int num_of_profiles =
diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc
index 69e2461..2758ecd 100644
--- a/chrome/browser/autofill/autofill_interactive_uitest.cc
+++ b/chrome/browser/autofill/autofill_interactive_uitest.cc
@@ -1031,7 +1031,7 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
// TODO(isherman): verify entire form.
}
-// http://crbug.com/150084
+// http://crbug.com/281527
#if defined(OS_MACOSX)
#define MAYBE_FormFillLatencyAfterSubmit FormFillLatencyAfterSubmit
#else