On 7/17/2013 2:05 AM, Jesse Ruderman wrote:
>
> AWSY is not a replacement for shutdown-leak testing.  It's limited to code 
> exercised by TP5.  Small leaks are masked by normal variation in memory use.
>
>
Note, though, that we still run almost all of our test suites on debug
builds with leak checking enabled, so we catch shutdown leaks in all the
Mochitest variants, reftest and crashtest. The actual "leak test" is
much simpler, it just loads a few web pages and quits.

The only valuable thing we're losing from shutting this off is
tracemalloc coverage, which we don't have elsewhere. I don't have any
evidence to show that anyone has actually looked at the tracemalloc data
or done anything useful with it in recent history, though. Leaks
discovered by tracemalloc don't make the test fail, so we're not
measuring much there.

-Ted

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to