소스 검색

ignore a race which does not actually pose problem

Samuel Thibault 12 년 전
부모
커밋
8b11c9fc78
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      tools/valgrind/starpu.suppr

+ 9 - 0
tools/valgrind/starpu.suppr

@@ -90,3 +90,12 @@
    fun:_starpu_load_bus_performance_files
    ...
 }
+
+{
+   This is racy, but we don't care, if the function was called a bit earlier we would have had a different value
+   Helgrind:Race
+   fun:  _starpu_fifo_empty
+   fun: pop_task_eager_policy
+   ...
+}
+