Source-Changes archive

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

CVS commit: basesrc/regress/lib/libc/clone



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.




Home | Main Index | Thread Index | Old Index