linux/tools/testing/selftests/pidfd
Ziqi Zhao bcda4c863e selftest: pidfd: Omit long and repeating outputs
An output message:

> # # waitpid WEXITSTATUS=0

will be printed for 30,000+ times in the `pidfd_test` selftest, which
does not seem ideal. This patch removes the print logic in the
`wait_for_pid` function, so each call to this function does not output
a line by default. Any existing call sites where the extra line might
be beneficial have been modified to include extra print statements
outside of the function calls.

Signed-off-by: Ziqi Zhao <astrajoan@yahoo.com>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2023-06-12 16:39:11 -06:00
..
.gitignore selftests/pidfd: add pidfd setns tests 2020-05-13 11:41:22 +02:00
config selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config 2020-10-27 17:02:03 -06:00
Makefile selftests: pidfd: Fix incorrect kernel headers search path 2023-02-13 09:09:45 -07:00
pidfd_fdinfo_test.c selftest: pidfd: Omit long and repeating outputs 2023-06-12 16:39:11 -06:00
pidfd_getfd_test.c selftests: pidfd: skip test on kcmp() ENOSYS 2020-10-27 17:01:45 -06:00
pidfd_open_test.c selftests: pidfd: fix compilation errors due to wait.h 2020-10-27 16:51:36 -06:00
pidfd_poll_test.c selftests: pidfd: fix compilation errors due to wait.h 2020-10-27 16:51:36 -06:00
pidfd_setns_test.c selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.c 2020-10-27 17:04:01 -06:00
pidfd_test.c selftest: pidfd: Omit long and repeating outputs 2023-06-12 16:39:11 -06:00
pidfd_wait.c selftests: pidfd: Fix compling warnings 2022-10-30 02:23:58 -06:00
pidfd.h selftest: pidfd: Omit long and repeating outputs 2023-06-12 16:39:11 -06:00