Merge branch 'dfsg_clean'
[ltp-debian.git] / runtest / ltplite
blob298eb251f40670b64df74fe9bf0af38e824460f0
1 #DESCRIPTION:Math library tests - CPU tests
2 abs01 abs01
4 atof01 atof01
6 float_bessel cd $LTPROOT/testcases/bin; float_bessel -v
7 float_exp_log cd $LTPROOT/testcases/bin; float_exp_log -v
8 float_iperb cd $LTPROOT/testcases/bin; float_iperb -v
9 float_power cd $LTPROOT/testcases/bin; float_power -v
10 float_trigo cd $LTPROOT/testcases/bin; float_trigo -v
12 fptest01 fptest01
13 fptest02 fptest02
15 nextafter01 nextafter01
17 #DESCRIPTION:fsx filesystem stress tests
18 fsx-linux export TCbin=$LTPROOT/testcases/bin;fsxtest02 10000
19 #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000
20 #fsx-ext3 fsxtest $SCRATCHDEV ext3 10000
21 #fsx-jfs fsxtest $SCRATCHDEV jfs 10000
22 #fsx-xfs  fsxtest $SCRATCHDEV xfs 10000
23 #fsx-reiserfs fsxtest $SCRATCHDEV reiserfs 10000
25 #DESCRIPTION:Interprocess communication stress
26 # These tests use tests/pipeio to put pipes (named or unnamed) through a workout
28 pipeio_1 pipeio -T pipeio_1 -c 5 -s 4090 -i 100 -b -f x80
29 # spawns 5 children to write 100 chunks of 4090 bytes to a named pipe 
30 # using blocking I/O
31 #pipeio_2 pipeio -T pipeio_2 -c 5 -s 4090 -i 100 -f x80
32 # spawns 5 children to write 100 chunks of 4090 bytes to a named pipe 
33 # using non-blocking I/O
34 # This test hits EAGAIN, which pipeio doesn't handle at the moment
35 pipeio_3 pipeio -T pipeio_3 -c 5 -s 4090 -i 100 -u -b -f x80
36 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 
37 # using blocking I/O
38 pipeio_4 pipeio -T pipeio_4 -c 5 -s 4090 -i 100 -u -f x80
39 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 
40 # using non-blocking I/O
41 pipeio_5 pipeio -T pipeio_5 -c 5 -s 5000 -i 10 -b -f x80
42 # spawns 5 children to write 10 chunks of 5000 bytes to a named pipe 
43 # using blocking I/O
44 pipeio_6 pipeio -T pipeio_6 -c 5 -s 5000 -i 10 -b -u -f x80
45 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe 
46 # using blocking I/O
47 #pipeio_7 pipeio -T pipeio_7 -c 5 -s 5000 -i 10 -f x80
48 # spawns 5 children to write 10 chunks of 5000 bytes to a named pipe 
49 # using non-blocking I/O
50 # This test hits EAGAIN, which pipeio doesn't handle at the moment
51 pipeio_8 pipeio -T pipeio_8 -c 5 -s 5000 -i 10 -u -f x80
52 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe 
53 # using non-blocking I/O
55 sem01 sem01
56 sem02 sem02
59 #DESCRIPTION:Kernel system calls
60 abort01 ulimit -c 1024;abort01
62 accept01 accept01
64 access01 access01
65 access02 access02
66 access03 access03
67 access04 access04
68 access05 access05
70 acct01 acct01
71 acct02 acct02
73 adjtimex01 adjtimex01
74 adjtimex02 adjtimex02
76 alarm01 alarm01
77 alarm02 alarm02
78 alarm03 alarm03
79 alarm05 alarm05
80 alarm06 alarm06
81 alarm07 alarm07
83 asyncio02 asyncio02
85 bind01 bind01
86 bind02 bind02
88 brk01 brk01
90 capget01 capget01
91 capget02 capget02
93 capset01 capset01
94 capset02 capset02
96 chdir01 chdir01
97 chdir01A symlink01 -T chdir01
98 chdir02 chdir02
99 chdir03 chdir03
100 chdir04 chdir04
102 chmod01 chmod01
103 chmod01A symlink01 -T chmod01
104 chmod02 chmod02
105 chmod03 chmod03
106 chmod04 chmod04
107 chmod05 chmod05 
108 chmod06 chmod06
109 chmod07 chmod07
111 chown01 chown01
112 chown02 chown02
113 chown03 chown03
114 chown04 chown04
115 chown05 chown05
117 chroot01 chroot01
118 chroot02 chroot02
119 chroot03 chroot03
120 chroot04 chroot04
123 clone01 clone01
124 clone02 clone02
125 clone03 clone03
126 clone04 clone04
127 clone05 clone05
128 clone06 clone06
129 clone07 clone07
131 close01 close01
132 close02 close02
133 close08 close08
135 confstr01 confstr01
137 connect01 connect01
139 creat01 creat01
140 creat03 creat03
141 creat04 creat04
142 creat05 creat05
143 creat06 creat06
144 creat07 creat07 -F $LTPROOT/testcases/bin/test1
145 creat08 creat08
146 creat09 creat09
148 dup01 dup01
149 dup02 dup02
150 dup03 dup03
151 dup04 dup04
152 dup05 dup05
153 dup06 dup06
154 dup07 dup07
156 dup201 dup201
157 dup202 dup202
158 dup203 dup203
159 dup204 dup204
160 dup205 dup205
162 execl01 execl01
163 execle01 execle01
164 execlp01 execlp01
166 execv01 execv01
167 execve01 execve01
168 execve02 execve02 -F $LTPROOT/testcases/bin/test3
169 execve03 execve03
170 execve04 execve04 -F $LTPROOT/testcases/bin/test3
171 execve05 execve05 20 $LTPROOT/testcases/bin/execve05 $LTPROOT/testcases/bin/execve05 4
172 execvp01 execvp01
174 exit01 exit01
175 exit02 exit02
177 fchdir01 fchdir01
178 fchdir02 fchdir02
179 fchdir03 fchdir03
181 fchmod01 fchmod01
182 fchmod02 fchmod02
183 fchmod03 fchmod03
184 fchmod04 fchmod04
185 fchmod05 fchmod05 
186 fchmod06 fchmod06
187 fchmod07 fchmod07
189 fchown01 fchown01
190 fchown02 fchown02
191 fchown03 fchown03
192 fchown04 fchown04
193 fchown05 fchown05
195 fcntl01 fcntl01
196 fcntl02 fcntl02
197 fcntl03 fcntl03
198 fcntl04 fcntl04
199 fcntl05 fcntl05
200 fcntl06 fcntl06
201 fcntl07 fcntl07
202 fcntl07B fcntl07B
203 fcntl08 fcntl08
204 fcntl09 fcntl09
205 fcntl10 fcntl10
206 fcntl11 fcntl11
207 fcntl12 fcntl12
208 fcntl13 fcntl13
209 fcntl14 fcntl14
210 fcntl15 fcntl15
211 #fcntl16 fcntl16 #Contains errors.
212 fcntl17 fcntl17
213 fcntl18 fcntl18
214 fcntl19 fcntl19
215 fcntl20 fcntl20
216 fcntl21 fcntl21
217 fcntl22 fcntl22
218 fcntl23 fcntl23
219 fcntl24 fcntl24
220 fcntl25 fcntl25
221 fcntl26 fcntl26 
222 # The tests for these system calls  fcntl27 and fcntl28 are temporarily being disabled 
223 # fcntl27 fcntl27
224 # fcntl28 fcntl28
226 fdatasync01 fdatasync01
227 fdatasync02 fdatasync02
229 flock01 flock01
230 flock02 flock02
231 flock03 flock03
232 flock04 flock04
233 flock05 flock05
234 flock06 flock06
236 fmtmsg01 fmtmsg01
238 fork01 fork01
239 fork02 fork02
240 fork03 fork03
241 fork04 fork04
242 fork05 fork05
243 fork06 fork06
244 fork07 fork07
245 fork08 fork08
246 fork09 fork09
247 fork10 fork10
248 fork11 fork11
250 fpathconf01 fpathconf01
252 fstat01 fstat01
253 fstat02 fstat02
254 fstat03 fstat03
255 fstat04 fstat04
256 fstat05 fstat05
258 fstatfs01 fstatfs01
259 fstatfs02 fstatfs02
261 fsync01 fsync01
262 fsync02 fsync02
263 fsync03 fsync03
265 ftruncate01 ftruncate01
266 ftruncate02 ftruncate02
267 ftruncate03 ftruncate03
268 ftruncate04 ftruncate04
270 getcontext01 getcontext01
272 getcwd01 getcwd01
273 getcwd02 getcwd02
274 getcwd03 getcwd03
276 getdents01 getdents01
277 getdents02 getdents02
278 getdents03 getdents03
279 getdents04 getdents04
281 getdomainname01 getdomainname01
283 getdtablesize01 getdtablesize01
285 getegid01 getegid01
287 geteuid01 geteuid01
289 getgid01 getgid01
290 getgid02 getgid02
291 getgid03 getgid03
293 getgroups01 getgroups01
294 getgroups02 getgroups02
295 getgroups03 getgroups03
296 getgroups04 getgroups04
298 gethostid01 gethostid01
300 gethostname01 gethostname01
302 getitimer01 getitimer01
303 getitimer02 getitimer02
304 getitimer03 getitimer03
306 getpeername01 getpeername01
308 getpgid01 getpgid01
309 getpgid02 getpgid02
311 getpgrp01 getpgrp01
313 getpid01 getpid01
314 getpid02 getpid02
316 getppid01 getppid01
317 getppid02 getppid02
319 getpriority01 getpriority01
320 getpriority02 getpriority02
322 getresgid01 getresgid01
323 getresgid02 getresgid02
324 getresgid03 getresgid03
326 getresuid01 getresuid01
327 getresuid02 getresuid02
328 getresuid03 getresuid03
330 getrlimit01 getrlimit01
331 getrlimit02 getrlimit02
333 getrusage01 getrusage01
334 getrusage02 getrusage02
336 getsid01 getsid01
337 getsid02 getsid02
339 getsockname01 getsockname01
341 getsockopt01 getsockopt01
343 gettimeofday01 gettimeofday01
344 gettimeofday02 gettimeofday02
346 getuid01 getuid01
347 getuid02 getuid02
348 getuid03 getuid03
350 #Needs tty device.
351 #ioctl01 ioctl01 -D /dev/tty0
352 #ioctl02 ioctl02 -D /dev/tty0
354 # Introducing ioctl tests for all /dev/tty* devices
355 ioctl test_ioctl
357 ioperm01 ioperm01
358 ioperm02 ioperm02
360 iopl01 iopl01
361 iopl02 iopl02
363 kill01 kill01
364 kill02 kill02
365 kill03 kill03
366 kill04 kill04
367 kill05 kill05
368 kill06 kill06
369 kill07 kill07
370 kill08 kill08
371 kill09 kill09
372 kill10 kill10
373 kill11 ulimit -c 1024;kill11
374 kill12 kill12
376 lchown01 lchown01
377 lchown02 lchown02
379 link01 symlink01 -T link01
380 link02 link02
381 link03 link03
382 link04 link04
383 link05 link05
384 link06 link06
385 link07 link07
387 listen01 listen01
389 llseek01 llseek01
390 llseek02 llseek02
392 lseek01 lseek01
393 lseek02 lseek02
394 lseek03 lseek03
395 lseek04 lseek04
396 lseek05 lseek05
397 lseek06 lseek06
398 lseek07 lseek07
399 lseek08 lseek08
400 lseek09 lseek09
401 lseek10 lseek10
403 lstat01A symlink01 -T lstat01
404 lstat01 lstat01
405 lstat02 lstat02
406 lstat03 lstat03
408 mallopt01 mallopt01
410 memset01 memset01
411 memcmp01 memcmp01
412 memcpy01 memcpy01
414 mlockall01 mlockall01
415 mlockall02 mlockall02
416 mlockall03 mlockall03
418 mkdir01 mkdir01
419 mkdir02 mkdir02
420 mkdir03 mkdir03
421 mkdir04 mkdir04
422 mkdir05 mkdir05
423 mkdir05A symlink01 -T mkdir05
424 mkdir08 mkdir08
425 mkdir09 mkdir09
427 mknod01 mknod01
428 mknod02 mknod02
429 mknod03 mknod03
430 mknod04 mknod04
431 mknod05 mknod05
432 mknod06 mknod06
433 mknod07 mknod07
434 mknod08 mknod08
435 mknod09 mknod09
437 mlock01 mlock01
438 mlock02 mlock02
440 qmm01 mmap001 -m 1
441 mmap01 mmap01
442 mmap02 mmap02
443 mmap03 mmap03
444 mmap04 mmap04
445 mmap05 mmap05
446 mmap06 mmap06
447 mmap07 mmap07
448 mmap08 mmap08
449 mmap09 mmap09
451 modify_ldt01 modify_ldt01
452 modify_ldt02 modify_ldt02
455 # These tests require an unmounted block device
456 # to run correctly. Please see individual test
457 # code for more information.
459 #mount01 mount01 -D /dev/...
460 #mount02 mount02 -D /dev/...
461 #mount03 mount03 -D /dev/...
462 #mount04 mount04 -D /dev/...
464 mprotect01 mprotect01
465 mprotect02 mprotect02
466 mprotect03 mprotect03
468 mremap01 mremap01
469 mremap02 mremap02
470 mremap03 mremap03
471 mremap04 mremap04
473 msgctl01 msgctl01
474 msgctl02 msgctl02
475 msgctl03 msgctl03
476 msgctl04 msgctl04
477 msgctl05 msgctl05
478 msgctl06 msgctl06
479 msgctl07 msgctl07
480 msgctl08 msgctl08
481 msgctl09 msgctl09
483 msgget01 msgget01
484 msgget02 msgget02
485 msgget03 msgget03
486 msgget04 msgget04
488 msgrcv01 msgrcv01
489 msgrcv02 msgrcv02
490 msgrcv03 msgrcv03
491 msgrcv04 msgrcv04
492 msgrcv05 msgrcv05
493 msgrcv06 msgrcv06
495 msgsnd01 msgsnd01
496 msgsnd02 msgsnd02
497 msgsnd03 msgsnd03
498 msgsnd04 msgsnd04
499 msgsnd05 msgsnd05
500 msgsnd06 msgsnd06
502 msync01 msync01
503 msync02 msync02
504 msync03 msync03
505 msync04 msync04
506 msync05 msync05
508 munlock01 munlock01
509 munlock02 munlock02
511 munlockall01 munlockall01
512 munlockall02 munlockall02
514 munmap01 munmap01
515 munmap02 munmap02
516 munmap03 munmap03
518 nanosleep01 nanosleep01
519 nanosleep02 nanosleep02
520 nanosleep03 nanosleep03
521 nanosleep04 nanosleep04
523 nftw01 nftw01
524 nftw6401 nftw6401
526 nice01 nice01
527 nice02 nice02
528 nice03 nice03
529 nice04 nice04
530 nice05 nice05
532 open01 open01
533 open01A symlink01 -T open01
534 open02 open02
535 open03 open03
536 open04 open04
537 open05 open05
538 open06 open06
539 open07 open07
540 open08 open08
541 open09 open09
542 open10 open10
544 mincore01 mincore01
545 #mincore02 mincore02 currently hangs and does not exit correctly
546 madvise01 madvise01
547 madvise02 madvise02
549 pathconf01 pathconf01
551 pause01 pause01
552 pause02 pause02
553 pause03 pause03
555 #  The personality() system call is poorly documented 
556 #  and difficult to figure out how to use by looking 
557 #  at the different architecture specific kernel files.
558 #personality01 personality01
559 #personality02 personality02
561 pipe01 pipe01
562 pipe02 pipe02
563 pipe03 pipe03
564 pipe04 pipe04
565 pipe05 pipe05
566 pipe06 pipe06
567 pipe07 pipe07
568 pipe08 pipe08
569 pipe09 pipe09
570 pipe10 pipe10
571 pipe11 pipe11
573 poll01 poll01
575 prctl01 prctl01
576 prctl02 prctl02
578 pread01 pread01
579 pread02 pread02
580 pread03 pread03
582 profil01 profil01
584 pselect01 pselect01
586 ptrace01 ptrace01
587 ptrace02 ptrace02
588 ptrace03 ptrace03
590 pwrite01 pwrite01
591 pwrite02 pwrite02
592 pwrite03 pwrite03
593 pwrite04 pwrite04
596 read01 read01
597 read02 read02
598 read03 read03
599 read04 read04
601 readdir01 readdir01
602 readdir02 readdir02
604 readlink01A symlink01 -T readlink01
605 readlink01 readlink01
606 readlink02 readlink02
607 readlink03 readlink03
608 readlink04 readlink04
610 readv01 readv01
611 readv02 readv02
612 readv03 readv03
614 reboot01 reboot01
615 reboot02 reboot02
617 recv01 recv01
619 recvfrom01 recvfrom01
621 recvmsg01 recvmsg01
623 rename01 rename01
624 rename01A symlink01 -T rename01
625 rename02 rename02
626 rename03 rename03
627 rename04 rename04
628 rename05 rename05
629 rename06 rename06
630 rename07 rename07
631 rename08 rename08
632 rename09 rename09
633 rename10 rename10
634 rename12 rename12
635 rename13 rename13
636 rename14 rename14
638 rmdir01 rmdir01
639 rmdir02 rmdir02
640 rmdir03 rmdir03
641 rmdir03A symlink01 -T rmdir03
642 rmdir04 rmdir04
643 rmdir05 rmdir05
645 sbrk01 sbrk01
647 sched_get_priority_max01 sched_get_priority_max01
648 sched_get_priority_max02 sched_get_priority_max02
650 sched_get_priority_min01 sched_get_priority_min01
651 sched_get_priority_min02 sched_get_priority_min02
653 sched_getparam01 sched_getparam01
654 sched_getparam02 sched_getparam02
655 sched_getparam03 sched_getparam03
657 sched_rr_get_interval01 sched_rr_get_interval01
658 sched_rr_get_interval02 sched_rr_get_interval02
659 sched_rr_get_interval03 sched_rr_get_interval03
661 sched_setparam01 sched_setparam01
662 sched_setparam02 sched_setparam02
663 sched_setparam03 sched_setparam03
664 sched_setparam04 sched_setparam04
665 sched_setparam05 sched_setparam05
667 sched_getscheduler01 sched_getscheduler01
668 sched_getscheduler02 sched_getscheduler02
670 sched_setscheduler01 sched_setscheduler01
671 sched_setscheduler02 sched_setscheduler02
673 sched_yield01 sched_yield01
675 select01 select01
676 select02 select02
677 select03 select03
679 semctl01 semctl01
680 semctl02 semctl02
681 semctl03 semctl03
682 semctl04 semctl04
683 semctl05 semctl05
684 semctl06 semctl06
685 semctl07 semctl07
687 semget01 semget01
688 semget02 semget02
689 semget03 semget03
690 semget05 semget05
691 semget06 semget06
693 semop01 semop01
694 semop02 semop02
695 semop03 semop03
696 semop04 semop04
697 semop05 semop05
699 send01 send01
701 sendfile02 sendfile02
702 sendfile03 sendfile03
704 sendmsg01 sendmsg01
706 sendto01 sendto01
708 setdomainname01 setdomainname01
709 setdomainname02 setdomainname02
710 setdomainname03 setdomainname03
712 setfsgid01 setfsgid01
713 setfsgid02 setfsgid02
714 setfsgid03 setfsgid03
716 setfsuid01 setfsuid01
717 setfsuid02 setfsuid02
718 setfsuid03 setfsuid03
719 setfsuid04 setfsuid04
721 setgid01 setgid01
722 setgid02 setgid02
723 setgid03 setgid03
725 setegid01 setegid01
727 setgroups01 setgroups01
728 setgroups02 setgroups02
729 setgroups03 setgroups03
730 setgroups04 setgroups04
732 sethostname01 sethostname01
733 sethostname02 sethostname02
734 sethostname03 sethostname03
736 setitimer01 setitimer01
737 setitimer02 setitimer02
738 setitimer03 setitimer03
740 setpgid01 setpgid01
741 setpgid02 setpgid02
742 setpgid03 setpgid03
744 setpgrp01 setpgrp01
745 setpgrp02 setpgrp02
747 setpriority01 setpriority01
748 setpriority02 setpriority02
749 setpriority03 setpriority03
750 setpriority04 setpriority04
751 setpriority05 setpriority05
753 setregid01 setregid01
754 setregid02 setregid02
755 setregid03 setregid03
756 setregid04 setregid04
758 setresgid01 setresgid01
759 setresgid02 setresgid02
760 setresgid03 setresgid03
762 setresuid01 setresuid01
763 setresuid02 setresuid02
764 setresuid03 setresuid03
765 setresuid04 setresuid04
767 setreuid01 setreuid01
768 setreuid02 setreuid02
769 setreuid03 setreuid03
770 setreuid04 setreuid04
771 setreuid05 setreuid05
772 setreuid06 setreuid06
773 setreuid07 setreuid07
775 setrlimit01 setrlimit01
776 setrlimit02 setrlimit02
777 setrlimit03 setrlimit03
779 setsid01 setsid01
781 setsockopt01 setsockopt01
783 settimeofday01 settimeofday01
784 settimeofday02 settimeofday02
786 setuid01 setuid01
787 setuid02 setuid02
788 setuid03 setuid03
789 setuid04 setuid04
791 shmat01 shmat01
792 shmat02 shmat02
793 shmat03 shmat03
795 shmctl01 shmctl01
796 shmctl02 shmctl02
797 shmctl03 shmctl03
798 shmctl04 shmctl04
800 shmdt01 shmdt01
801 shmdt02 shmdt02
803 shmget01 shmget01
804 shmget02 shmget02
805 shmget03 shmget03
806 shmget04 shmget04
807 shmget05 shmget05
809 sigaction01 sigaction01
810 sigaction02 sigaction02
812 sigaltstack01 sigaltstack01
813 sigaltstack02 sigaltstack02
816 sighold02 sighold02
818 signal01 signal01
819 signal02 signal02
820 signal03 signal03
821 signal04 signal04
822 signal05 signal05
824 sigpending02 sigpending02
826 sigprocmask01 sigprocmask01
828 sigrelse01 sigrelse01
830 sigsuspend01 sigsuspend01
833 socket01 socket01
835 socketcall01 socketcall01
836 socketcall02 socketcall02
837 socketcall03 socketcall03
838 socketcall04 socketcall04
840 socketpair01 socketpair01
842 sockioctl01 sockioctl01
844 stat01 stat01
845 stat02 stat02
846 stat03 stat03
847 stat04 symlink01 -T stat04
848 stat05 stat05
849 stat06 stat06
851 statfs01 statfs01
852 statfs02 statfs02
853 statfs03 statfs03
855 statvfs01 statvfs01
857 # This syscall is obsoleted by settimeofday.
858 #stime01 stime01
859 #stime02 stime02
861 string01 string01
863 swapoff01 swapoff01
864 swapoff02 swapoff02
866 swapon01 swapon01
867 swapon02 swapon02
868 swapon03 swapon03
870 symlink01 symlink01
871 symlink02 symlink02
872 symlink03 symlink03
873 symlink04 symlink04
874 symlink05 symlink05
876 sync01 sync01
877 sync02 sync02
879 syscall01 syscall01
881 sysconf01 sysconf01
883 sysctl01 sysctl01
884 sysctl03 sysctl03
885 sysctl04 sysctl04
886 sysctl05 sysctl05
888 sysfs01 sysfs01
889 sysfs02 sysfs02
890 sysfs03 sysfs03
891 sysfs04 sysfs04
892 sysfs05 sysfs05
893 sysfs06 sysfs06
895 sysinfo01 sysinfo01
896 sysinfo02 sysinfo02
898 syslog01 syslog01
899 syslog02 syslog02
900 syslog03 syslog03
901 syslog04 syslog04
902 syslog05 syslog05
903 syslog06 syslog06
904 syslog07 syslog07
905 syslog08 syslog08
906 syslog09 syslog09
907 syslog10 syslog10
908 syslog11 syslog11
909 syslog12 syslog12
911 # This syscall is obsoleted by gettimeofday.
912 # time01 time01
913 # time02 time02
915 times01 times01
916 times03 times03
918 truncate01 truncate01
919 truncate02 truncate02
920 truncate03 truncate03
921 truncate04 truncate04
923 # This syscall is obsolete.  The latest glibc does not even
924 # include the ulimit.h file anymore.  The test will fail
925 # because the error handling has been simplified.
927 # ulimit01 ulimit01
929 umask01 umask01
930 umask02 umask02
931 umask03 umask03
933 uname01 uname01
934 uname02 uname02
935 uname03 uname03
937 unlink01 symlink01 -T unlink01
938 unlink05 unlink05
939 unlink06 unlink06
940 unlink07 unlink07
941 unlink08 unlink08
944 # These tests require an unmounted block device
945 # to run correctly. Please see individual test
946 # code for more information.
948 #umount01 umount01 -D /dev/...
949 #umount02 umount02 -D /dev/...
950 #umount03 umount03 -D /dev/...
952 ustat01 ustat01
953 ustat02 ustat02
955 utime01 utime01
956 utime01A symlink01 -T utime01
957 utime02 utime02
958 utime03 utime03
959 utime04 utime04
960 utime05 utime05
961 utime06 utime06
963 vfork01 vfork01
964 vfork02 vfork02
966 vhangup01 vhangup01
967 vhangup02 vhangup02
969 wait02 wait02
971 wait401 wait401
972 wait402 wait402
974 waitpid01 waitpid01
975 waitpid02 waitpid02
976 waitpid03 waitpid03
977 waitpid04 waitpid04
978 waitpid05 waitpid05
979 waitpid06 waitpid06
980 waitpid07 waitpid07
981 waitpid08 waitpid08
982 waitpid09 waitpid09
983 waitpid10 waitpid10 5
984 waitpid11 waitpid11
985 waitpid12 waitpid12
986 waitpid13 waitpid13
988 write01 write01
989 write02 write02
990 write03 write03
991 write04 write04
992 write05 write05
994 writev01 writev01
995 writev02 writev02
996 writev03 writev03
997 writev04 writev04
998 writev05 writev05
999 writev06 writev06
1001 #DESCRIPTION:Memory Mgmt tests
1002 mm01 mmap001 -m 10000
1003 # 40 Mb mmap() test.
1004 # Creates a 10000 page mmap, touches all of the map, sync's it, and
1005 # munmap()s it.
1006 mm02 mmap001
1007 # simple mmap() test.
1008 #mm03 mmap001 -i 0 -I 1 -m 100
1009 # repetitive mmapping test.
1010 # Creates a one page map repetitively for one minute.
1012 mtest01 mtest01 -p80
1013 mtest01w mtest01 -p80 -w
1015 #test for race conditions
1016 mtest05 mmstress
1017 mtest06 mmap1 -x 0.05
1019 mem01 mem01
1020 mem02 mem02
1022 page01 page01
1023 page02 page02
1025 data_space data_space
1026 stack_space stack_space
1028 shmt02 shmt02
1029 shmt03 shmt03
1030 shmt04 shmt04
1031 shmt05 shmt05
1032 shmt06 shmt06
1033 shmt07 shmt07
1034 shmt08 shmt08
1035 shmt09 shmt09
1036 shmt10 shmt10
1038 #DESCRIPTION:Scheduler Stress Tests
1039 pth_str01 pth_str01
1040 pth_str02 pth_str02 -n1000
1041 pth_str03 pth_str03
1043 #DESCRIPTION:Native POSIX Thread Library (NPTL) Tests
1044 nptl01 nptl01
1046 #DESCRIPTION:Terminal type stress
1047 pty01 pty01
1048 ptem01 ptem01
1049 hangup01 hangup01
1051 #DESCRIPTION:Filesystem stress tests
1052 gf01 growfiles -W gf01 -b -e 1 -u -i 0 -L 20 -w -C 1 -l -I r -T 10 glseek20 glseek20.2
1053 gf02 growfiles -W gf02 -b -e 1 -L 10 -i 100 -I p -S 2 -u -f gf03_
1054 gf03 growfiles -W gf03 -b -e 1 -g 1 -i 1 -S 150 -u -f gf05_
1055 #gf04 growfiles -W gf04 -b -e 1 -g 4090 -i 500 -t 39000 -u -f gf06_
1056 #gf05 growfiles -W gf05 -b -e 1 -g 5000 -i 500 -t 49900 -T10 -c9 -I p -u -f gf07_
1057 gf06 growfiles -W gf06 -b -e 1 -u -r 1-5000 -R 0--1 -i 0 -L 30 -C 1 g_rand10 g_rand10.2
1058 gf07 growfiles -W gf07 -b -e 1 -u -r 1-5000 -R 0--2 -i 0 -L 30 -C 1 -I p g_rand13 g_rand13.2
1059 #gf08 growfiles -W gf08 -b -e 1 -u -r 1-5000 -R 0--2 -i 0 -L 30 -C 1 g_rand11 g_rand11.2
1060 #gf09 growfiles -W gf09 -b -e 1 -u -r 1-5000 -R 0--1 -i 0 -L 30 -C 1 -I p g_rand12 g_rand12.2
1061 gf10 growfiles -W gf10 -b -e 1 -u -r 1-5000 -i 0 -L 30 -C 1 -I l g_lio14 g_lio14.2
1062 gf11 growfiles -W gf11 -b -e 1 -u -r 1-5000 -i 0 -L 30 -C 1 -I L g_lio15 g_lio15.2
1063 gf12 mkfifo gffifo17; growfiles -b -W gf12 -e 1 -u -i 0 -L 30 gffifo17
1064 gf13 mkfifo gffifo18; growfiles -b -W gf13 -e 1 -u -i 0 -L 30 -I r -r 1-4096 gffifo18
1065 gf14 growfiles -W gf14 -b -e 1 -u -i 0 -L 20 -w -l -C 1 -T 10 glseek19 glseek19.2
1066 gf15 growfiles -W gf15 -b -e 1 -u -r 1-49600 -I r -u -i 0 -L 120 Lgfile1
1067 #gf16 growfiles -W gf16 -b -e 1 -i 0 -L 120 -u -g 4090 -T 100 -t 408990 -l -C 10 -c 1000 -S 10 -f Lgf02_
1068 gf17 growfiles -W gf17 -b -e 1 -i 0 -L 120 -u -g 5000 -T 100 -t 499990 -l -C 10 -c 1000 -S 10 -f Lgf03_
1069 gf18 growfiles -W gf18 -b -e 1 -i 0 -L 120 -w -u -r 10-5000 -I r -l -S 2 -f Lgf04_
1070 gf19 growfiles -W gf19 -b -e 1 -g 5000 -i 500 -t 49900 -T10 -c9 -I p -o O_RDWR,O_CREAT,O_TRUNC -u -f gf08i_
1071 gf20 growfiles -W gf20 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 1-256000:512 -R 512-256000 -T 4 gfbigio-$$
1072 #gf21 growfiles -W gf21 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bld-$$
1073 #gf22 growfiles -W gf22 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bldf-$$
1074 gf23 growfiles -W gf23 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 gf-inf-$$
1075 gf24 growfiles -W gf24 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 gf-jbld-$$
1076 gf25 growfiles -W gf25 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 1024000-2048000:2048 -R 4095-2048000 -T 1 gf-large-gs-$$
1077 gf26 growfiles -W gf26 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 128-32768:128 -R 512-64000 -T 4 gfsmallio-$$
1078 gf27 growfiles -W gf27 -b -D 0 -w -g 8b -C 1 -b -i 1000 -u gfsparse-1-$$
1079 #gf28 growfiles -W gf28 -b -D 0 -w -g 16b -C 1 -b -i 1000 -u gfsparse-2-$$
1080 #gf29 growfiles -W gf29 -b -D 0 -r 1-4096 -R 0-33554432 -i 0 -L 60 -C 1 -u gfsparse-3-$$
1081 gf30 growfiles -W gf30 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -o O_RDWR,O_CREAT,O_SYNC -g 20480 -T 10 -t 20480 gf-sync-$$
1082 rwtest01 export LTPROOT; rwtest -N rwtest01 -c -q -i 60s  -f sync 10%25000:rw-sync-$$
1083 rwtest02 export LTPROOT; rwtest -N rwtest02 -c -q -i 60s  -f buffered 10%25000:rw-buffered-$$
1084 rwtest03 export LTPROOT; rwtest -N rwtest03 -c -q -i 60s -n 2  -f buffered -s mmread,mmwrite -m random -Dv 10%25000:mm-buff-$$
1085 rwtest04 export LTPROOT; rwtest -N rwtest04 -c -q -i 60s -n 2  -f sync -s mmread,mmwrite -m random -Dv 10%25000:mm-sync-$$
1086 rwtest05 export LTPROOT; rwtest -N rwtest05 -c -q -i 50 -T 64b 500b:/tmp/rwtest01%f