Module Name: src Committed By: pooka Date: Fri Jun 11 23:52:38 UTC 2010
Added Files: src/tests/fs/ptyfs: Atffile Makefile t_nullpts.c t_ptyfs.c Log Message: Add some ptyfs tests. Note: I'm not adding these to the build yet, since they depend on some other other cleanup I might get done only after the weekend. Even so, t_nullpts serves a simple example of how to repeat the crash described in PR kern/43456 (just remove "rump_sys_" from the calls and it should compile and you should get a host kernel panic instead of a coredump). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/fs/ptyfs/Atffile src/tests/fs/ptyfs/Makefile \ src/tests/fs/ptyfs/t_nullpts.c src/tests/fs/ptyfs/t_ptyfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.