+0
−107
+83
−0
Loading
The bloat log was not compatible with the native allocations, and is always on for debug builds of mochitests. We had no native allocation coverage on debug builds because of it. This commit rewrites the test as an xpcshell test which is both faster and simpler. I don't think we need the added complexity of running the test in the full browser environment. An xpcshell test fully excercises the code in a simpler fashion. Differential Revision: https://phabricator.services.mozilla.com/D51934 --HG-- extra : moz-landing-system : lando