浏览代码

remove obsolete helgrind suppressions

Olivier Aumage 8 年之前
父节点
当前提交
dcc3c6871b
共有 1 个文件被更改,包括 0 次插入37 次删除
  1. 0 37
      tools/valgrind/starpu.suppr

+ 0 - 37
tools/valgrind/starpu.suppr

@@ -175,40 +175,3 @@
    fun:_starpu_memchunk_recently_used
    ...
 }
-
-{
-   TODO1: This is temporary. It perhaps does not pose problem because only the worker takes this mutex. Fixing this will require changing the scheduler interface, so that the schedulers themselves take the scheduling lock, not the caller. Filter it out for now, so we can see other races more easily.
-   Helgrind:LockOrder
-   fun:mutex_lock_WRK
-   fun:simple_worker_pull_task
-   ...
-}
-
-{
-   TODO1: This is temporary. It perhaps does not pose problem because only the worker takes this mutex. Fixing this will require changing the scheduler interface, so that the schedulers themselves take the scheduling lock, not the caller. Filter it out for now, so we can see other races more easily.
-   Helgrind:LockOrder
-   fun:mutex_lock_WRK
-   fun:starpu_pthread_mutex_lock_sched
-   fun:_starpu_sched_component_worker_lock_scheduling
-   fun:simple_worker_pull_task
-   ...
-}
-
-{
-   TODO2: This is temporary. It perhaps does not pose problem because only the worker takes this mutex. Fixing this will require changing the scheduler interface, so that the schedulers themselves take the scheduling lock, not the caller. Filter it out for now, so we can see other races more easily.
-   Helgrind:LockOrder
-   fun:mutex_lock_WRK
-   fun:_starpu_sched_component_lock_worker
-   fun:simple_worker_pull_task
-   ...
-}
-
-{
-   TODO2: This is temporary. It perhaps does not pose problem because only the worker takes this mutex. Fixing this will require changing the scheduler interface, so that the schedulers themselves take the scheduling lock, not the caller. Filter it out for now, so we can see other races more easily.
-   Helgrind:LockOrder
-   fun:mutex_lock_WRK
-   fun:_starpu_sched_component_lock_worker
-   fun:_starpu_sched_component_worker_lock_scheduling
-   fun:simple_worker_pull_task
-   ...
-}