浏览代码

port r17369 from 1.2: yet more suppressions

Samuel Thibault 9 年之前
父节点
当前提交
627fc01af8
共有 2 个文件被更改,包括 13 次插入2 次删除
  1. 1 2
      tools/valgrind/libc.suppr
  2. 12 0
      tools/valgrind/opencl.suppr

+ 1 - 2
tools/valgrind/libc.suppr

@@ -35,9 +35,8 @@
    Memcheck:Leak
    match-leak-kinds: reachable
    ...
-   fun:get_elem
    fun:__aio_enqueue_request
-   fun:aio_read
+   ...
 }
 {
    <insert_a_suppression_name_here>

+ 12 - 0
tools/valgrind/opencl.suppr

@@ -721,3 +721,15 @@
    fun:dlopen@@GLIBC_2.2.5
    ...
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:calloc
+   fun:_dlerror_run
+   fun:dlclose
+   obj:/usr/lib/x86_64-linux-gnu/libamdocl64.so
+   fun:__run_exit_handlers
+   fun:exit
+   ...
+}