Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(847)

Side by Side Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 2808079: Mac: Fix broken valgrind suppressions. (Closed)
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/data/valgrind/unit_tests.gtest_mac.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file: 1 # There are three kinds of suppressions in this file:
2 # 1. Third party stuff we have no control over. 2 # 1. Third party stuff we have no control over.
3 # 3 #
4 # 2. Intentional unit test errors, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing. 5 # in our own code, or stuff that is so trivial it's not worth fixing.
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system. 8 # These should all be in chromium's bug tracking system.
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 fun:_ZN21WebPluginDelegateImpl6CreateERK8FilePathRKSsy 205 fun:_ZN21WebPluginDelegateImpl6CreateERK8FilePathRKSsy
206 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs 206 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs
207 fun:_ZN11webkit_glue13WebPluginImpl10initializeEPN6WebKit18WebPluginContainer E 207 fun:_ZN11webkit_glue13WebPluginImpl10initializeEPN6WebKit18WebPluginContainer E
208 } 208 }
209 { 209 {
210 # Mac Sandbox test cases are registered in a global map. This code is only 210 # Mac Sandbox test cases are registered in a global map. This code is only
211 # used in the unit test binary. 211 # used in the unit test binary.
212 Mac_Sandbox_Intentional_Leak1 212 Mac_Sandbox_Intentional_Leak1
213 Memcheck:Leak 213 Memcheck:Leak
214 fun:_Znw* 214 fun:_Znw*
215 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_*MacSandboxe d*TestCaseEEC2EPKc 215 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_*
216 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_*MacSandboxe d*TestCaseEEC1EPKc
217 fun:_Z41__static_initialization_and_destruction_0ii 216 fun:_Z41__static_initialization_and_destruction_0ii
218 fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE 217 fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE
219 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE 218 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
220 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 219 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
221 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE 220 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
222 fun:_ZN4dyld24initializeMainExecutableEv 221 fun:_ZN4dyld24initializeMainExecutableEv
223 fun:_ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_
224 fun:_ZN13dyldbootstrap5startEPK11mach_headeriPPKcl
225 fun:_dyld_start
226 obj:*
227 }
228 {
229 Mac_Sandbox_Intentional_Leak2
230 Memcheck:Leak
231 fun:_Znw*
232 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_119FontLoadi ngTestCaseEEC2EPKc
233 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_119FontLoadi ngTestCaseEEC1EPKc
234 fun:_Z41__static_initialization_and_destruction_0ii
235 fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE
236 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
237 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
238 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
239 fun:_ZN4dyld24initializeMainExecutableEv
240 fun:_ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_
241 fun:_ZN13dyldbootstrap5startEPK11mach_headeriPPKcl
242 fun:_dyld_start
243 obj:*
244 }
245 {
246 # With our tweaks to get Chromium to link on Mac 10.5, we sometimes get
247 # this suppression instead.
248 Mac_Sandbox_Intentional_Leak3
249 Memcheck:Leak
250 fun:_Znw*
251 fun:_Z41__static_initialization_and_destruction_0ii
252 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
253 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
254 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
255 fun:_ZN4dyld24initializeMainExecutableEv
256 fun:_ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_
257 fun:_ZN13dyldbootstrap5startEPK11mach_headeriPPKcl
258 fun:_dyld_start
259 obj:*
260 } 222 }
261 { 223 {
262 # jrg thinks this is probably a bug in Cocoa but is harmless. We 224 # jrg thinks this is probably a bug in Cocoa but is harmless. We
263 # can hit it by using --homepage=about:blank, which triggers a 225 # can hit it by using --homepage=about:blank, which triggers a
264 # location bar focus earlier than normal (earlier than when a 226 # location bar focus earlier than normal (earlier than when a
265 # window is shown). To "work around" the problem for valgrind, we 227 # window is shown). To "work around" the problem for valgrind, we
266 # could call for example call [NSWindow setInitialFirstResponder:] 228 # could call for example call [NSWindow setInitialFirstResponder:]
267 # instead of [NSWindow makeFirstResponder:] if the window isn't 229 # instead of [NSWindow makeFirstResponder:] if the window isn't
268 # visible. However, these contortions are ugly. since the 230 # visible. However, these contortions are ugly. since the
269 # needsDisplay region gets reset when the window is shown, it 231 # needsDisplay region gets reset when the window is shown, it
(...skipping 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 fun:_ZN6Pickle8FindNextEmPKcS1_ 1546 fun:_ZN6Pickle8FindNextEmPKcS1_
1585 fun:_ZN3IPC7Message8FindNextEPKcS2_ 1547 fun:_ZN3IPC7Message8FindNextEPKcS2_
1586 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv 1548 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
1587 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 1549 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
1588 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_ 1550 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_
1589 fun:event_process_active 1551 fun:event_process_active
1590 fun:event_base_loop 1552 fun:event_base_loop
1591 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 1553 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1592 fun:_ZN11MessageLoop11RunInternalEv 1554 fun:_ZN11MessageLoop11RunInternalEv
1593 } 1555 }
OLDNEW
« no previous file with comments | « chrome/test/data/valgrind/unit_tests.gtest_mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698