Loading
Bug 1596244 - Report a fake leak instead of crashing if NSS fails to shut down. r=froydnj,keeler
Some kinds of leaks prevent NSS to not shut down properly, and right now if that happens we crash. This interferes with our existing leak checking code, so in this patch I make it not crash if we are already leak checking. The failure is reported as a fake leak, so the test should still fail when testing. Differential Revision: https://phabricator.services.mozilla.com/D52914 --HG-- extra : moz-landing-system : lando