Module Name: src Committed By: kamil Date: Sun May 14 04:26:40 UTC 2017
Modified Files: src/regress/sys: Makefile Removed Files: src/regress/sys/fs/lseek: Makefile lseek.c Log Message: Remove regress lseek tests, obsoleted by ATF Many tests verify lseek through rumpkernels: - tests/dev/cgd/t_cgd_3des - tests/dev/cgd/t_cgd_aes - tests/dev/cgd/t_cgd_blowfish - tests/rump/rumpvfs/t_basic - tests/rump/rumpvfs/t_etfs There are traditional lseek(2) tests too: - tests/kernel/kqueue/read/t_file - tests/kernel/kqueue/read/t_file2 - tests/kernel/t_lockf - tests/lib/libc/stdio/t_fflush - tests/lib/libc/stdio/t_fopen - tests/lib/libc/sys/t_msync - etc To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/regress/sys/Makefile cvs rdiff -u -r1.3 -r0 src/regress/sys/fs/lseek/Makefile cvs rdiff -u -r1.8 -r0 src/regress/sys/fs/lseek/lseek.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.