gecko-dev/toolkit
Mike Hommey d1d2409fb5 Bug 1279108 - Disable leak detection for updater xpcshell tests. r=mccr8
With more recent version of ASAN, the updater program shows multiple
leaks, for different reasons.

One is that the updater code heavily relies on pointers into a large
buffer, with exceptions, making things difficult to avoid leaks of those
exceptions. At least it requires more effort than I'm willing to put for
the sake of upgrading the compiler we use for ASAN.

Another is that the leak suppressions are not currently used for
xpcshell tests, and some leaks attributed to libglib, that would
normally be suppressed, are not.

Moreover, even if the suppressions were used, it looks like some are not
rooted to already suppressed system libraries, and would require
investigation. Ideally, we'd have debug symbols installed for the system
libraries and would have full stack traces, but we don't, so this makes
the whole process harder than necessary.

All in all, the updater is a separate short-lived program, and until we
can address all the problems above, we can just ignore memory leaks in
it (which aren't new anyways and are ignored by not being detected by
the ASAN currently used on automation). We don't disable ASAN entirely,
though, only leak detection, and only for the updater program.
2016-06-12 18:53:00 +09:00
..
components merge mozilla-inbound to mozilla-central a=merge 2016-06-12 11:26:13 +02:00
content Merge mozilla-central to fx-team 2016-06-10 15:42:51 +02:00
crashreporter Bug 1276714 - Add about:crashes telemetry r=BenWa,bsmedberg 2016-05-31 15:30:32 -04:00
forgetaboutsite Bug 1267910 - Part 2: Update all existing functions of add() and getCookiesFromHost() to make them origin attributes aware. r=jdm, r=mratcliffe 2016-05-25 11:54:21 +08:00
identity Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. 2016-04-27 14:16:50 +10:00
library Bug 1275217: remove QuickTime and QTKit related code and dependecies. r=jib 2016-05-24 02:15:19 -07:00
locales Bug 1276198 - Update about:telemetry to show scalar measurements. r=dexter 2016-06-10 11:48:55 +02:00
modules Bug 1242522 - [webext] Add MatchURLFilters xpcshell-test. r=kmag 2016-06-07 18:09:25 +02:00
mozapps Bug 1279108 - Disable leak detection for updater xpcshell tests. r=mccr8 2016-06-12 18:53:00 +09:00
obsolete
pluginproblem
profile Bug 1265368 - enable resetting non-default profiles, r=MattN 2016-05-05 21:38:49 +01:00
system Bug 1270680 - Part 1: Double-key the image cache by origin attribute. r=jdm,seth 2016-06-01 23:07:00 +02:00
themes Bug 1274480 - Part 1 - Use SVG for permission icons and notifications. r=Gijs 2016-06-08 16:34:10 +01:00
xre Bug 1168743 - client changes - Only use env vars in the test updater and general app update cleanup. r=mhowell 2016-06-11 08:31:10 -07:00
.eslintrc
moz.build
moz.configure Bug 1257326 - Move MOZ_SERVICES_CLOUDSYNC to Python configure. r=glandium 2016-05-12 11:56:00 -07:00
toolkit.mozbuild