Fork for workshops

simple-mbed-cloud-client/mbed-cloud-client/mbed-client-pal/valgrindSuppress.txt

Committer:
JimCarver
Date:
2018-10-12
Revision:
0:6b753f761943

File content as of revision 0:6b753f761943:

{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:internal_crc32
   fun:pal_imagePrepare
   fun:stateAdvance
   fun:pal_imageInitAPI
   fun:pal_update_xK
   fun:TEST_pal_update_pal_update_writeSmallChunk_5b_
   fun:UnityTestRunner
   fun:TEST_pal_update_pal_update_writeSmallChunk_5b_run
   fun:TEST_pal_update_GROUP_RUNNER
   fun:TEST_pal_all_GROUPS_RUNNER
   fun:UnityMain
   fun:palTestMain
}

{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:internal_crc32
   fun:pal_imagePrepare
   fun:multiWriteMultiRead
   fun:pal_imageInitAPI
   fun:TEST_pal_update_pal_update_4k_write_1k_4_times_
   fun:UnityTestRunner
   fun:TEST_pal_update_pal_update_4k_write_1k_4_times_run
   fun:TEST_pal_update_GROUP_RUNNER
   fun:TEST_pal_all_GROUPS_RUNNER
   fun:UnityMain
   fun:palTestMain
   fun:palAllTestMain
}

{
   <insert_a_suppression_name_here>
   Memcheck:Param
   write(buf)
   obj:/lib/x86_64-linux-gnu/libc-2.23.so
   fun:_IO_file_write@@GLIBC_2.2.5
   fun:new_do_write
   fun:_IO_do_write@@GLIBC_2.2.5
   fun:_IO_file_close_it@@GLIBC_2.2.5
   fun:fclose@@GLIBC_2.2.5
   fun:pal_plat_fsFclose
   fun:pal_fsFclose
   fun:FilesTests
   fun:TEST_pal_fileSystem_FilesTests_
   fun:UnityTestRunner
   fun:TEST_pal_fileSystem_FilesTests_run
   fun:TEST_pal_fileSystem_GROUP_RUNNER
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: possible
   fun:calloc
   fun:allocate_dtv
   fun:_dl_allocate_tls
   fun:allocate_stack
   fun:pthread_create@@GLIBC_2.2.5
   fun:pal_plat_osThreadCreate
   fun:pal_osThreadCreateWithAlloc
   ...
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: reachable
   fun:malloc
   fun:pal_plat_osThreadCreate
   fun:pal_osThreadCreateWithAlloc
   ...
}