diff options
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 09a0e20..d5239c5 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -980,3 +980,9 @@ fun:__RT_impl_Runtime_ParallelRecompile fun:v8::internal::Runtime_ParallelRecompile } +{ + bug_257069 + Heapcheck:Leak + fun:base::Value::CreateIntegerValue + fun:TestBody +} |