public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v1 0/2] Rewrite the gettid() testing suite
@ 2023-09-05 11:41 Andrea Cervesato
  2023-09-05 11:41 ` [LTP] [PATCH v1 1/2] Rewrite gettid01 test Andrea Cervesato
  2023-09-05 11:41 ` [LTP] [PATCH v1 2/2] Add gettid02 test Andrea Cervesato
  0 siblings, 2 replies; 7+ messages in thread
From: Andrea Cervesato @ 2023-09-05 11:41 UTC (permalink / raw)
  To: ltp

From: Andrea Cervesato <andrea.cervesato@suse.com>

Rewrite gettid01 and create a new gettid02 test in order to check all
gettid() basic functionalities, according with its manual.

Andrea Cervesato (2):
  Rewrite gettid01 test
  Add gettid02 test

 runtest/syscalls                            |   1 +
 testcases/kernel/syscalls/gettid/.gitignore |   1 +
 testcases/kernel/syscalls/gettid/Makefile   |   4 +-
 testcases/kernel/syscalls/gettid/gettid01.c | 102 +++-----------------
 testcases/kernel/syscalls/gettid/gettid02.c |  68 +++++++++++++
 5 files changed, 87 insertions(+), 89 deletions(-)
 create mode 100644 testcases/kernel/syscalls/gettid/gettid02.c

-- 
2.35.3


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

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

end of thread, other threads:[~2023-10-06 10:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 11:41 [LTP] [PATCH v1 0/2] Rewrite the gettid() testing suite Andrea Cervesato
2023-09-05 11:41 ` [LTP] [PATCH v1 1/2] Rewrite gettid01 test Andrea Cervesato
2023-10-05  8:50   ` Richard Palethorpe
2023-10-05 11:57     ` Andrea Cervesato via ltp
2023-10-06  9:45       ` Richard Palethorpe
2023-09-05 11:41 ` [LTP] [PATCH v1 2/2] Add gettid02 test Andrea Cervesato
2023-10-05  9:18   ` Richard Palethorpe

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