[LTP] [PATCH 3/4] syscalls/getpgid01: Replace TINFO with TPASS or TFAIL

Cyril Hrubis chrubis@suse.cz
Fri Apr 30 15:12:28 CEST 2021


Hi!
I've applied the patch since ti makes the code better but the test is
still completely broken.

The problem is that the whole test is being executed in a child process
while the parent does wait() on it but it does not propagate the
failures at all as it just does exit(0) at the end of the parent
process. And there are other subtle bugs in the code.

All in all the easiest way how to fix this would be simply rewriting the
test to the new library where no result propagation has to be done.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list