Closed
Bug 1503751
Opened 6 years ago
Closed 6 years ago
credit charge test permafailing after November started
Categories
(Toolkit :: Form Autofill, defect)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox63 | --- | fixed |
firefox64 | --- | fixed |
firefox65 | --- | fixed |
People
(Reporter: aryx, Assigned: aryx)
References
Details
https://hg.mozilla.org/mozilla-central/file/7e4afca2ca92/toolkit/modules/tests/xpcshell/test_CreditCard.js#l187 tries to got the month 13 now.
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/mozilla-central/rev/dea36816d646
increase year for check of valid credit card if current month is near end of year. r=MattN on IRC a=Aryx
![]() |
Assignee | |
Comment 2•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
![]() |
Assignee | |
Updated•6 years ago
|
status-firefox63:
--- → affected
status-firefox64:
--- → affected
status-firefox-esr60:
--- → unaffected
Comment 3•6 years ago
|
||
uplift |
Comment 4•6 years ago
|
||
Is the line:
testValid("0000000000000000", month - 1, year, false,
also going to break in january, either because it'll be negative or because it'll be 0, which will also be wrong?
Flags: needinfo?(MattN+bmo)
Comment 5•6 years ago
|
||
Yeah, I wasn't looking at the rest of the file when Aryx pinged me on IRC about the failure. I'll file a separate bug.
Blocks: 1461477
Flags: needinfo?(MattN+bmo)
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•