Browse Source

Update TSAN suppressions

Samuel Thibault 10 years ago
parent
commit
a0f0b5b992
1 changed files with 3 additions and 0 deletions
  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$