[LTP] [PATCH v3 0/3] Add TDEBUG tst_res() flag

Petr Vorel pvorel@suse.cz
Mon Dec 11 17:18:04 CET 2023


Hi,

changes v1->v2:
* %s/TDEBUG/TDEBUG/g (Cyril).
* Merged the latest patch and rebased before sending.

Kind regards,
Petr

Petr Vorel (3):
  lib/tests: Add test for testing tst_res() flags
  lib: Add support for TDEBUG tst_res() flag
  fsx-linux: Reduce log output with TDEBUG

 doc/C-Test-API.asciidoc                   |  9 +++--
 include/tst_ansi_color.h                  |  3 ++
 include/tst_common.h                      |  2 +-
 include/tst_res_flags.h                   |  1 +
 include/tst_test.h                        |  5 ++-
 lib/newlib_tests/tst_res_flags.c          | 47 +++++++++++++++++++++++
 lib/tst_ansi_color.c                      |  3 ++
 lib/tst_res.c                             |  9 +++--
 lib/tst_test.c                            | 12 ++++++
 testcases/kernel/fs/fsx-linux/fsx-linux.c | 33 ++++++----------
 10 files changed, 92 insertions(+), 32 deletions(-)
 create mode 100644 lib/newlib_tests/tst_res_flags.c

-- 
2.43.0



More information about the ltp mailing list