Source-Changes archive

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

CVS commit: src/tests/kernel



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