Files
tubestation/toolkit/xre
Robin Steuber 11740e3b21 Bug 1907126 - Make common test functionality more self contained r=nrishel,nalexander,application-update-reviewers
The test added in this stack doesn't really do anything new, but it does do some things repeatedly that had previously only been done once per test. This patch is largely aimed at making that functionality more self contained so that it doesn't break or work inconsistently when repeated.

The biggest of these changes is to the `--test-process-updates` behavior. Previously, it would exit the browser after all update processing is complete. Now it additionally writes its PID into the update directory upon completion. This makes it more reasonable to make `runUpdateUsingApp` self contained, as there were problems where parts of the app were still running after this function exited, causing problems.

Differential Revision: https://phabricator.services.mozilla.com/D231898
2024-12-13 02:57:38 +00:00
..