Open Bug 926547 Opened 11 years ago Updated 2 years ago

test_bug841466.html | ###!!! ASSERTION: Trying to initialize PSM/NSS in a non-chrome process!

Categories

(Core :: DOM: Core & HTML, defect, P5)

All
Gonk (Firefox OS)
defect

Tracking

()

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
Probably because the test creates a keygen element.
Brian, is this something you could look into?
Flags: needinfo?(brian)
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).
(In reply to :Ms2ger from comment #1)
> Probably because the test creates a keygen element.

I agree.
Depends on: 582297
Flags: needinfo?(brian)
Blocks: 933355
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.
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.
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
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.