Skip to content

Commit

Permalink
Add new valgrind suppression for AlgorithmManager
Browse files Browse the repository at this point in the history
It is no longer covered by the other suppression and was found while
debugging the new warnings from NeXus.
Refs #10920
  • Loading branch information
martyngigg committed Jan 19, 2015
1 parent 52c868b commit e70427c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Code/Tools/Valgrind/APITest.supp
Expand Up @@ -7,6 +7,17 @@
fun:_ZN20AlgorithmManagerTest16testThreadSafetyEv
...
}
{
<AlgorithmManagerTest_omp_2>
Memcheck:Leak
...
fun:pthread_create@@GLIBC_2.2.5
obj:/usr/lib64/libgomp.so.1.0.0
fun:_ZN59TestDescription_suite_AlgorithmManagerTest_testThreadSafety7runTestEv
fun:_ZN7CxxTest10TestRunner8runWorldEv
fun:_ZN7CxxTest4MainINS_12XUnitPrinterEEEiRT_iPPc
fun:main
}
{
<MemoryManagerTest_omp>
Memcheck:Leak
Expand Down

0 comments on commit e70427c

Please sign in to comment.