Closed
Bug 1586767
Opened 6 years ago
Closed 6 years ago
sessionrestore Talos test is broken on Windows with Fission enabled - JavaScript error: resource://gre/modules/sessionstore/PrivacyFilter.jsm, line 121: TypeError: tab is undefined
Categories
(Testing :: Talos, task)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mconley, Unassigned)
References
(Blocks 1 open bug)
Details
We need to get this test fixed so that we can measure sessionrestore time when Fission is enabled.
Looking at some logging I did, the problem appears to be that after the sessionrestore.js session is restored, the winData for the window gets a "null" inserted before a bunch of entries that look like this:
{
"entries": [],
"lastAccessed": 1499158604938
},
So... gotta figure out what that's all about.
| Reporter | ||
Comment 1•6 years ago
|
||
It turns out, this failure gets thrown with Fission disabled as well. The problem actually appears to be the tabpaint test, which times out, and because it times out, the failure gets highlighted in the log. Wacky.
Anyway, I'm going to close this out and open a new bug for the tabpaint problem.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
Blocks: fission-sessionstore
You need to log in
before you can comment on or make changes to this bug.
Description
•