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

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

Issue 1473913002: Suppress invalid-heap-arg error in pdfium_unittests (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 4
5 # Intended alloc failure 5 # Intended alloc failure
6 WARNING 6 WARNING
7 name=unittests:fxcrt.FX_AllocOverflow 7 name=unittests:fxcrt.FX_AllocOverflow
8 drmemorylib.dll!replace_calloc 8 drmemorylib.dll!replace_calloc
9 ... 9 ...
10 *!fxcrt_FX_*AllocOverflow*_Test::TestBody 10 *!fxcrt_FX_*AllocOverflow*_Test::TestBody
11 11
12 # DrMem-i#471: simple floating register copy without meaningful usage 12 # DrMem-i#471: simple floating register copy without meaningful usage
13 UNINITIALIZED READ 13 UNINITIALIZED READ
14 name=embeddertests:DrM-i#471 14 name=embeddertests:DrM-i#471
15 *!v8::internal::RegisterValues::GetDoubleRegister 15 *!v8::internal::RegisterValues::GetDoubleRegister
16 *!v8::internal::FrameDescription::GetDoubleRegister 16 *!v8::internal::FrameDescription::GetDoubleRegister
17 *!v8::internal::Deoptimizer::CopyDoubleRegisters 17 *!v8::internal::Deoptimizer::CopyDoubleRegisters
18 *!v8::internal::Deoptimizer::DoComputeCompiledStubFrame 18 *!v8::internal::Deoptimizer::DoComputeCompiledStubFrame
19 *!v8::internal::Deoptimizer::DoComputeOutputFrames 19 *!v8::internal::Deoptimizer::DoComputeOutputFrames
20 *!v8::internal::Deoptimizer::ComputeOutputFrames 20 *!v8::internal::Deoptimizer::ComputeOutputFrames
21 *!v8::internal::`anonymous namespace'::Invoke 21 *!v8::internal::`anonymous namespace'::Invoke
22 *!v8::internal::Execution::Call 22 *!v8::internal::Execution::Call
23
24 # PDFium-i#287: new/delete[] mismatch
25 INVALID HEAP ARGUMENT
26 name=i#287:new-delete-array-mismatch
27 drmemorylib.dll!replace_operator_delete_array
28 *!NumberlikeArray<>::~NumberlikeArray<>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698