aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2015-06-08 21:25:36 +0200
committerjackpoz <giacomopoz@gmail.com>2015-06-08 21:25:36 +0200
commitabda6840e1ac3c8140af59c619bef934761db5ee (patch)
tree431d4550831f65ea07ff8746cb66a07c78201aa3
parentd78eae1eafc2319144a28f8447578e6ebdfca39e (diff)
Core/Misc: Update helgrind suppressions
-rw-r--r--contrib/valgrind/helgrind.supp60
1 files changed, 60 insertions, 0 deletions
diff --git a/contrib/valgrind/helgrind.supp b/contrib/valgrind/helgrind.supp
index 59dec3018c6..582b25bbb10 100644
--- a/contrib/valgrind/helgrind.supp
+++ b/contrib/valgrind/helgrind.supp
@@ -45,3 +45,63 @@
fun:_ZNKSt13__atomic_baseIjE4loadESt12memory_order
fun:_ZNKSt13__atomic_baseIjEcvjEv
}
+{
+ [1] std::atomic
+ Helgrind:Race
+ fun:load
+ fun:_ZNKSt13__atomic_baseIjEcvjEv
+}
+{
+ [1] std::atomic
+ Helgrind:Race
+ fun:store
+ fun:_ZNSt13__atomic_baseIiEaSEi
+}
+{
+ [1] std::atomic
+ Helgrind:Race
+ fun:store
+ fun:_ZNSt13__atomic_baseIbEaSEb
+}
+{
+ [1] std::atomic
+ Helgrind:Race
+ fun:load
+ fun:_ZNKSt11atomic_boolcvbEv
+}
+{
+ [1] std::atomic
+ Helgrind:Race
+ fun:store
+ fun:_ZNSt13__atomic_baseIjEaSEj
+}
+{
+ [2] integer counters
+ Helgrind:Race
+ fun:_ZN4MMAP11MMapManager7loadMapERKSsjii
+ fun:_ZN3Map8LoadMMapEii
+}
+{
+ [2] integer counters
+ Helgrind:Race
+ fun:_ZN8Movement7counterIjLj4294967295EE8IncreaseEv
+}
+{
+ [2] integer counters
+ Helgrind:Race
+ fun:_ZN3G3D10BufferPool6mallocEm
+}
+{
+ [3] System libraries
+ Helgrind:Race
+ fun:__GI_mempcpy
+ fun:_IO_file_xsputn@@GLIBC_2.2.5
+ fun:vfprintf
+}
+{
+ [3] System libraries
+ Helgrind:Race
+ fun:__GI_mempcpy
+ fun:_IO_file_xsputn@@GLIBC_2.2.5
+ fun:fwrite
+}