summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/suppressions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r--tools/heapcheck/suppressions.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index df80a33..4c60d0e 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -159,3 +159,11 @@
fun:v8::internal::Execution::Call
fun:v8::Function::Call
}
+
+{
+ bug_20703
+ Heapcheck:Leak
+ ...
+ fun:::RenderThreadTest::SetUp
+ fun:testing::Test::Run
+}