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

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

Issue 1454193002: Add Dr. Memory suppression file for pdfium tests (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 1 month 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 | « tools/drmemory/scripts/pdfium_tests.py ('k') | 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
(Empty)
1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3
4
5 # Intended alloc failure
6 WARNING
7 name=unittests:fxcrt.FX_AllocOverflow
8 drmemorylib.dll!replace_calloc
9 ...
10 *!fxcrt_FX_*AllocOverflow*_Test::TestBody
11
12 # DrMem-i#471: simple floating register copy without meaningful usage
13 UNINITIALIZED READ
14 name=embeddertests:DrM-i#471
15 *!v8::internal::RegisterValues::GetDoubleRegister
16 *!v8::internal::FrameDescription::GetDoubleRegister
17 *!v8::internal::Deoptimizer::CopyDoubleRegisters
18 *!v8::internal::Deoptimizer::DoComputeCompiledStubFrame
19 *!v8::internal::Deoptimizer::DoComputeOutputFrames
20 *!v8::internal::Deoptimizer::ComputeOutputFrames
21 *!v8::internal::`anonymous namespace'::Invoke
22 *!v8::internal::Execution::Call
23 *!v8::internal::Bootstrapper::CompileNative
24 *!v8::internal::Bootstrapper::CompileExperimentalBuiltin
25 *!v8::internal::Genesis::InstallExperimentalNatives
26 *!v8::internal::Genesis::Genesis
27 *!v8::internal::Bootstrapper::CreateEnvironment
OLDNEW
« no previous file with comments | « tools/drmemory/scripts/pdfium_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698