Skip to content

Commit

Permalink
Re #8357. Add suppression for another use of OpenMP in a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Apr 2, 2014
1 parent 0de7d7e commit 111f66a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Code/Tools/Valgrind/APITest.supp
Expand Up @@ -7,4 +7,13 @@
fun:_ZN20AlgorithmManagerTest16testThreadSafetyEv
...
}
{
<MemoryManagerTest_omp>
Memcheck:Leak
...
fun:pthread_create@@GLIBC_2.2.5
fun:???
fun:_ZN17MemoryManagerTest13test_parallelEv
...
}

0 comments on commit 111f66a

Please sign in to comment.