Delete some generated file from .orig.tar.gz
[ltp-debian.git] / runtest / ltplite
blobb6fb07f881b77ada74afb599016a50cfaa6d2ff6
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 cp -p $LTPROOT/testcases/bin/change_owner $TMP;chmod05 
108 chmod06 cp -p $LTPROOT/testcases/bin/change_owner $TMP;chmod06
109 chmod07 chmod07
111 chown01 chown01
112 chown02 chown02
113 chown03 export change_owner=$LTPROOT/testcases/bin/change_owner;chown03
114 chown04 cp -p $LTPROOT/testcases/bin/change_owner $TMP;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 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchmod05 
186 fchmod06 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchmod06
187 fchmod07 fchmod07
189 fchown01 fchown01
190 fchown02 fchown02
191 fchown03 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchown03
192 fchown04 export change_owner=$LTPROOT/testcases/bin/change_owner;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 getgid03 getgid03
292 getgroups01 getgroups01
293 getgroups02 getgroups02
294 getgroups03 getgroups03
295 getgroups04 getgroups04
297 gethostid01 gethostid01
299 gethostname01 gethostname01
301 getitimer01 getitimer01
302 getitimer02 getitimer02
303 getitimer03 getitimer03
305 getpeername01 getpeername01
307 getpgid01 getpgid01
308 getpgid02 getpgid02
310 getpgrp01 getpgrp01
312 getpid01 getpid01
313 getpid02 getpid02
315 getppid01 getppid01
316 getppid02 getppid02
318 getpriority01 getpriority01
319 getpriority02 getpriority02
321 getresgid01 getresgid01
322 getresgid02 getresgid02
323 getresgid03 getresgid03
325 getresuid01 getresuid01
326 getresuid02 getresuid02
327 getresuid03 getresuid03
329 getrlimit01 getrlimit01
330 getrlimit02 getrlimit02
332 getrusage01 getrusage01
333 getrusage02 getrusage02
335 getsid01 getsid01
336 getsid02 getsid02
338 getsockname01 getsockname01
340 getsockopt01 getsockopt01
342 gettimeofday01 gettimeofday01
343 gettimeofday02 gettimeofday02
345 getuid01 getuid01
346 getuid02 getuid02
347 getuid03 getuid03
349 #Needs tty device.
350 #ioctl01 ioctl01 -D /dev/tty0
351 #ioctl02 ioctl02 -D /dev/tty0
353 # Introducing ioctl tests for all /dev/tty* devices
354 ioctl test_ioctl
356 ioperm01 ioperm01
357 ioperm02 ioperm02
359 iopl01 iopl01
360 iopl02 iopl02
362 kill01 kill01
363 kill02 kill02
364 kill03 kill03
365 kill04 kill04
366 kill05 kill05
367 kill06 kill06
368 kill07 kill07
369 kill08 kill08
370 kill09 kill09
371 kill10 kill10
372 kill11 ulimit -c 1024;kill11
373 kill12 kill12
375 lchown01 lchown01
376 lchown02 cp -p $LTPROOT/testcases/bin/create_link $TMP; lchown02
378 link01 symlink01 -T link01
379 link02 link02
380 link03 link03
381 link04 link04
382 link05 link05
383 link06 link06
384 link07 link07
386 listen01 listen01
388 llseek01 llseek01
389 llseek02 llseek02
391 lseek01 lseek01
392 lseek02 lseek02
393 lseek03 lseek03
394 lseek04 lseek04
395 lseek05 lseek05
396 lseek06 lseek06
397 lseek07 lseek07
398 lseek08 lseek08
399 lseek09 lseek09
400 lseek10 lseek10
402 lstat01A symlink01 -T lstat01
403 lstat01 lstat01
404 lstat02 lstat02
405 lstat03 lstat03
407 mallopt01 mallopt01
409 memset01 memset01
410 memcmp01 memcmp01
411 memcpy01 memcpy01
413 mlockall01 mlockall01
414 mlockall02 mlockall02
415 mlockall03 mlockall03
417 mkdir01 mkdir01
418 mkdir02 mkdir02
419 mkdir03 mkdir03
420 mkdir04 mkdir04
421 mkdir05 mkdir05
422 mkdir05A symlink01 -T mkdir05
423 mkdir08 mkdir08
424 mkdir09 mkdir09
426 mknod01 mknod01
427 mknod02 mknod02
428 mknod03 mknod03
429 mknod04 mknod04
430 mknod05 mknod05
431 mknod06 mknod06
432 mknod07 mknod07
433 mknod08 mknod08
434 mknod09 mknod09
436 mlock01 mlock01
437 mlock02 mlock02
439 qmm01 mmap001 -m 1
440 mmap01 mmap01
441 mmap02 mmap02
442 mmap03 mmap03
443 mmap04 mmap04
444 mmap05 mmap05
445 mmap06 mmap06
446 mmap07 mmap07
447 mmap08 mmap08
448 mmap09 mmap09
450 modify_ldt01 modify_ldt01
451 modify_ldt02 modify_ldt02
454 # These tests require an unmounted block device
455 # to run correctly. Please see individual test
456 # code for more information.
458 #mount01 mount01 -D /dev/...
459 #mount02 mount02 -D /dev/...
460 #mount03 mount03 -D /dev/...
461 #mount04 mount04 -D /dev/...
463 mprotect01 mprotect01
464 mprotect02 mprotect02
465 mprotect03 mprotect03
467 mremap01 mremap01
468 mremap02 mremap02
469 mremap03 mremap03
470 mremap04 mremap04
472 msgctl01 msgctl01
473 msgctl02 msgctl02
474 msgctl03 msgctl03
475 msgctl04 msgctl04
476 msgctl05 msgctl05
477 msgctl06 msgctl06
478 msgctl07 msgctl07
479 msgctl08 msgctl08
480 msgctl09 msgctl09
482 msgget01 msgget01
483 msgget02 msgget02
484 msgget03 msgget03
485 msgget04 msgget04
487 msgrcv01 msgrcv01
488 msgrcv02 msgrcv02
489 msgrcv03 msgrcv03
490 msgrcv04 msgrcv04
491 msgrcv05 msgrcv05
492 msgrcv06 msgrcv06
494 msgsnd01 msgsnd01
495 msgsnd02 msgsnd02
496 msgsnd03 msgsnd03
497 msgsnd04 msgsnd04
498 msgsnd05 msgsnd05
499 msgsnd06 msgsnd06
501 msync01 msync01
502 msync02 msync02
503 msync03 msync03
504 msync04 msync04
505 msync05 msync05
507 munlock01 munlock01
508 munlock02 munlock02
510 munlockall01 munlockall01
511 munlockall02 munlockall02
513 munmap01 munmap01
514 munmap02 munmap02
515 munmap03 munmap03
517 nanosleep01 nanosleep01
518 nanosleep02 nanosleep02
519 nanosleep03 nanosleep03
520 nanosleep04 nanosleep04
522 nftw01 nftw01
523 nftw6401 nftw6401
525 nice01 nice01
526 nice02 nice02
527 nice03 nice03
528 nice04 nice04
529 nice05 nice05
531 open01 open01
532 open01A symlink01 -T open01
533 open02 open02
534 open03 open03
535 open04 open04
536 open05 open05
537 open06 open06
538 open07 open07
539 open08 open08
540 open09 open09
541 open10 open10
543 mincore01 mincore01
544 #mincore02 mincore02 currently hangs and does not exit correctly
545 madvise01 madvise01
546 madvise02 madvise02
548 pathconf01 pathconf01
550 pause01 pause01
551 pause02 pause02
552 pause03 pause03
554 #  The personality() system call is poorly documented 
555 #  and difficult to figure out how to use by looking 
556 #  at the different architecture specific kernel files.
557 #personality01 personality01
558 #personality02 personality02
560 pipe01 pipe01
561 pipe02 pipe02
562 pipe03 pipe03
563 pipe04 pipe04
564 pipe05 pipe05
565 pipe06 pipe06
566 pipe07 pipe07
567 pipe08 pipe08
568 pipe09 pipe09
569 pipe10 pipe10
570 pipe11 pipe11
572 poll01 poll01
574 prctl01 prctl01
575 prctl02 prctl02
577 pread01 pread01
578 pread02 pread02
579 pread03 pread03
581 profil01 profil01
583 pselect01 pselect01
585 ptrace01 ptrace01
586 ptrace02 ptrace02
587 ptrace03 ptrace03
589 pwrite01 pwrite01
590 pwrite02 pwrite02
591 pwrite03 pwrite03
592 pwrite04 pwrite04
595 read01 read01
596 read02 read02
597 read03 read03
598 read04 read04
600 readdir01 readdir01
601 readdir02 readdir02
603 readlink01A symlink01 -T readlink01
604 readlink01 readlink01
605 readlink02 readlink02
606 readlink03 readlink03
607 readlink04 cp -f $LTPROOT/testcases/bin/creat_slink $TMP; readlink04
609 readv01 readv01
610 readv02 readv02
611 readv03 readv03
613 reboot01 reboot01
614 reboot02 reboot02
616 recv01 recv01
618 recvfrom01 recvfrom01
620 recvmsg01 recvmsg01
622 rename01 rename01
623 rename01A symlink01 -T rename01
624 rename02 rename02
625 rename03 rename03
626 rename04 rename04
627 rename05 rename05
628 rename06 rename06
629 rename07 rename07
630 rename08 rename08
631 rename09 rename09
632 rename10 rename10
633 rename12 rename12
634 rename13 rename13
635 rename14 rename14
637 rmdir01 rmdir01
638 rmdir02 rmdir02
639 rmdir03 rmdir03
640 rmdir03A symlink01 -T rmdir03
641 rmdir04 rmdir04
642 rmdir05 rmdir05
644 sbrk01 sbrk01
646 sched_get_priority_max01 sched_get_priority_max01
647 sched_get_priority_max02 sched_get_priority_max02
649 sched_get_priority_min01 sched_get_priority_min01
650 sched_get_priority_min02 sched_get_priority_min02
652 sched_getparam01 sched_getparam01
653 sched_getparam02 sched_getparam02
654 sched_getparam03 sched_getparam03
656 sched_rr_get_interval01 sched_rr_get_interval01
657 sched_rr_get_interval02 sched_rr_get_interval02
658 sched_rr_get_interval03 sched_rr_get_interval03
660 sched_setparam01 sched_setparam01
661 sched_setparam02 sched_setparam02
662 sched_setparam03 sched_setparam03
663 sched_setparam04 sched_setparam04
664 sched_setparam05 sched_setparam05
666 sched_getscheduler01 sched_getscheduler01
667 sched_getscheduler02 sched_getscheduler02
669 sched_setscheduler01 sched_setscheduler01
670 sched_setscheduler02 sched_setscheduler02
672 sched_yield01 sched_yield01
674 select01 select01
675 select02 select02
676 select03 select03
678 semctl01 semctl01
679 semctl02 semctl02
680 semctl03 semctl03
681 semctl04 semctl04
682 semctl05 semctl05
683 semctl06 semctl06
684 semctl07 semctl07
686 semget01 semget01
687 semget02 semget02
688 semget03 semget03
689 semget05 semget05
690 semget06 semget06
692 semop01 semop01
693 semop02 semop02
694 semop03 semop03
695 semop04 semop04
696 semop05 semop05
698 send01 send01
700 sendfile02 sendfile02
701 sendfile03 sendfile03
703 sendmsg01 sendmsg01
705 sendto01 sendto01
707 setdomainname01 setdomainname01
708 setdomainname02 setdomainname02
709 setdomainname03 setdomainname03
711 setfsgid01 setfsgid01
712 setfsgid02 setfsgid02
713 setfsgid03 setfsgid03
715 setfsuid01 setfsuid01
716 setfsuid02 setfsuid02
717 setfsuid03 setfsuid03
718 setfsuid04 setfsuid04
720 setgid01 setgid01
721 setgid02 setgid02
722 setgid03 setgid03
724 setegid01 setegid01
726 setgroups01 setgroups01
727 setgroups02 setgroups02
728 setgroups03 setgroups03
729 setgroups04 setgroups04
731 sethostname01 sethostname01
732 sethostname02 sethostname02
733 sethostname03 sethostname03
735 setitimer01 setitimer01
736 setitimer02 setitimer02
737 setitimer03 setitimer03
739 setpgid01 setpgid01
740 setpgid02 setpgid02
741 setpgid03 setpgid03
743 setpgrp01 setpgrp01
744 setpgrp02 setpgrp02
746 setpriority01 setpriority01
747 setpriority02 setpriority02
748 setpriority03 setpriority03
749 setpriority04 setpriority04
750 setpriority05 setpriority05
752 setregid01 setregid01
753 setregid02 setregid02
754 setregid03 setregid03
755 setregid04 setregid04
757 setresgid01 setresgid01
758 setresgid02 setresgid02
759 setresgid03 setresgid03
761 setresuid01 setresuid01
762 setresuid02 setresuid02
763 setresuid03 setresuid03
764 setresuid04 setresuid04
766 setreuid01 setreuid01
767 setreuid02 setreuid02
768 setreuid03 setreuid03
769 setreuid04 setreuid04
770 setreuid05 setreuid05
771 setreuid06 setreuid06
772 setreuid07 setreuid07
774 setrlimit01 setrlimit01
775 setrlimit02 setrlimit02
776 setrlimit03 setrlimit03
778 setsid01 setsid01
780 setsockopt01 setsockopt01
782 settimeofday01 settimeofday01
783 settimeofday02 settimeofday02
785 setuid01 setuid01
786 setuid02 setuid02
787 setuid03 setuid03
788 setuid04 setuid04
790 shmat01 shmat01
791 shmat02 shmat02
792 shmat03 shmat03
794 shmctl01 shmctl01
795 shmctl02 shmctl02
796 shmctl03 shmctl03
797 shmctl04 shmctl04
799 shmdt01 shmdt01
800 shmdt02 shmdt02
802 shmget01 shmget01
803 shmget02 shmget02
804 shmget03 shmget03
805 shmget04 shmget04
806 shmget05 shmget05
808 sigaction01 sigaction01
809 sigaction02 sigaction02
811 sigaltstack01 sigaltstack01
812 sigaltstack02 sigaltstack02
815 sighold02 sighold02
817 signal01 signal01
818 signal02 signal02
819 signal03 signal03
820 signal04 signal04
821 signal05 signal05
823 sigpending02 sigpending02
825 sigprocmask01 sigprocmask01
827 sigrelse01 sigrelse01
829 sigsuspend01 sigsuspend01
832 socket01 socket01
834 socketcall01 socketcall01
835 socketcall02 socketcall02
836 socketcall03 socketcall03
837 socketcall04 socketcall04
839 socketpair01 socketpair01
841 sockioctl01 sockioctl01
843 stat01 stat01
844 stat02 stat02
845 stat03 stat03
846 stat04 symlink01 -T stat04
847 stat05 stat05
848 stat06 stat06
850 statfs01 statfs01
851 statfs02 statfs02
852 statfs03 statfs03
854 statvfs01 statvfs01
856 # This syscall is obsoleted by settimeofday.
857 #stime01 stime01
858 #stime02 stime02
860 string01 string01
862 swapoff01 swapoff01
863 swapoff02 swapoff02
865 swapon01 swapon01
866 swapon02 swapon02
867 swapon03 swapon03
869 symlink01 symlink01
870 symlink02 symlink02
871 symlink03 symlink03
872 symlink04 symlink04
873 symlink05 symlink05
875 sync01 sync01
876 sync02 sync02
878 syscall01 syscall01
880 sysconf01 sysconf01
882 sysctl01 sysctl01
883 sysctl03 sysctl03
884 sysctl04 sysctl04
885 sysctl05 sysctl05
887 sysfs01 sysfs01
888 sysfs02 sysfs02
889 sysfs03 sysfs03
890 sysfs04 sysfs04
891 sysfs05 sysfs05
892 sysfs06 sysfs06
894 sysinfo01 sysinfo01
895 sysinfo02 sysinfo02
897 syslog01 syslog01
898 syslog02 syslog02
899 syslog03 syslog03
900 syslog04 syslog04
901 syslog05 syslog05
902 syslog06 syslog06
903 syslog07 syslog07
904 syslog08 syslog08
905 syslog09 syslog09
906 syslog10 syslog10
907 syslog11 syslog11
908 syslog12 syslog12
910 # This syscall is obsoleted by gettimeofday.
911 # time01 time01
912 # time02 time02
914 times01 times01
915 times03 times03
917 truncate01 truncate01
918 truncate02 truncate02
919 truncate03 truncate03
920 truncate04 truncate04
922 # This syscall is obsolete.  The latest glibc does not even
923 # include the ulimit.h file anymore.  The test will fail
924 # because the error handling has been simplified.
926 # ulimit01 ulimit01
928 umask01 umask01
929 umask02 umask02
930 umask03 umask03
932 uname01 uname01
933 uname02 uname02
934 uname03 uname03
936 unlink01 symlink01 -T unlink01
937 unlink05 unlink05
938 unlink06 unlink06
939 unlink07 unlink07
940 unlink08 unlink08
943 # These tests require an unmounted block device
944 # to run correctly. Please see individual test
945 # code for more information.
947 #umount01 umount01 -D /dev/...
948 #umount02 umount02 -D /dev/...
949 #umount03 umount03 -D /dev/...
951 ustat01 ustat01
952 ustat02 ustat02
954 utime01 utime01
955 utime01A symlink01 -T utime01
956 utime02 utime02
957 utime03 utime03
958 utime04 utime04
959 utime05 utime05
960 utime06 utime06
962 vfork01 vfork01
963 vfork02 vfork02
965 vhangup01 vhangup01
966 vhangup02 vhangup02
968 wait02 wait02
970 wait401 wait401
971 wait402 wait402
973 waitpid01 waitpid01
974 waitpid02 waitpid02
975 waitpid03 waitpid03
976 waitpid04 waitpid04
977 waitpid05 waitpid05
978 waitpid06 waitpid06
979 waitpid07 waitpid07
980 waitpid08 waitpid08
981 waitpid09 waitpid09
982 waitpid10 waitpid10 5
983 waitpid11 waitpid11
984 waitpid12 waitpid12
985 waitpid13 waitpid13
987 write01 write01
988 write02 write02
989 write03 write03
990 write04 write04
991 write05 write05
993 writev01 writev01
994 writev02 writev02
995 writev03 writev03
996 writev04 writev04
997 writev05 writev05
998 writev06 writev06
1000 #DESCRIPTION:Memory Mgmt tests
1001 mm01 mmap001 -m 10000
1002 # 40 Mb mmap() test.
1003 # Creates a 10000 page mmap, touches all of the map, sync's it, and
1004 # munmap()s it.
1005 mm02 mmap001
1006 # simple mmap() test.
1007 #mm03 mmap001 -i 0 -I 1 -m 100
1008 # repetitive mmapping test.
1009 # Creates a one page map repetitively for one minute.
1011 mtest01 mtest01 -p80
1012 mtest01w mtest01 -p80 -w
1014 #test for race conditions
1015 mtest05 mmstress
1016 mtest06 mmap1 -x 0.05
1018 mem01 mem01
1019 mem02 mem02
1021 page01 page01
1022 page02 page02
1024 data_space data_space
1025 stack_space stack_space
1027 shmt02 shmt02
1028 shmt03 shmt03
1029 shmt04 shmt04
1030 shmt05 shmt05
1031 shmt06 shmt06
1032 shmt07 shmt07
1033 shmt08 shmt08
1034 shmt09 shmt09
1035 shmt10 shmt10
1037 #DESCRIPTION:Scheduler Stress Tests
1038 pth_str01 pth_str01
1039 pth_str02 pth_str02 -n1000
1040 pth_str03 pth_str03
1042 #DESCRIPTION:Native POSIX Thread Library (NPTL) Tests
1043 nptl01 nptl01
1045 #DESCRIPTION:Terminal type stress
1046 pty01 pty01
1047 ptem01 ptem01
1048 hangup01 hangup01
1050 #DESCRIPTION:Filesystem stress tests
1051 gf01 growfiles -W gf01 -b -e 1 -u -i 0 -L 20 -w -C 1 -l -I r -T 10 glseek20 glseek20.2
1052 gf02 growfiles -W gf02 -b -e 1 -L 10 -i 100 -I p -S 2 -u -f gf03_
1053 gf03 growfiles -W gf03 -b -e 1 -g 1 -i 1 -S 150 -u -f gf05_
1054 #gf04 growfiles -W gf04 -b -e 1 -g 4090 -i 500 -t 39000 -u -f gf06_
1055 #gf05 growfiles -W gf05 -b -e 1 -g 5000 -i 500 -t 49900 -T10 -c9 -I p -u -f gf07_
1056 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
1057 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
1058 #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
1059 #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
1060 gf10 growfiles -W gf10 -b -e 1 -u -r 1-5000 -i 0 -L 30 -C 1 -I l g_lio14 g_lio14.2
1061 gf11 growfiles -W gf11 -b -e 1 -u -r 1-5000 -i 0 -L 30 -C 1 -I L g_lio15 g_lio15.2
1062 gf12 mkfifo gffifo17; growfiles -b -W gf12 -e 1 -u -i 0 -L 30 gffifo17
1063 gf13 mkfifo gffifo18; growfiles -b -W gf13 -e 1 -u -i 0 -L 30 -I r -r 1-4096 gffifo18
1064 gf14 growfiles -W gf14 -b -e 1 -u -i 0 -L 20 -w -l -C 1 -T 10 glseek19 glseek19.2
1065 gf15 growfiles -W gf15 -b -e 1 -u -r 1-49600 -I r -u -i 0 -L 120 Lgfile1
1066 #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_
1067 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_
1068 gf18 growfiles -W gf18 -b -e 1 -i 0 -L 120 -w -u -r 10-5000 -I r -l -S 2 -f Lgf04_
1069 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_
1070 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-$$
1071 #gf21 growfiles -W gf21 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bld-$$
1072 #gf22 growfiles -W gf22 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bldf-$$
1073 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-$$
1074 gf24 growfiles -W gf24 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 gf-jbld-$$
1075 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-$$
1076 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-$$
1077 gf27 growfiles -W gf27 -b -D 0 -w -g 8b -C 1 -b -i 1000 -u gfsparse-1-$$
1078 #gf28 growfiles -W gf28 -b -D 0 -w -g 16b -C 1 -b -i 1000 -u gfsparse-2-$$
1079 #gf29 growfiles -W gf29 -b -D 0 -r 1-4096 -R 0-33554432 -i 0 -L 60 -C 1 -u gfsparse-3-$$
1080 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-$$
1081 rwtest01 export LTPROOT; rwtest.sh -N rwtest01 -c -q -i 60s  -f sync 10%25000:rw-sync-$$
1082 rwtest02 export LTPROOT; rwtest.sh -N rwtest02 -c -q -i 60s  -f buffered 10%25000:rw-buffered-$$
1083 rwtest03 export LTPROOT; rwtest.sh -N rwtest03 -c -q -i 60s -n 2  -f buffered -s mmread,mmwrite -m random -Dv 10%25000:mm-buff-$$
1084 rwtest04 export LTPROOT; rwtest.sh -N rwtest04 -c -q -i 60s -n 2  -f sync -s mmread,mmwrite -m random -Dv 10%25000:mm-sync-$$
1085 rwtest05 export LTPROOT; rwtest.sh -N rwtest05 -c -q -i 50 -T 64b 500b:/tmp/rwtest01%f