Closed
Bug 926547
Opened 11 years ago
Closed 4 months ago
test_bug841466.html | ###!!! ASSERTION: Trying to initialize PSM/NSS in a non-chrome process!
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jgriffin, Unassigned)
References
(Blocks 1 open bug)
Details
On debug B2G emulators, the test is failing due to this assertion:
15:29:34 INFO - [Child 710] ###!!! ASSERTION: Trying to initialize PSM/NSS in a non-chrome process!: 'Error', file ../../../../../gecko/security/manager/ssl/src/nsNSSComponent.cpp, line 147
full log: https://tbpl.mozilla.org/php/getParsedLog.php?id=28954370&tree=Cedar&full=1#error6
Comment 1•11 years ago
|
||
Probably because the test creates a keygen element.
Comment 3•11 years ago
|
||
taking a look (and what is the url for the latest doc on how to run mochitest (+1 if you give me a command line for running just that test).
Reporter | ||
Comment 4•11 years ago
|
||
For help on running mochitests, see: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Platform/Automated_testing/Mochitests
Comment 5•11 years ago
|
||
(In reply to :Ms2ger from comment #1)
> Probably because the test creates a keygen element.
I agree.
Depends on: 582297
Flags: needinfo?(brian)
Comment 6•11 years ago
|
||
I feel like the effort required to properly fix bug 582297 is not commensurate with the reward obtained in this bug. Why can't we just leave the keygen element out of this test? It's not even being tested due to the todo_is and bug 101019.
Comment 7•11 years ago
|
||
keygen is one of the elements where that hack should be applied, so having it in the test reminds whoever fixes bug 101019 to make sure they got that right. It's probably possible for the test to check that in another way, perhaps by testing if document.createElement("keygen") instanceof HTMLUnknownElement.
Comment 8•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
Comment 9•4 months ago
|
||
b2g is long gone
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•