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 DrMemory reports happening | 4 # This file contains suppressions for the DrMemory 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 *!std::numpunct<*>::_Tidy | 118 *!std::numpunct<*>::_Tidy |
119 *!std::numpunct<*>::~numpunct<*> | 119 *!std::numpunct<*>::~numpunct<*> |
120 | 120 |
121 # TODO(rbultje): Investigate if code fix is required instead. | 121 # TODO(rbultje): Investigate if code fix is required instead. |
122 WARNING | 122 WARNING |
123 name=http://crbug.com/223255 - prefetches in vp8 | 123 name=http://crbug.com/223255 - prefetches in vp8 |
124 instruction=prefetch* | 124 instruction=prefetch* |
125 ffmpegsumo.dll!ff_prefetch_mmxext | 125 ffmpegsumo.dll!ff_prefetch_mmxext |
126 ffmpegsumo.dll!vp8_decode_mb_row_no_filter | 126 ffmpegsumo.dll!vp8_decode_mb_row_no_filter |
127 | 127 |
| 128 WARNING |
| 129 name=http://crbug.com/233500 - prefetches in v8::internal::OS::MemCopy |
| 130 instruction=prefetch* |
| 131 v8.dll!v8::internal::OS::MemCopy |
| 132 |
128 ############################ | 133 ############################ |
129 # Intentional errors in Chromium tests (ToolsSanityTests) | 134 # Intentional errors in Chromium tests (ToolsSanityTests) |
130 LEAK | 135 LEAK |
131 name=sanity test 01 (memory leak) | 136 name=sanity test 01 (memory leak) |
132 base_unittests.exe!operator new | 137 base_unittests.exe!operator new |
133 base_unittests.exe!operator new[] | 138 base_unittests.exe!operator new[] |
134 base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody | 139 base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody |
135 | 140 |
136 # "..." is needed due to http://code.google.com/p/drmemory/issues/detail?id=666 | 141 # "..." is needed due to http://code.google.com/p/drmemory/issues/detail?id=666 |
137 UNADDRESSABLE ACCESS | 142 UNADDRESSABLE ACCESS |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 WARNING | 436 WARNING |
432 name=http://crbug.com/222628 | 437 name=http://crbug.com/222628 |
433 ... | 438 ... |
434 v8.dll!v8::internal::CopyBytes<unsigned char> | 439 v8.dll!v8::internal::CopyBytes<unsigned char> |
435 v8.dll!v8::internal::Code::CopyFrom | 440 v8.dll!v8::internal::Code::CopyFrom |
436 v8.dll!v8::internal::Heap::CreateCode | 441 v8.dll!v8::internal::Heap::CreateCode |
437 v8.dll!v8::internal::Factory::NewCode | 442 v8.dll!v8::internal::Factory::NewCode |
438 v8.dll!v8::internal::CodeGenerator::MakeCodeEpilogue | 443 v8.dll!v8::internal::CodeGenerator::MakeCodeEpilogue |
439 v8.dll!v8::internal::FullCodeGenerator::MakeCode | 444 v8.dll!v8::internal::FullCodeGenerator::MakeCode |
440 v8.dll!v8::internal::GenerateCode | 445 v8.dll!v8::internal::GenerateCode |
OLD | NEW |