mbox series

[v4,0/3] lib: TST_EXP_{FAIL,PASS}_PTR_{NULL,VOID}

Message ID 20240208013224.859-1-wegao@suse.com
Headers show
Series lib: TST_EXP_{FAIL,PASS}_PTR_{NULL,VOID} | expand

Message

Wei Gao Feb. 8, 2024, 1:32 a.m. UTC
Wei Gao (3):
  lib: TST_EXP_{FAIL,PASS}_PTR_{NULL,VOID}
  shmat02.c: Use TST_EXP_FAIL_PTR_VOID
  realpath01.c: use TST_EXP_FAIL_PTR_NULL

 include/tst_test_macros.h                     | 59 ++++++++++++++++++
 lib/newlib_tests/.gitignore                   |  1 +
 lib/newlib_tests/test_macros07.c              | 61 +++++++++++++++++++
 testcases/kernel/syscalls/ipc/shmat/shmat02.c | 15 +----
 .../kernel/syscalls/realpath/realpath01.c     | 11 +---
 5 files changed, 123 insertions(+), 24 deletions(-)
 create mode 100644 lib/newlib_tests/test_macros07.c