Closed
Bug 1395773
Opened 8 years ago
Closed 8 years ago
Intermittent browser_datetime_datepicker.js | "August 2017" == "September 2017" - JS frame :: chrome://mochitests/content/browser/toolkit/content/tests/browser/browser_datetime_datepicker.js :: test_datepicker_today :: line 57
Categories
(Core :: Layout: Form Controls, defect, P5)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: scottwu)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:logic])
Attachments
(1 file)
Comment 1•8 years ago
|
||
Looks like we've got a new timebomb test (one that fails when it happens to run at just the right time to hit a change in month mid-run).
Flags: needinfo?(scwwu)
Flags: needinfo?(mconley)
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 3•8 years ago
|
||
Thanks for filing the bug. Turns out this doesn't just happen when month changes mid-run, but hours leading up to the month change. In this particular test, DateTimeFormat was set to UTC, when it should have been local time. So at 8/31 17:01 pacific daylight time, the month string becomes `September` rather than `August`.
Flags: needinfo?(scwwu)
Flags: needinfo?(mconley)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → scwwu
| Assignee | ||
Updated•8 years ago
|
Status: NEW → ASSIGNED
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8903474 -
Flags: review?(mconley)
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8903474 [details]
Bug 1395773 - Fix intermittent browser_datetime_datepicker test when crossing months,
https://reviewboard.mozilla.org/r/175312/#review181784
Thanks!
Attachment #8903474 -
Flags: review?(mconley) → review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f99a4070d320
Fix intermittent browser_datetime_datepicker test when crossing months, r=mconley
Keywords: checkin-needed
Comment 9•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•8 years ago
|
Whiteboard: [stockwell needswork] → [stockwell fixed:logic]
You need to log in
before you can comment on or make changes to this bug.
Description
•