Closed
Bug 948545
Opened 11 years ago
Closed 11 years ago
New Permaorange: /tests/dom/ipc/tests/test_NuwaProcessCreation.html | Nuwa process is not launched
Categories
(Firefox OS Graveyard :: Emulator, defect)
Tracking
(blocking-b2g:1.3+, firefox27 wontfix, firefox28 fixed, firefox29 fixed, b2g-v1.3 fixed, b2g-v1.3T fixed)
People
(Reporter: gwagner, Assigned: kk1fff)
References
Details
Attachments
(1 file)
(deleted),
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
When running mochitests on emulator with debug-gecko there is a new perma-failure:
/tests/dom/ipc/tests/test_NuwaProcessCreation.html | Nuwa process is not launched
blocking-b2g: --- → 1.3?
Updated•11 years ago
|
Whiteboard: [tarako]
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → pwang
Assignee | ||
Comment 1•11 years ago
|
||
This bug is because Nuwa process is created even when "dom.ipc.processPrelaunch.enabled" is set to false. In this case, Nuwa is created but it won't complete its initialize process since it finds "dom.ipc.processPrelaunch.enabled".
If Nuwa is created only when test case turn "dom.ipc.processPrelaunch.enabled" on, the initialize process of Nuwa would be correct.
Attachment #8346481 -
Flags: review?(khuey)
Attachment #8346481 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3 C1/1.4 S1(20dec)
Comment 4•11 years ago
|
||
triage: 1.3+. when nuwa is re-enabled, this is needed
blocking-b2g: 1.3? → 1.3+
Comment 5•11 years ago
|
||
status-b2g-v1.3:
--- → fixed
status-firefox27:
--- → wontfix
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
Comment 6•11 years ago
|
||
status-b2g-v1.3T: fixed in tarako branch, remove [tarako] in whiteboard
Whiteboard: [tarako]
You need to log in
before you can comment on or make changes to this bug.
Description
•