diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 17:28:59 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 17:28:59 +0000 |
commit | 67d6d5f6f4d83d4c77a6dcfa686f41d864f1be79 (patch) | |
tree | 393f696583470ad0f26624d48356cd61c31be1df /tools | |
parent | 16cd533f95ab1d2046f64bb6a18df634f62bda80 (diff) | |
download | chromium_src-67d6d5f6f4d83d4c77a6dcfa686f41d864f1be79.zip chromium_src-67d6d5f6f4d83d4c77a6dcfa686f41d864f1be79.tar.gz chromium_src-67d6d5f6f4d83d4c77a6dcfa686f41d864f1be79.tar.bz2 |
Supress new valgrind leaks for mac unit tests.
BUG=44090
TEST=none
TBR=jeremy, tyoshino
Review URL: http://codereview.chromium.org/2085002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 1d9f653..335a68ed 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1134,3 +1134,37 @@ fun:_ZN7WebCore13RootInlineBox5paintERNS_12RenderObject9PaintInfoEii fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_12RenderObject9PaintInfoEii } +{ + bug_44090 + Memcheck:Leak + fun:_Znw* + fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_129MacSandboxedClipboardTestCaseEEC2EPKc + fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_129MacSandboxedClipboardTestCaseEEC1EPKc + fun:_Z41__static_initialization_and_destruction_0ii + fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE + fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE + fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj + fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE + fun:_ZN4dyld24initializeMainExecutableEv + fun:_ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_ + fun:_ZN13dyldbootstrap5startEPK11mach_headeriPPKcl + fun:_dyld_start + obj:* +} +{ + bug_44090 + Memcheck:Leak + fun:_Znw* + fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_130MacSandboxedFileAccessTestCaseEEC2EPKc + fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_130MacSandboxedFileAccessTestCaseEEC1EPKc + fun:_Z41__static_initialization_and_destruction_0ii + fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE + fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE + fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj + fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE + fun:_ZN4dyld24initializeMainExecutableEv + fun:_ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_ + fun:_ZN13dyldbootstrap5startEPK11mach_headeriPPKcl + fun:_dyld_start + obj:* +} |