New issue
Advanced search Search tips

Issue 627108 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 1
Type: Bug



Sign in to add a comment

Update downstream Autofill test to handle date validation change

Project Member Reported by marq@chromium.org, Jul 11 2016

Issue description

In the wake of https://codereview.chromium.org/2124343002, AutofillClientIOS::GetSyncService() gets called from AutofillControllerTest.CreditCardImport. That method is NOTIMPLEMENTED(), and removing that
macro causes the test to hang indefinitely.

AutofillControllerTest.CreditCardImport has been disabled pending a fix.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 11 2016

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chrome/ios_internal.git/+/0c2685c18d17b5f4c57b8d4f8a9950c249376dd4

commit 0c2685c18d17b5f4c57b8d4f8a9950c249376dd4
Author: marq <marq@google.com>
Date: Mon Jul 11 16:27:37 2016

Status: Started (was: Assigned)
The NOTIMPLEMENTED() is a red herring. NOTIMPLEMENTED just produces a LOG(ERROR) and it's been getting called in this test for quite some time.

The change that started causing this test to fail is https://codereview.chromium.org/2136453003 which made expiration date years > 2999 invalid.

Sending the fix for review now.
Summary: Update downstream Autofill test to handle date validation change (was: Update downstream Autofill tests to handle CC signing promo changes.)
Project Member

Comment 5 by bugdroid1@chromium.org, Jul 12 2016

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chrome/ios_internal.git/+/4bc5dab3af203ba5d5f5b1cdeefe256fbb155ef4

commit 4bc5dab3af203ba5d5f5b1cdeefe256fbb155ef4
Author: jdonnelly <jdonnelly@google.com>
Date: Tue Jul 12 16:40:41 2016

Status: Fixed (was: Started)
Issue 629623 has been merged into this issue.
Labels: Merge-Request-53
Status: Started (was: Fixed)
I failed to notice that the CL that caused this issue was merged to M53. I'll need to merge the fix as well. Just the second CL (comment 5).

Comment 9 by dimu@google.com, Jul 19 2016

Labels: -Merge-Request-53 Merge-Approved-53 Hotlist-Merge-Approved
Your change meets the bar and is auto-approved for M53 (branch: 2785)
Issue 629802 has been merged into this issue.
Project Member

Comment 11 by bugdroid1@chromium.org, Jul 20 2016

Labels: -merge-approved-53 Merge-Merged-2785
The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chrome/ios_internal.git/+/115ea217ee340b2af31c1d2838f89b34cde04a67

commit 115ea217ee340b2af31c1d2838f89b34cde04a67
Author: Justin Donnelly <jdonnelly@google.com>
Date: Wed Jul 20 18:28:54 2016

Status: Fixed (was: Started)
Components: Tests>Disabled
Labels: Test-Disabled

Sign in to add a comment