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 | 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 *!v8::internal::Bootstrapper::CompileNative | |
24 *!v8::internal::Bootstrapper::CompileExperimentalBuiltin | |
25 *!v8::internal::Genesis::InstallExperimentalNatives | |
26 *!v8::internal::Genesis::Genesis | |
27 *!v8::internal::Bootstrapper::CreateEnvironment | |
OLD | NEW |