Closed
Bug 1722714
Opened 3 years ago
Closed 3 years ago
browser_max_touchpoints.js fails intermittently with server targets
Categories
(DevTools :: Responsive Design Mode, defect)
DevTools
Responsive Design Mode
Tracking
(Fission Milestone:MVP, firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: ochameau, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
It fails with the following error (reproduced locally with --run-until-failure):
devtools/client/responsive/test/browser/browser_max_touchpoints.js
FAIL navigator.maxTouchPoints should be 1 after enabling touch simulation again - Got +0, expected 1
Stack trace:
chrome://mochikit/content/browser-test.js:test_is:1371
chrome://mochitests/content/browser/devtools/client/responsive/test/browser/browser_max_touchpoints.js:null:43
chrome://mochitests/content/browser/devtools/client/responsive/test/browser/head.js:addRDMTaskWithPreAndPost/<:192
https://treeherder.mozilla.org/logviewer?job_id=346601765&repo=try&lineNumber=11365
Updated•3 years ago
|
Whiteboard: dt-fission-future
Updated•3 years ago
|
Fission Milestone: --- → MVP
Whiteboard: dt-fission-future → dt-fission-m3-mvp
Assignee | ||
Comment 2•3 years ago
|
||
The call to restoreActor state was inferring with the watcher setting up the configuration
on new documents, and was making browser_max_touchpoints and browser_touch_pointerevents
fail with server side target switching.
Updated•3 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f8063f9fa56c
[devtools] Don't call restoreActorState from RDM client when target follow window global lifecycle. r=jdescottes.
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•