|
@@ -1,7 +1,7 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
# Copyright (C) 2014,2016-2018 CNRS
|
|
|
-# Copyright (C) 2014-2016 Université de Bordeaux
|
|
|
+# Copyright (C) 2014-2016,2019 Université de Bordeaux
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -55,6 +55,15 @@
|
|
|
fun:__aio_enqueue_request
|
|
|
...
|
|
|
}
|
|
|
+
|
|
|
+{
|
|
|
+ Ignore libc printf races
|
|
|
+ Helgrind:Race
|
|
|
+ ...
|
|
|
+ fun:vfprintf
|
|
|
+ ...
|
|
|
+}
|
|
|
+
|
|
|
{
|
|
|
<insert_a_suppression_name_here>
|
|
|
Memcheck:Leak
|