Intermittent comm/calendar/test/browser/eventDialog/browser_eventDialogSize.js | undefined assertion name -
Categories
(Calendar :: Dialogs, defect, P5)
Tracking
(thunderbird78 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird78 | --- | unaffected |
People
(Reporter: intermittent-bug-filer, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
8.67 KB,
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
Filed by: geoff [at] darktrojan.net
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=307316164&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z7lhbBU9TSS0L3untSxkDw/runs/0/artifacts/public/logs/live_backing.log
The update to running tests on Ubuntu 18.04 has made the task dialog wider and this test is now failing.
| Assignee | ||
Comment 1•5 years ago
|
||
I've fixed browser_eventDialogSize.js by increasing the values for width. Updating Ubuntu made the widgets in the task dialog wider and it began to interfere with this test.
You asked me somewhere about using Assert instead of ok or equal and here's where the difference would've been useful. When Assert is used it prints out the values being compared in the test logs, but equal doesn't (at least on TaskCluster where it matters most). This makes debugging failures easier. I've also recently discovered Assert.less, Assert.greater and others which I've used here.
I've also fixed (I think) browser_timezones.js which seems to be failing when the timezone dialog appears. I'm not sure why that is but this change seems to fix it.
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a248d78e1518
Fix test failures that appeared after updating test environment to Ubuntu 18.04. rs=bustage-fix
| Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Description
•