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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 6002010: Don't run DevToolsSanityTest.TestPauseWhenScriptIsRunning under Valgrind; sup... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 70189)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3508,3 +3508,27 @@
fun:_ZN19extension_file_util13LoadExtensionERK8FilePathN9Extension8LocationEbPSs
fun:_ZN23ExtensionServiceBackend19LoadSingleExtensionERK8FilePath13scoped_refptrI16ExtensionServiceE
}
+{
+ bug_68069a
+ Memcheck:Leak
+ ...
+ fun:_ZN3gfx15PixmapGLContext11MakeCurrentEv
+ fun:_ZN3gfx15PixmapGLContext10InitializeEPNS_9GLContextE
+ fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_
+ fun:*19InitializeGLContextEv
+ fun:_ZN18gpu_info_collector19CollectGraphicsInfoEP7GPUInfo
+ fun:_ZN9GpuThread4InitERKN4base4TimeE
+ fun:_Z7GpuMainRK18MainFunctionParams
+ fun:*23RunNamedProcessTypeMainERKSsRK18MainFunctionParams
+}
+{
+ bug_68069b
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:_ZN3gfx9GLContext16InitializeOneOffEv
+ fun:_Z7GpuMainRK18MainFunctionParams
+ fun:*23RunNamedProcessTypeMainERKSsRK18MainFunctionParams
+ fun:ChromeMain
+ fun:main
+}
« no previous file with comments | « tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698