public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/6] First new shell library converted test
@ 2025-01-06 13:26 Cyril Hrubis
  2025-01-06 13:26 ` [LTP] [PATCH v2 1/6] tst_run_shell: Add save_restore parser Cyril Hrubis
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Cyril Hrubis @ 2025-01-06 13:26 UTC (permalink / raw)
  To: ltp

This patchset contains a few fixes for the new shell library and first
converted test.

Changes in v2:

- The save_restore parser now matches the C metadata format
  (after the metadata metaparse fixes I've send in another patchset)

- Added one more patch to make the tst_test structure in tst_res_ static

- the vma05.sh now uses the second argument for the values that are
  supposed to be written to these files

- restored the unset DEBUGINFOD_URLS in vma05.sh added by an accident
  (this may possibly fix the timeouts reported by pvorel)

Cyril Hrubis (6):
  tst_run_shell: Add save_restore parser
  tst_run_shell: Make the tst_test struct static
  libs/ujson: Fix "Garbage after JSON string!" in strict mode
  tst_run_shell: Better errors for metadata extractor
  lib/tst_res_.c: Add TBROK handler + more verbose errors
  mem/vma05.sh: Convert to the new shell library

 libs/ujson/ujson_reader.c         |   6 +-
 testcases/kernel/mem/vma/vma05.sh |  96 +++++++++++++------------
 testcases/lib/tst_res_.c          |  22 +++---
 testcases/lib/tst_run_shell.c     | 114 ++++++++++++++++++++++++++++--
 4 files changed, 177 insertions(+), 61 deletions(-)

-- 
2.45.2


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2025-01-14 12:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06 13:26 [LTP] [PATCH v2 0/6] First new shell library converted test Cyril Hrubis
2025-01-06 13:26 ` [LTP] [PATCH v2 1/6] tst_run_shell: Add save_restore parser Cyril Hrubis
2025-01-06 13:26 ` [LTP] [PATCH v2 2/6] tst_run_shell: Make the tst_test struct static Cyril Hrubis
2025-01-08 13:12   ` Petr Vorel
2025-01-14 12:48     ` Cyril Hrubis
2025-01-06 13:26 ` [LTP] [PATCH v2 3/6] libs/ujson: Fix "Garbage after JSON string!" in strict mode Cyril Hrubis
2025-01-06 13:26 ` [LTP] [PATCH v2 4/6] tst_run_shell: Better errors for metadata extractor Cyril Hrubis
2025-01-06 13:26 ` [LTP] [PATCH v2 5/6] lib/tst_res_.c: Add TBROK handler + more verbose errors Cyril Hrubis
2025-01-06 13:26 ` [LTP] [PATCH v2 6/6] mem/vma05.sh: Convert to the new shell library Cyril Hrubis
2025-01-06 15:15   ` Petr Vorel
2025-01-06 16:32     ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox