mbox series

[v1,0/2] Rewrite the gettid() testing suite

Message ID 20230905114157.4190-1-andrea.cervesato@suse.de
Headers show
Series Rewrite the gettid() testing suite | expand

Message

Andrea Cervesato Sept. 5, 2023, 11:41 a.m. UTC
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