OLD | NEW |
1 # This file contains suppressions for the Dr.Memory tool, see | 1 # This file contains suppressions for the Dr.Memory tool, see |
2 # http://dev.chromium.org/developers/how-tos/using-drmemory | 2 # http://dev.chromium.org/developers/how-tos/using-drmemory |
3 # | 3 # |
4 # This file contains suppressions for the DrMemroy reports happening | 4 # This file contains suppressions for the DrMemroy reports happening |
5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. | 5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. |
6 # Please use suppressions_full.txt for all the reports that can happen only | 6 # Please use suppressions_full.txt for all the reports that can happen only |
7 # in the full mode (drmemory_full), | 7 # in the full mode (drmemory_full), |
8 | 8 |
9 ############################ | 9 ############################ |
10 # Known reports on the third party we have no control over. | 10 # Known reports on the third party we have no control over. |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 ... | 79 ... |
80 GDI32.dll!CreateDC* | 80 GDI32.dll!CreateDC* |
81 | 81 |
82 # This one looks interesting | 82 # This one looks interesting |
83 INVALID HEAP ARGUMENT | 83 INVALID HEAP ARGUMENT |
84 name=TODO ExitProcess | 84 name=TODO ExitProcess |
85 ... | 85 ... |
86 KERNEL32.dll!ExitProcess | 86 KERNEL32.dll!ExitProcess |
87 | 87 |
88 INVALID HEAP ARGUMENT | 88 INVALID HEAP ARGUMENT |
89 name=http://crbug.com/103365 | 89 name=http://crbug.com/103365 (a) |
90 ppapi_tests.dll!* | 90 ppapi_tests.dll!* |
91 ... | 91 ... |
92 ppapi_tests.dll!* | 92 ppapi_tests.dll!* |
93 *!base::internal::RunnableAdapter<*>::Run | 93 *!base::internal::RunnableAdapter<*>::Run |
94 | 94 |
| 95 INVALID HEAP ARGUMENT |
| 96 name=http://crbug.com/103365 (b) |
| 97 ppapi_tests.dll!* |
| 98 ... |
| 99 ppapi_tests.dll!* |
| 100 *!PP_RunCompletionCallback |
| 101 ... |
| 102 *!base::internal::RunnableAdapter<*>::Run |
| 103 |
95 ############################ | 104 ############################ |
96 # Intentional errors in Chromium tests (ToolsSanityTests) | 105 # Intentional errors in Chromium tests (ToolsSanityTests) |
97 LEAK | 106 LEAK |
98 name=sanity test 01 (memory leak) | 107 name=sanity test 01 (memory leak) |
99 base_unittests.exe!operator new | 108 base_unittests.exe!operator new |
100 base_unittests.exe!operator new[] | 109 base_unittests.exe!operator new[] |
101 base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody | 110 base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody |
102 | 111 |
103 # "..." is needed due to http://code.google.com/p/drmemory/issues/detail?id=666 | 112 # "..." is needed due to http://code.google.com/p/drmemory/issues/detail?id=666 |
104 UNADDRESSABLE ACCESS | 113 UNADDRESSABLE ACCESS |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 *!base::win::ObjectWatcher::WillDestroyCurrentMessageLoop | 264 *!base::win::ObjectWatcher::WillDestroyCurrentMessageLoop |
256 *!MessageLoop::~MessageLoop | 265 *!MessageLoop::~MessageLoop |
257 | 266 |
258 UNADDRESSABLE ACCESS | 267 UNADDRESSABLE ACCESS |
259 name=http://crbug.com/96010 | 268 name=http://crbug.com/96010 |
260 ... | 269 ... |
261 *!NotificationService::Notify | 270 *!NotificationService::Notify |
262 | 271 |
263 # Empty line at EOF - workaround for | 272 # Empty line at EOF - workaround for |
264 # http://code.google.com/p/drmemory/issues/detail?id=41 | 273 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |