NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43619 CVS commit: src/tests/kernel



The following reply was made to PR port-macppc/43619; it has been noted by 
GNATS.

From: Julio Merino <jmmv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43619 CVS commit: src/tests/kernel
Date: Wed, 14 Jul 2010 21:47:06 +0000

 Module Name:   src
 Committed By:  jmmv
 Date:          Wed Jul 14 21:47:06 UTC 2010
 
 Modified Files:
        src/tests/kernel: Makefile
 Added Files:
        src/tests/kernel: t_sigaction.c
 
 Log Message:
 Add a couple of simple tests for sigaction(2): one for the case where flags
 is set to 0 and the other for the case where we set SA_RESETHAND.
 
 The latter test is intended to expose PR port-macppc/43619 and is marked as
 an expected failure on such platform.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/tests/kernel/Makefile
 cvs rdiff -u -r0 -r1.1 src/tests/kernel/t_sigaction.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index