Forráskód Böngészése

remove obsolete helgrind suppressions

Olivier Aumage 8 éve
szülő
commit
dcc3c6871b
1 módosított fájl, 0 hozzáadás és 37 törlés
  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
-   ...
-}