On Tue, Aug 5, 2014 at 3:26 PM, Kyle Huey <[email protected]> wrote: > I have landed support for shutdown leak checking in mochitests on b2g > in bug 1038943. This is currently on b2g-inbound, making its way to > mozilla-central. b2g is not leak free, so the threshold value is > currently set to 5200 bytes. As we fix leaks that number will be > lowered, eventually to 0. If you add new leaks that push us over the > threshold mochitests will turn orange and we'll back your patches out. > > This is primarily relevant to people who write B2G or Android specific > C++ code. Note that Android mochitests don't have leak checking > either, so the B2G tests are what will catch leaks in Android specific > code. > > - Kyle
It's also worth noting that this is currently only checking for leaks in the parent b2g process. Leak checking in content processes will come later. - Kyle _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

