Open
Bug 1778458
Opened 2 years ago
Updated 2 years ago
Terminate reftests using exit(0) as soon as we have test results
Categories
(Testing :: Reftest, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: marco, Unassigned)
References
(Blocks 1 open bug)
Details
+++ This bug was initially created as a clone of Bug #1630982 +++
Shutdown is slow because we write things to disk and do cleanups (eg. garbage collection). There's an ongoing effort (tracked in bug 1606879) to make shutdown faster in general by doing the writes during the beginning of shutdown, and then terminating the process with an exit(0) for optimized builds.
For reftest, we can terminate without worrying about what we write to disk, so we can be much more agressive.
You need to log in
before you can comment on or make changes to this bug.
Description
•