Closed
Bug 938163
Opened 11 years ago
Closed 7 years ago
constant failure messages from newtab/head.js during tests with Xvfb
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: froydnj, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Setup:
Xvfb :1 -screen 0 1280x1024x24
DISPLAY=:1.0 openbox &
Run:
DISPLAY=:1.0 mach mochitest-browser
Expected:
A log of passes and failures with minimal noise.
Actual:
A log of passes and failures with a ton of messages about JavaScript failures in chrome://mochitests/content/browser/browser/base/content/test/newtab/head.js. I've attached a log for a single test showing examples.
It's possible this is just due to running openbox and a different WM would be better...
They start after browser_newtab_bug735987.js, which times out, if it makes any difference. Maybe the same cause of the timeout as bug 898317?
Updated•11 years ago
|
Assignee: ttaubert → nobody
Comment 1•11 years ago
|
||
Nathan, try metacity instead of openbox. I use metacity and it seems to work for me.
I also had similar problems - which forced me to abandon xvfb many months ago. This week I started to use Xephyr together with metacity, instead of xvfb, and it seems to work better. I had no issues.
Comment 2•7 years ago
|
||
Code was removed in bug 1433133 https://hg.mozilla.org/mozilla-central/rev/fc80dd3e4fae
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Depends on: 1433133
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
You need to log in
before you can comment on or make changes to this bug.
Description
•