Fix broken about:memory tests
Categories
(Toolkit :: about:memory, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
Three of the about:memory tests are broken when run locally.
Assignee | ||
Comment 1•5 years ago
|
||
Three of the about:memory tests have failures when they are run locally. In all
three cases it is due to the tests expecting a socket process that isn't
present. On automation the tests succeed with or without the socket process
code.
Bug 1515390 introduced the socket process code. These tests now run as "1proc"
tests, which might explain why this socket process code is no longer necessary.
This commit removes the socket process code, which means the tests now succeed
when run locally. No change is seen on automation, where the tests still pass.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Here is a try push without the change:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=92f7dc2d19c576bdca1b0c866721007140855e7a
And here is a try push with the change:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b674cf4824cd9e0059d18a4f4a6fed9f3ad949cd
Comment 4•5 years ago
|
||
bugherder |
Description
•