Quellcode durchsuchen

fix ignoring races from other libraries

Samuel Thibault vor 10 Jahren
Ursprung
Commit
54f614f529
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      tools/tsan/starpu.suppr

+ 2 - 2
tools/tsan/starpu.suppr

@@ -31,5 +31,5 @@ race:^compute_expected_end$
 race:^compute_all_performance_predictions$
 
 # ignore other libraries' races
-race:^libmpi.so$
-race:^libhwloc*.so$
+called_from_lib:^libmpi.so$
+called_from_lib:^libhwloc*.so$