mail/base/test/browser/browser_quota.js fails locally due to locale based number formatting
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(thunderbird_esr128 fixed, thunderbird133 fixed)
People
(Reporter: KaiE, Assigned: mkmelin)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
corey
:
approval-comm-esr128+
|
Details | Review |
The test comm/mail/base/test/browser/browser_quota.js
fails for me locally, on both comm-central and comm-esr128 branches.
FAIL label should have the correct text - {"args":{"limit":"123 KB","percent":79,"usage":"98,0 KB"},"id":"quota-panel-percent-used"} deepEqual {"id":"quota-panel-percent-used","args":{"percent":79,"usage":"98.0 KB","limit":"123 KB"}} -
AFAICT the values are the same, but they are in a different order.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Pushed by arschmitz@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/fcf000d2c927
Fix mail/base/test/browser/browser_quota.js failure on local runs. r=kaie
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
Comment on attachment 9434450 [details]
Bug 1928061 - Fix mail/base/test/browser/browser_quota.js failure on local runs. r=kaie
[Approval Request Comment]
Test only, no risk.
Comment 4•1 year ago
|
||
Comment on attachment 9434450 [details]
Bug 1928061 - Fix mail/base/test/browser/browser_quota.js failure on local runs. r=kaie
[Triage Comment]
Approved for beta
Comment 5•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 133.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/a98cf97ba132
Comment 6•1 year ago
|
||
Comment on attachment 9434450 [details]
Bug 1928061 - Fix mail/base/test/browser/browser_quota.js failure on local runs. r=kaie
[Triage Comment]
Approved for esr128
Comment 7•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 128.4.4esr:
https://hg.mozilla.org/releases/comm-esr128/rev/d7942bf2472e
Description
•