소스 검색

Update TSAN suppressions

Samuel Thibault 10 년 전
부모
커밋
a0f0b5b992
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tools/tsan/starpu.suppr

+ 3 - 0
tools/tsan/starpu.suppr

@@ -2,6 +2,9 @@
 race:^_starpu_msi_cache_hit$
 race:^_starpu_msi_cache_miss$
 
+# This is racy, but since we'll always put the same values, this is not a problem.
+race:^_starpu_codelet_check_deprecated_fields$
+
 # This is racy, but we don't care, it's only a statistic
 race:^fun:starpu_task_nsubmitted$
 race:^fun:starpu_task_nready$