Closed Bug 523211 Opened 15 years ago Closed 6 years ago

For xpcshell tests, ensure test framework expects multiple processes

Categories

(Testing :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: jgriffin, Unassigned)

References

(Blocks 1 open bug)

Details

For xpcshell:

If a browser hangs, the test frameworks currently just kill it off. Now that
browsers are going to launch subprocesses, we need to make sure:

* if the process exits normally, there aren't any subprocesses left around
* if the process is killed off, there aren't orphan processes which could cause
weird problems on future test runs
We need this in order to enable OOPP by default, since there are a couple of xpcshell tests which use the test plugin.
Blocks: 531142
Status: NEW → ASSIGNED
Assignee: nobody → jgriffin
Upon further investigation, this isn't needed for OOPP by default.  These tests only query nsIPluginHost, they don't actually instantiate a plugin and are not multi-process.
No longer blocks: 531142
Assignee: jgriffin → nobody
Mass closing bugs with no activity in 2+ years. If this bug is important to you, please re-open.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.