MozillaSecurity / ffpuppet

A Python module that aids in the automation of Firefox at the process level
Mozilla Public License 2.0
31 stars 7 forks source link

[Windows] Fix race between process creation and job object process limits. #188

Closed jschwartzentruber closed 8 months ago

jschwartzentruber commented 8 months ago

If creationflags=CREATE_SUSPENDED, is commented out in the test, wait() returns 0 (ie. memory limit is not enforced).

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (55677d7) to head (a15d890). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #188 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 13 13 Lines 1521 1543 +22 ========================================= + Hits 1521 1543 +22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.