All of lore.kernel.org
 help / color / mirror / Atom feed
* [ptest-runner 0/5] ptest: Various memory fixes and enhancements
@ 2021-07-21  9:46 ?ukasz Majewski
  2021-07-21  9:46 ` [ptest-runner 1/5] git: Extend the gitignore ?ukasz Majewski
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: ?ukasz Majewski @ 2021-07-21  9:46 UTC (permalink / raw)
  To: yocto; +Cc: Lukasz Majewski

This patch series provides some memory management fixes and corrected
return code handling for ptest-runner2.

Adrian Freihofer (4):
  git: Extend the gitignore
  mem: Fix memleak for ptest_opts
  mem: Simplify memory management
  mem: Refactor ptest_list cleanup

Lukasz Majewski (1):
  main: Do not return number of failed tests when calling ptest-runner

 .gitignore         |  3 +++
 main.c             | 33 ++++++++++++++++++++++++++++-----
 ptest_list.c       | 13 ++++---------
 ptest_list.h       |  8 +-------
 tests/ptest_list.c | 13 +++++++------
 tests/utils.c      | 22 +++++++++++-----------
 utils.c            | 11 ++++-------
 7 files changed, 58 insertions(+), 45 deletions(-)
 create mode 100644 .gitignore

-- 
2.20.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-07-27 15:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-21  9:46 [ptest-runner 0/5] ptest: Various memory fixes and enhancements ?ukasz Majewski
2021-07-21  9:46 ` [ptest-runner 1/5] git: Extend the gitignore ?ukasz Majewski
2021-07-26 15:44   ` [yocto] " Anibal Limon
2021-07-21  9:46 ` [ptest-runner 2/5] mem: Fix memleak for ptest_opts ?ukasz Majewski
2021-07-26 16:02   ` [yocto] " Anibal Limon
2021-07-21  9:46 ` [ptest-runner 3/5] mem: Simplify memory management ?ukasz Majewski
2021-07-26 16:05   ` [yocto] " Anibal Limon
2021-07-21  9:46 ` [ptest-runner 4/5] mem: Refactor ptest_list cleanup ?ukasz Majewski
2021-07-26 16:10   ` [yocto] " Anibal Limon
2021-07-26 16:25     ` Anibal Limon
2021-07-21  9:46 ` [ptest-runner 5/5] main: Do not return number of failed tests when calling ptest-runner ?ukasz Majewski
2021-07-26  7:00   ` Tero Kinnunen
2021-07-26 15:40     ` [yocto] " Anibal Limon
2021-07-27 15:54   ` Adrian Freihofer
2021-07-21 23:36 ` [yocto] [ptest-runner 0/5] ptest: Various memory fixes and enhancements Randy MacLeod
2021-07-22  9:27   ` ?ukasz Majewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.