Open
Bug 1248787
Opened 10 years ago
Updated 3 years ago
test_gfxBlacklist_prefs.js fails consistently
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
NEW
People
(Reporter: mossop, Unassigned)
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
Details |
A bug in this test file meant that it was never actually running and so appeared to be passing all the time. I fixed that bug in bug 1245916 but now the test perma-fails. I don't know if the failure is expected or worth looking at so I'm just going to disable it and file this bug.
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/48559/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/48559/
Updated•9 years ago
|
Whiteboard: gfx-noted
Comment 3•9 years ago
|
||
Comment on attachment 8744475 [details]
MozReview Request: [mq]: 1248787
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/48559/diff/1-2/
Comment 4•9 years ago
|
||
Failure is a timeout. Taking a look.
Comment 5•9 years ago
|
||
It looks like we can't load the blocklist at all on mac. The test I looked at either early return on mac or check FEATURE_STATUS_OK. I couldn't find a single testing doing any useful negative check from the loaded blacklist.
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/test/xpcshell/test_gfxBlacklist_Device.js#78
These test don't look very well designed since they will past with no loaded blacklist.
This is the network error that we get:
0:04.26 PROCESS_OUTPUT: Thread-15 (pid:27993) "*** Blocklist::notify: Requesting http://localhost:55601/data/test_gfxBlacklist.xml"
0:04.26 PROCESS_OUTPUT: Thread-15 (pid:27993) "[27993] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80520012: file /Users/bgirard/mozilla/mozilla-central/tree/extensions/cookie/nsPermissionManager.cpp, line 2606"
Updated•9 years ago
|
Flags: needinfo?(bgirard)
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•