mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1717448 - Ignore allocations in done within {fmt}
. r=sfink
Differential Revision: https://phabricator.services.mozilla.com/D218067
This commit is contained in:
parent
06fb4d6f70
commit
889522b90a
@ -182,6 +182,10 @@ def main():
|
||||
if "_memory_" in filename:
|
||||
continue
|
||||
|
||||
# {fmt} can do transient allocations when formatting strings
|
||||
if "third_party_fmt" in filename:
|
||||
continue
|
||||
|
||||
# Ignore the fuzzing code imported from m-c
|
||||
if "Fuzzer" in filename:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user