Skip to content

Commit

Permalink
Add more missing suppresions
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Schuchardt committed Feb 17, 2021
1 parent 2711954 commit c6268d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/asyncfutureunittests/asyncfuture.supp
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,26 @@
fun:_ZN12QtConcurrent13IterateKernelIPKiiE14threadFunctionEv
fun:_ZN12QtConcurrent16ThreadEngineBase3runEv
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:_ZN12QtConcurrent18BlockSizeManagerV214timeBeforeUserEv
fun:_ZTv0_n56_N12QtConcurrent13IterateKernelIN5QListIiE14const_iteratorEiE14threadFunctionEv
fun:_ZN12QtConcurrent16ThreadEngineBase3runEv
fun:_ZN17QThreadPoolThread3runEv
fun:_ZN14QThreadPrivate5startEPv
fun:start_thread
fun:clone
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:_ZN12QtConcurrent18BlockSizeManagerV213timeAfterUserEv
fun:_ZTv0_n56_N12QtConcurrent13IterateKernelIN5QListIiE14const_iteratorEiE14threadFunctionEv
fun:_ZN12QtConcurrent16ThreadEngineBase3runEv
fun:_ZN17QThreadPoolThread3runEv
fun:_ZN14QThreadPrivate5startEPv
fun:start_thread
fun:clone
}

0 comments on commit c6268d3

Please sign in to comment.