public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] selftests/harness: Handle timeouts cleanly
@ 2020-03-13 23:12 Kees Cook
  2020-03-13 23:12 ` [PATCH v2 1/2] selftests/harness: Move test child waiting logic Kees Cook
  2020-03-13 23:12 ` [PATCH v2 2/2] selftests/harness: Handle timeouts cleanly Kees Cook
  0 siblings, 2 replies; 5+ messages in thread
From: Kees Cook @ 2020-03-13 23:12 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Kees Cook, Andy Lutomirski, Will Drewry, linux-kselftest,
	linux-kernel

Repeating patch 2/2's commit log:

When a selftest would timeout before, the program would just fall over
and no accounting of failures would be reported (i.e. it would result in
an incomplete TAP report). Instead, add an explicit SIGALRM handler to
cleanly catch and report the timeout.

Before:

	[==========] Running 2 tests from 2 test cases.
	[ RUN      ] timeout.finish
	[       OK ] timeout.finish
	[ RUN      ] timeout.too_long
	Alarm clock

After:

	[==========] Running 2 tests from 2 test cases.
	[ RUN      ] timeout.finish
	[       OK ] timeout.finish
	[ RUN      ] timeout.too_long
	timeout.too_long: Test terminated by timeout
	[     FAIL ] timeout.too_long
	[==========] 1 / 2 tests passed.
	[  FAILED  ]


Thanks!

-Kees

v2:
- fix typo in subject prefix
v1: https://lore.kernel.org/lkml/20200311211733.21211-1-keescook@chromium.org

Kees Cook (2):
  selftests/harness: Move test child waiting logic
  selftests/harness: Handle timeouts cleanly

 tools/testing/selftests/kselftest_harness.h | 144 ++++++++++++++------
 1 file changed, 99 insertions(+), 45 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-03-23 19:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-13 23:12 [PATCH v2 0/2] selftests/harness: Handle timeouts cleanly Kees Cook
2020-03-13 23:12 ` [PATCH v2 1/2] selftests/harness: Move test child waiting logic Kees Cook
2020-03-23 18:08   ` shuah
2020-03-23 19:23     ` Kees Cook
2020-03-13 23:12 ` [PATCH v2 2/2] selftests/harness: Handle timeouts cleanly Kees Cook

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