[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Added 92 more tests and 2 library functions
I have just checked in 92 "new" tests and 2 "new" library functions to
the Linux Test Project CVS tree. These are all quick hitter tests that
have already been ported to Linux. The two library functions are needed
by a few of the tests. Some example command lines will be coming soon.
Until then, here are the standard options:
-iterations cnt : Execute test "cnt" times (Default is 1).
A value of 0 will cause the test to run
indefinitely.
-delay secs : Delay for "secs" seconds each iteration (def 0.0)
-duration secs : Iterate for elapsed time of "secs" (def 0.0)
-nofunc : Turn OFF Functional testing. Just exercise the
system call.
-pause_for_sigusr1 : Pause for SIGUSR1 before entering testing
loop.
-copies num : fork so there num copies (def 1)
-Help : parse_opts standard help and exit.
Be careful with the -copies option. Not all tests handle children
properly. Here is a list of all the new tests:
tests/access03.c
tests/asyncio02.c
tests/chdir02.c
tests/chown01.c
tests/close08.c
tests/creat09.c
tests/dup01.c
tests/dup02.c
tests/dup03.c
tests/dup04.c
tests/dup05.c
tests/execl01.c
tests/execle01.c
tests/execlp01.c
tests/execv01.c
tests/execve01.c
tests/execvp01.c
tests/fchmod01.c
tests/fchown01.c
tests/fcntl02.c
tests/fcntl03.c
tests/fcntl04.c
tests/fcntl05.c
tests/fcntl07.c
tests/fcntl07B.c
tests/fcntl08.c
tests/fcntl09.c
tests/fcntl10.c
tests/fork01.c
tests/fork04.c
tests/fpathconf01.c
tests/fstat01.c
tests/fsync01.c
tests/getegid01.c
tests/geteuid01.c
tests/getgid01.c
tests/getgroups01.c
tests/getgroups02.c
tests/gethostid01.c
tests/gethostname01.c
tests/getpgrp01.c
tests/getpid01.c
tests/getppid01.c
tests/getuid01.c
tests/kill09.c
tests/link02.c
tests/link03.c
tests/link04.c
tests/link05.c
tests/lseek01.c
tests/lseek02.c
tests/lseek04.c
tests/lseek05.c
tests/lstat02.c
tests/mkdir01.c
tests/mkdir08.c
tests/mknod01.c
tests/nice05.c
tests/open03.c
tests/pathconf01.c
tests/pause01.c
tests/readlink02.c
tests/rename02.c
tests/rmdir04.c
tests/sbrk01.c
tests/select01.c
tests/setgid01.c
tests/setgroups01.c
tests/setpgid01.c
tests/setregid01.c
tests/setreuid01.c
tests/setuid02.c
tests/stat05.c
tests/symlink02.c
tests/sync01.c
tests/time01.c
tests/times01.c
tests/umask01.c
tests/uname01.c
tests/unlink05.c
tests/unlink06.c
tests/unlink07.c
tests/wait02.c
tests/write01.c
Nate Straz
Linux Test Project (http://oss.sgi.com/projects/ltp)