diff options
author | dan sinclair <dsinclair@chromium.org> | 2017-02-01 09:46:52 -0800 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-02-01 23:38:58 +0000 |
commit | 5c19c3597b2865c0b5bc2c61fc5911cbd5d6ba90 (patch) | |
tree | 888dbbf67f23cfe17f36f25f2e941821cd3f0117 /tools/drmemory/suppressions.txt | |
parent | 1f5e327bc8a4114b5c390b89ac94ee320d1d06de (diff) | |
download | pdfium-5c19c3597b2865c0b5bc2c61fc5911cbd5d6ba90.tar.xz |
Remove DrMemorychromium/3000
The DrMemory bots have been removed, remove the config and infrastructure.
BUG=chromium:655521
Change-Id: I065d717b11d615a6dc981b79a8caefd8783b105b
Reviewed-on: https://pdfium-review.googlesource.com/2494
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'tools/drmemory/suppressions.txt')
-rw-r--r-- | tools/drmemory/suppressions.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/drmemory/suppressions.txt b/tools/drmemory/suppressions.txt deleted file mode 100644 index 2ad8236cae..0000000000 --- a/tools/drmemory/suppressions.txt +++ /dev/null @@ -1,28 +0,0 @@ -# This file contains suppressions for the Dr.Memory tool, see -# http://dev.chromium.org/developers/how-tos/using-drmemory - - -# Intended alloc failure -WARNING -name=unittests:fxcrt.FX_AllocOverflow -drmemorylib.dll!replace_calloc -... -*!fxcrt_FX_*AllocOverflow*_Test::TestBody - -# DrMem-i#471: simple floating register copy without meaningful usage -UNINITIALIZED READ -name=embeddertests:DrM-i#471 -*!v8::internal::RegisterValues::GetDoubleRegister -*!v8::internal::FrameDescription::GetDoubleRegister -*!v8::internal::Deoptimizer::CopyDoubleRegisters -*!v8::internal::Deoptimizer::DoComputeCompiledStubFrame -*!v8::internal::Deoptimizer::DoComputeOutputFrames -*!v8::internal::Deoptimizer::ComputeOutputFrames -*!v8::internal::`anonymous namespace'::Invoke -*!v8::internal::Execution::Call - -# PDFium-i#287: new/delete[] mismatch -INVALID HEAP ARGUMENT -name=i#287:new-delete-array-mismatch -drmemorylib.dll!replace_operator_delete_array -*!NumberlikeArray<>::~NumberlikeArray<> |