Skip to content

Commit

Permalink
Re #8357. Add a suppressions file for the API tests.
Browse files Browse the repository at this point in the history
Valgrind is complaining about an OpenMP call in AlgorithmManagerTest.
I don't know whether this is a real leak, but I suppose that there's not
much we can do about it.
  • Loading branch information
RussellTaylor committed Apr 1, 2014
1 parent 981868b commit 3058ccf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Code/Tools/Valgrind/APITest.supp
@@ -0,0 +1,10 @@
{
<AlgorithmManagerTest_omp>
Memcheck:Leak
...
fun:pthread_create@@GLIBC_2.2.5
fun:???
fun:_ZN20AlgorithmManagerTest16testThreadSafetyEv
...
}

0 comments on commit 3058ccf

Please sign in to comment.