Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys Improve documentation of the ATF test t_p...
details:   https://anonhg.NetBSD.org/src/rev/7c151ffb4807
branches:  trunk
changeset: 321900:7c151ffb4807
user:      kamil <kamil%NetBSD.org@localhost>
date:      Mon Apr 09 15:45:16 2018 +0000
description:
Improve documentation of the ATF test t_ptrace_wait*: traceme2
Set the description to:
  Verify that a signal emitted by a tracer to a child is caught by
  a signal handler.
Sponsored by <The NetBSD Foundation>
diffstat:
 tests/lib/libc/sys/t_ptrace_wait.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r d9403dcf1abf -r 7c151ffb4807 tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c        Mon Apr 09 15:36:00 2018 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c        Mon Apr 09 15:45:16 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ptrace_wait.c,v 1.26 2018/03/13 14:54:13 kamil Exp $ */
+/*     $NetBSD: t_ptrace_wait.c,v 1.27 2018/04/09 15:45:16 kamil Exp $ */
 
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ptrace_wait.c,v 1.26 2018/03/13 14:54:13 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.27 2018/04/09 15:45:16 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -134,7 +134,8 @@
 ATF_TC_HEAD(traceme2, tc)
 {
        atf_tc_set_md_var(tc, "descr",
-           "Verify SIGSTOP followed by _exit(2) in a child");
+           "Verify that a signal emitted by a tracer to a child is caught by "
+           "a signal handler");
 }
 
 static int traceme2_caught = 0;
Home |
Main Index |
Thread Index |
Old Index