summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/suppressions.txt
blob: 5a63c13384fbd454c65b85a92d1fa2a646efc042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# There are three kinds of suppressions in this file.
# 1. third party stuff we have no control over
#
# 2. intentional unit test errors, or stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing
#
# 3. Suppressions for real chromium bugs that are not yet fixed.
# These should all be in chromium's bug tracking system (but a few aren't yet).
# Periodically we should sweep this file and the bug tracker clean by
# running overnight and removing outdated bugs/suppressions.
#-----------------------------------------------------------------------

# 1. third party stuff we have no control over
{
  bug_39050_a
  Heapcheck:Leak
  fun:FcPatternObjectAddWithBinding
}
{
  bug_39050_b
  Heapcheck:Leak
  fun:FcPatternObjectInsertElt
}
{
  bug_39050_c
  Heapcheck:Leak
  fun:FcConfigValues
}
{
  bug_39050_d
  Heapcheck:Leak
  fun:IA__FcLangSetCreate
}
{
  bug_39050_d2
  Heapcheck:Leak
  fun:FcLangSetCreate
}
{
  bug_39050_e
  Heapcheck:Leak
  fun:IA__FcStrCopy
}
{
  bug_39050_e2
  Heapcheck:Leak
  fun:FcStrCopy
}
{
  bug_39050_f
  Heapcheck:Leak
  fun:FcValueSave
}
{
  bug_39050_g
  Heapcheck:Leak
  fun:FcPatternHash
}
{
  bug_39050_h
  Heapcheck:Leak
  fun:FcConfigFilename
}
{
  bug_39050_i
  Heapcheck:Leak
  fun:FcCharSetFindLeafCreate
}
{
  bug_39050_j
  Heapcheck:Leak
  fun:FcCharSetPutLeaf
}
{
  bug_39050_k
  Heapcheck:Leak
  fun:IA__FcCharSetCreate
}
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing
{
   Heapcheck sanity test (ToolsSanityTest.MemoryLeak).
   Heapcheck:Leak
   fun:ToolsSanityTest_MemoryLeak_Test::TestBody
}
{
   Intentional leak in DiskCacheBackendTest::BackendInvalidEntry
   Heapcheck:Leak
   ...
   fun:DiskCacheBackendTest::BackendInvalidEntry
}
{
   Intentional leak in DiskCacheBackendTest::BackendInvalidEntryRead
   Heapcheck:Leak
   ...
   fun:DiskCacheBackendTest::BackendInvalidEntryRead
}
{
   Intentional leak in DiskCacheBackendTest::BackendInvalidEntryWithLoad
   Heapcheck:Leak
   ...
   fun:DiskCacheBackendTest::BackendInvalidEntryWithLoad
}
{
   Intentional leak in DiskCacheBackendTest::BackendTrimInvalidEntry
   Heapcheck:Leak
   ...
   fun:DiskCacheBackendTest::BackendTrimInvalidEntry
}
{
   Intentional leak in DiskCacheBackendTest::BackendTrimInvalidEntry2
   Heapcheck:Leak
   ...
   fun:DiskCacheBackendTest::BackendTrimInvalidEntry2
}
{
   Intentional leak in DiskCacheBackendTest::BackendInvalidEntryEnumeration
   Heapcheck:Leak
   ...
   fun:DiskCacheBackendTest::BackendInvalidEntryEnumeration
}
{
   Intentional leak in ChromeThreadTest.NotReleasedIfTargetThreadNonExistent
   Heapcheck:Leak
   fun:ChromeThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
   fun:testing::Test::Run
}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
# These should all be in chromium's bug tracking system (but a few aren't yet).
# Periodically we should sweep this file and the bug tracker clean by
# running overnight and removing outdated bugs/suppressions.
{
   bug_30547_a
   Heapcheck:Leak
   ...
   fun:std::string::_Rep::_S_create
   ...
   fun:base::JSONWriter::Write
   fun:JSONStringValueSerializer::Serialize
   fun:BookmarkStorage::SerializeData
   fun:BookmarkStorage::SaveNow
   fun:BookmarkStorage::BookmarkModelDeleted
   fun:*~BookmarkModel
}

{
   bug_30547_b
   Heapcheck:Leak
   ...
   fun:ImportantFileWriter::WriteNow
   fun:BookmarkStorage::SaveNow
   fun:BookmarkStorage::BookmarkModelDeleted
}

# IPCChannelTest.ChannelProxyTest leaks memory.
{
   bug_26920_a
   Heapcheck:Leak
   fun:*ChannelProxy
   fun:IPCChannelTest_ChannelProxyTest_Test::TestBody
}
# TODO(glider): deal with asterisks in stack traces
# (like "CancelableTask* NewRunnableMethod" here)
{
   bug_26920_b
   Heapcheck:Leak
   ...
   fun:IPC::ChannelProxy::Context::OnChannelError
   fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking
   ...
   fun:base::MessagePumpLibevent::OnLibeventNotification
   fun:event_process_active
   fun:event_base_loop
}
{
   bug_26920_c
   Heapcheck:Leak
   fun:__gnu_cxx::new_allocator::allocate
   fun:std::string::_Rep::_S_create
   ...
   fun:*basic_string
   fun:IPCChannelTest_ChannelProxyTest_Test::TestBody
}
{
   bug_31643
   Heapcheck:Leak
   fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait
   fun:Syncer::SyncShare
}
{
   bug_17540
   Heapcheck:Leak
   fun:base::MessagePumpLibevent::WatchFileDescriptor
   fun:MessageLoopForIO::WatchFileDescriptor
   fun:IPC::Channel::ChannelImpl::Connect
   fun:IPC::Channel::Connect
   fun:IPC::ChannelProxy::Context::OnChannelOpened
}
{
  bug_39014
  Heapcheck:Leak
  fun:__gnu_cxx::new_allocator::allocate
  fun:std::_Vector_base::_M_allocate
  fun:std::vector::_M_insert_aux
  fun:std::vector::push_back
  fun:IPC::ChannelProxy::Context::OnAddFilter
  fun:void DispatchToMethod
  fun:RunnableMethod::Run
}
{
   bug_34570
   Heapcheck:Leak
   fun:URLRequestHttpJob::Factory
   fun:URLRequestJobManager::CreateJob
   fun:URLRequest::Start
   fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody
   fun:testing::Test::Run
   fun:testing::internal::TestInfoImpl::Run
   fun:testing::TestCase::Run
   fun:testing::internal::UnitTestImpl::RunAllTests
   fun:testing::UnitTest::Run
   fun:TestSuite::Run
   fun:main
}
{
   bug_34994_a
   Heapcheck:Leak
   ...
   fun:v8::internal::Invoke
   fun:v8::internal::Execution::Call
   fun:v8::Script::Run
}
{
   bug_34994_b
   Heapcheck:Leak
   ...
   fun:v8::internal::Invoke
   fun:v8::internal::Execution::Call
   fun:v8::Function::Call
}
{
  bug_39021
  Heapcheck:Leak
  ...
  fun:RenderViewTest::ExecuteJavaScript
  fun:ExtensionAPIClientTest_CallbackDispatching_Test::TestBody
}
{
  bug_39016
  Heapcheck:Leak
  ...
  fun:::RenderThreadTest::SetUp
  fun:testing::Test::Run
}

{
  bug_38206_a
  Heapcheck:Leak
  ...
  fun:GeolocationWifiDataProviderCommonTest::SetUp
}

{
  bug_38206_b
  Heapcheck:Leak
  fun:CancelableTask* NewRunnableMethod
  fun:DeviceDataProviderImplBase::NotifyListeners
  fun:WifiDataProviderCommon::DoWifiScanTask
  fun:void DispatchToMethod
  fun:ScopedRunnableMethodFactory::RunnableMethod::Run
  fun:MessageLoop::RunTask
}

# TODO(glider): sometimes the stacks differ between the bot and the local run,
# e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase".
{
  bug_38293
  Heapcheck:Leak
  ...
  fun:ScopedRunnableMethodFactory::NewRunnableMethod
  fun:BookmarkBarGtk::BookmarkNodeAdded
  fun:BookmarkModel::AddNode
  fun:BookmarkModel::AddURLWithCreationTime
  fun:BookmarkModel::AddURL
  fun:BookmarkModel::AddURL
  fun:BookmarkBarGtkUnittest_*
}

{
  bug_38305
  Heapcheck:Leak
  fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone
  fun:Syncer::SyncShare
  fun:FakeSyncShareTask::Run
  fun:MessageLoop::RunTask
}

{
  bug_38402
  Heapcheck:Leak
  fun:ProfileSyncFactoryImpl::CreateProfileSyncService
  fun:TestingProfile::CreateProfileSyncService
}

{
  bug_39007
  Heapcheck:Leak
  ...
  fun:RenderViewTest::TearDown
}

{
  bug_39009
  Heapcheck:Leak
  ...
  fun:BookmarkModel::Load
  fun:TestingProfile::CreateBookmarkModel
}

{
  bug_38487
  Heapcheck:Leak
  fun:browser_sync::TypedUrlDataTypeController::Stop
  fun:browser_sync::DataTypeManagerImpl::FinishStop
  fun:browser_sync::DataTypeManagerImpl::Stop
  fun:ProfileSyncService::Shutdown
  fun:~ProfileSyncService
  fun:~TestingProfileSyncService
  fun:scoped_ptr::reset
  fun:ProfileSyncServiceTypedUrlTest::TearDown
}

{
  bug_38490
  Heapcheck:Leak
  ...
  fun:browser_sync::SyncBackendHost::Core::NotifyFrontend
}

{
  bug_40499
  Heapcheck:Leak
  fun:UserScriptSlaveTest::Serialize
  ...
  fun:testing::Test::Run
  fun:testing::internal::TestInfoImpl::Run
  fun:testing::TestCase::Run
  fun:testing::internal::UnitTestImpl::RunAllTests
  fun:testing::UnitTest::Run
  fun:TestSuite::Run
}
{
  bug_42153
  Heapcheck:Leak
  fun:::InitPersonalInfo
  fun:AutoFillProfile
  fun:AutoFillProfile::Clone
  fun:browser_sync::AutofillChangeProcessor::ObserveAutofillProfileChanged
}
# ExpectJs*Internal = ExpectJs{Pass,Fail}Internal
# ExtensionAPIClientTest_*_Test =
#   ExtensionAPIClientTest_{CollapseToolstrip_Test,GetAcceptLanguages}_Test
{
  bug_43775_a
  Heapcheck:Leak
  fun:WebCore::makeExternalString
  fun:WebCore::v8ExternalString
  fun:WebCore::V8Proxy::evaluate
  fun:WebCore::ScriptController::evaluate
  fun:WebCore::ScriptController::executeScript
  fun:WebKit::WebFrameImpl::executeScript
  fun:RenderViewTest::ExecuteJavaScript
  fun:ExtensionAPIClientTest::ExpectJs*Internal
  fun:ExtensionAPIClientTest_*_Test::TestBody
}
{
  bug_43775_b
  Heapcheck:Leak
  fun:WTF::fastMalloc
  fun:WebCore::StringImpl::createUninitialized
  fun:WebCore::String::fromUTF8
  fun:WebCore::String::fromUTF8
  fun:WebKit::WebString::fromUTF8
  fun:RenderViewTest::ExecuteJavaScript
  fun:ExtensionAPIClientTest::ExpectJs*Internal
  fun:ExtensionAPIClientTest_*_Test::TestBody
}
{
  bug_43779
  Heapcheck:Leak
  fun:ActiveNotificationTracker::RegisterNotification
  fun:ActiveNotificationTrackerTest_TestLookupAndClear_Test::TestBody
}
{
  bug_43387
  Heapcheck:Leak
  ...
  fun:net::SpdyNetworkTransactionTest_PostWithEarlySynReply_Test::TestBody
}
{
   bug_44130
   Heapcheck:Leak
   ...
   fun:history::TopSitesTest_*
   fun:testing::Test::Run
   fun:testing::internal::TestInfoImpl::Run
   fun:testing::TestCase::Run
   fun:testing::internal::UnitTestImpl::RunAllTests
   fun:testing::UnitTest::Run
   fun:TestSuite::Run
   fun:main
   fun:__libc_start_main
}
{
   bug_44354
   Heapcheck:Leak
   ...
   fun:NetTestSuite::InitializeTestThread
   fun:NetTestSuite::Initialize
}
{
   bug_44667
   Heapcheck:Leak
   fun:Callback1::Type* NewCallback
   fun:media::VideoDecoderImpl::DoInitialize
}
{
   bug_45072
   Heapcheck:Leak
   fun:::RunTest_EnsureTaskDeletion*
   fun:MessageLoopTest_*EnsureTaskDeletion_*::TestBody
}

{
   bug_46571_a
   Heapcheck:Leak
   fun:WTF::fastMalloc
   fun:WebCore::StringImpl::createUninitialized
   fun:WebCore::String::createUninitialized
   fun:WebCore::StringTraits::fromV8String
   fun:WebCore::v8StringToWebCoreString
   fun:WebCore::v8StringToWebCoreString
   fun:WebCore::v8ValueToWebCoreString
   fun:WebCore::toWebCoreString
   fun:WebCore::ScriptValue::getString
   fun:WebKit::WebFrameImpl::loadJavaScriptURL
   fun:WebKit::WebFrameImpl::loadRequest
   fun:TestShell::Navigate
}

{
   bug_46571_b
   Heapcheck:Leak
   fun:WebCore::makeExternalString
   fun:WebCore::v8ExternalString
   fun:WebCore::V8Proxy::evaluate
   fun:WebCore::ScriptController::evaluate
   fun:WebCore::ScriptController::executeScript
   fun:WebCore::ScriptController::executeScript
   fun:WebKit::WebFrameImpl::loadJavaScriptURL
   fun:WebKit::WebFrameImpl::loadRequest
   fun:TestShell::Navigate
}

{
   bug_46571_c
   Heapcheck:Leak
   fun:WebCore::makeExternalString
   fun:WebCore::v8ExternalString
   fun:WebCore::v8String
   fun:WebCore::ScriptController::bindToWindowObject
   fun:WebKit::WebFrameImpl::bindToWindowObject
   fun:CppBoundClass::BindToJavascript
   fun:TestShell::BindJSObjectsToWindow
   fun:TestWebViewDelegate::didClearWindowObject
   fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld
   fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld
   fun:WebCore::V8DOMWindowShell::initContextIfNeeded
   fun:WebCore::V8Proxy::mainWorldContext
   fun:WebCore::V8Proxy::mainWorldContext
   fun:WebCore::ScriptController::bindToWindowObject
   fun:WebKit::WebFrameImpl::bindToWindowObject
   fun:CppBoundClass::BindToJavascript
   fun:AccessibilityController::BindToJavascript
   fun:TestShell::BindJSObjectsToWindow
}

{
   bug_46571_d
   Heapcheck:Leak
   fun:WebCore::makeExternalString
   fun:WebCore::v8ExternalString
   fun:WebCore::v8String
   fun:WebCore::ScriptController::bindToWindowObject
   fun:WebKit::WebFrameImpl::bindToWindowObject
   fun:CppBoundClass::BindToJavascript
   fun:AccessibilityController::BindToJavascript
   fun:TestShell::BindJSObjectsToWindow
   fun:TestWebViewDelegate::didClearWindowObject
   fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld
   fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld
   fun:WebCore::V8DOMWindowShell::initContextIfNeeded
   fun:WebCore::V8Proxy::mainWorldContext
   fun:WebCore::V8Proxy::mainWorldContext
   fun:WebCore::ScriptController::bindToWindowObject
   fun:WebKit::WebFrameImpl::bindToWindowObject
   fun:CppBoundClass::BindToJavascript
   fun:AccessibilityController::BindToJavascript
   fun:TestShell::BindJSObjectsToWindow
}


{
   bug_46571_e
   Heapcheck:Leak
   fun:WebCore::v8StringToWebCoreString
   fun:WebCore::v8StringToWebCoreString
   fun:WebCore::v8ValueToWebCoreString
   fun:WebCore::toWebCoreString
   fun:WebCore::ScriptValue::getString
   fun:WebKit::WebFrameImpl::loadJavaScriptURL
   fun:WebKit::WebFrameImpl::loadRequest
   fun:TestShell::Navigate
   fun:TestNavigationController::NavigateToPendingEntry
   fun:TestNavigationController::LoadEntry
   fun:TestShell::LoadURLForFrame
   fun:TestShell::LoadURL
   fun:::BookmarkletTest_NonEmptyResult_Test::TestBody
   fun:testing::Test::Run
   fun:testing::internal::TestInfoImpl::Run
   fun:testing::TestCase::Run
   fun:testing::internal::UnitTestImpl::RunAllTests
   fun:testing::UnitTest::Run
   fun:main
   fun:__libc_start_main
}

{
   bug_46571_f
   Heapcheck:Leak
   fun:WebCore::makeExternalString
   fun:WebCore::v8ExternalString
   fun:WebCore::V8Proxy::evaluate
   fun:WebCore::ScriptController::collectGarbage
   fun:WebKit::WebFrameImpl::collectGarbage
   fun:TestShell::CallJSGC
   fun:TestShell::~TestShell
   fun:::MainWindowDestroyed
   fun:g_closure_invoke
}


{
   bug_32366
   Heapcheck:Leak
   fun:CallbackRunner* NewCallback
   fun:media::PipelineImpl::FilterStateTransitionTask
   fun:void DispatchToMethod
   fun:RunnableMethod::Run
   fun:MessageLoop::RunTask
}