| Index: tools/heapcheck/suppressions.txt
|
| diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
|
| index e8ac7178927caed33dafe08330544229a416a146..9da23ea4494f0a5ef7c079ff8debde4883210155 100644
|
| --- a/tools/heapcheck/suppressions.txt
|
| +++ b/tools/heapcheck/suppressions.txt
|
| @@ -935,3 +935,18 @@
|
| ...
|
| fun:LoadTimingObserverTest*
|
| }
|
| +{
|
| + bug_50103_a
|
| + Heapcheck:Leak
|
| + fun:Value::CreateNullValue
|
| + fun:history::TopSites::AddBlacklistedURL
|
| + fun:history::TopSitesTest_*_Test::TestBody
|
| +}
|
| +{
|
| + bug_50103_b
|
| + Heapcheck:Leak
|
| + fun:Value::CreateIntegerValue
|
| + fun:history::TopSites::AddPinnedURL
|
| + fun:history::TopSitesTest_PinnedURLs_Test::TestBody
|
| +}
|
| +
|
|
|