Open
Bug 1765669
Opened 3 years ago
Check that tests exercise both parent and child processes
Categories
(Core :: Gecko Profiler, task, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: mozbugz, Unassigned)
References
Details
Some tests (in particular gtest and xpcshell) don't really handle child processes, though they are probably there.
It would be good to clarify what present tests do, and what they actually verify (probably whatever is in the captured profile, which may include sub-profiles from child processes), and possibly tweak them to explicitly test with and/or without child process data.
See also bug 1749687, where gtest were found to unexpectedly start/stop child profilers.
You need to log in
before you can comment on or make changes to this bug.
Description
•