Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Do not add new suppressions below. | |
| 2 # TODO(machenbach): Delete this file as soon as it is empty. | |
| 3 | |
| 4 # cctest | |
|
Alexander Potapenko
2017/01/31 14:34:11
Are there bugs filed for these suppressions? If so
Michael Achenbach
2017/01/31 14:55:37
Nope, there's only the one issue attached to the b
| |
| 5 leak:v8::internal::Debug::NextAsyncTaskId | |
| 6 leak:v8::internal::wasm::DecodeWasmModule | |
| 7 leak:v8::internal::wasm::WasmInterpreter::WasmInterpreter | |
| 8 leak:v8::internal::WasmDebugInfo::SetBreakpoint | |
| 9 | |
| 10 # debugger | |
| 11 leak:v8_inspector::WasmTranslation::TranslatorImpl::DisassemblingTranslator::Add FakeScript | |
| 12 leak:v8::internal::compiler::JumpThreading::ApplyForwarding | |
| 13 | |
| 14 # mjsunit | |
| 15 leak:v8::internal::FuncNameInferrer::FuncNameInferrer | |
| 16 leak:v8::internal::JSArrayBuffer::SetupAllocatingData | |
| 17 | |
| 18 # unittests | |
| 19 leak:v8::internal::Isolate::FindOrAllocatePerThreadDataForThisThread | |
| OLD | NEW |