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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 6246017: Fix memory leaks in BufferedDataSource, BufferedResourceLoader and SimpleDataSource unit tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | 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, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or 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 (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 Heapcheck:Leak 1066 Heapcheck:Leak
1067 fun:base::BaseTimer::Start 1067 fun:base::BaseTimer::Start
1068 fun:ReloadButtonGtk::OnClicked 1068 fun:ReloadButtonGtk::OnClicked
1069 fun:ReloadButtonGtk::OnClickedThunk 1069 fun:ReloadButtonGtk::OnClickedThunk
1070 fun:g_closure_invoke 1070 fun:g_closure_invoke
1071 fun:ReloadButtonGtkTest_*_Test::TestBody 1071 fun:ReloadButtonGtkTest_*_Test::TestBody
1072 fun:testing::HandleExceptionsInMethodIfSupported 1072 fun:testing::HandleExceptionsInMethodIfSupported
1073 fun:testing::Test::Run 1073 fun:testing::Test::Run
1074 } 1074 }
1075 { 1075 {
1076 bug_65664a
1077 Heapcheck:Leak
1078 fun:webkit_glue::BufferedResourceLoaderTest::Initialize
1079 fun:webkit_glue::BufferedResourceLoaderTest*
1080 }
1081 {
1082 bug_65664b
1083 Heapcheck:Leak
1084 fun:webkit_glue::BufferedDataSourceTest::InitializeDataSource
1085 fun:webkit_glue::BufferedDataSourceTest*
1086 }
1087 {
1088 bug_65664c
1089 Heapcheck:Leak
1090 fun:webkit_glue::SimpleDataSourceTest::InitializeDataSource
1091 fun:webkit_glue::SimpleDataSourceTest*
1092 }
1093 {
1094 bug_65664d
1095 Heapcheck:Leak
1096 fun:webkit_glue::SimpleDataSourceTest_InitializeData_Test::TestBody
1097 fun:testing::HandleExceptionsInMethodIfSupported
1098 }
1099 {
1100 bug_65680a 1076 bug_65680a
1101 Heapcheck:Leak 1077 Heapcheck:Leak
1102 fun:remoting::ScreenRecorderTest_OneRecordCycle_Test::TestBody 1078 fun:remoting::ScreenRecorderTest_OneRecordCycle_Test::TestBody
1103 fun:testing::HandleExceptionsInMethodIfSupported 1079 fun:testing::HandleExceptionsInMethodIfSupported
1104 } 1080 }
1105 { 1081 {
1106 bug_65680b 1082 bug_65680b
1107 Heapcheck:Leak 1083 Heapcheck:Leak
1108 fun:remoting::ScreenRecorder::DoSendVideoPacket 1084 fun:remoting::ScreenRecorder::DoSendVideoPacket
1109 fun:void DispatchToMethod 1085 fun:void DispatchToMethod
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 bug_70327 1189 bug_70327
1214 Heapcheck:Leak 1190 Heapcheck:Leak
1215 fun:g_malloc 1191 fun:g_malloc
1216 fun:gfx::CanvasSkia::SizeStringInt 1192 fun:gfx::CanvasSkia::SizeStringInt
1217 fun:gfx::PlatformFontGtk::GetStringWidth 1193 fun:gfx::PlatformFontGtk::GetStringWidth
1218 fun:gfx::Font::GetStringWidth 1194 fun:gfx::Font::GetStringWidth
1219 fun:ui::ElideUrl 1195 fun:ui::ElideUrl
1220 fun:ui::::RunTest 1196 fun:ui::::RunTest
1221 fun:ui::TextEliderTest_TestGeneralEliding_Test::TestBody 1197 fun:ui::TextEliderTest_TestGeneralEliding_Test::TestBody
1222 } 1198 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698