Subject: CVS commit: basesrc/regress/lib/libc/clone
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/23/2001 04:45:35
Module Name:	basesrc
Committed By:	christos
Date:		Mon Jul 23 01:45:35 UTC 2001

Modified Files:
	basesrc/regress/lib/libc/clone: clonetest.c

Log Message:
- make tests independent of the direction the stack grows
- add more sanity checks in the regression:
  1. check that we get a new pid in the child
  2. check that the stack in the child is the one we passed
  3. check invalid argument handling
  4. check running out of processes returns the right cod
     XXX: does not work on the sparc, so it is ifdef'ed out


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/regress/lib/libc/clone/clonetest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.