gecko/build/sanitizers
Andrew McCreight 065d0b780a Bug 1089816 - Let ASan content processes run to completion. r=billm
There are a variety of ways that the parent and child process ensure that
the child process exits quickly in opt builds, but for AddressSanitizer
builds we want to let the child process to run to completion, so that we
can get a LeakSanitizer report.

This requires adding some addition LSan suppressions, because running
LSan in child processes detects some new leaks.
2015-07-27 12:49:48 -07:00
..
lsan_suppressions.txt Bug 1089816 - Let ASan content processes run to completion. r=billm 2015-07-27 12:49:48 -07:00
tsan_suppressions.txt