blob: 40a6d365b92435d3d6bef3bbd82605b68f941977 [file] [log] [blame]
robbiew1f254532003-03-28 22:07:58 +00001#DESCRIPTION:Kernel system calls
robbiew9c6f71e2003-03-14 16:01:51 +00002abort01 ulimit -c 1024;abort01
robbiewa807d042002-12-30 19:54:31 +00003
plarscc1b6f22001-09-05 20:37:07 +00004accept01 accept01
5
6access01 access01
7access02 access02
8access03 access03
9access04 access04
10access05 access05
11
robbiew9a9533a2002-12-04 18:00:27 +000012acct01 acct01
13acct02 acct02
14
robbiew5cb61922002-12-24 16:58:29 +000015adjtimex01 adjtimex01
16adjtimex02 adjtimex02
17
plarscc1b6f22001-09-05 20:37:07 +000018alarm01 alarm01
19alarm02 alarm02
20alarm03 alarm03
plarscc1b6f22001-09-05 20:37:07 +000021alarm05 alarm05
22alarm06 alarm06
23alarm07 alarm07
24
25asyncio02 asyncio02
26
27bind01 bind01
robbiew7b782792004-07-06 22:33:21 +000028bind02 bind02
plarscc1b6f22001-09-05 20:37:07 +000029
30brk01 brk01
31
robbiewc9831c92002-12-27 18:42:43 +000032capget01 capget01
33capget02 capget02
34
robbiewa5d67cb2003-01-01 20:44:12 +000035capset01 capset01
36capset02 capset02
37
plarscc1b6f22001-09-05 20:37:07 +000038chdir01 chdir01
39chdir01A symlink01 -T chdir01
40chdir02 chdir02
41chdir03 chdir03
42chdir04 chdir04
43
44chmod01 chmod01
45chmod01A symlink01 -T chmod01
46chmod02 chmod02
47chmod03 chmod03
48chmod04 chmod04
robbiewe71965a2002-08-16 16:48:17 +000049chmod05 cp -p $LTPROOT/testcases/bin/change_owner $TMP;chmod05
50chmod06 cp -p $LTPROOT/testcases/bin/change_owner $TMP;chmod06
plarscc1b6f22001-09-05 20:37:07 +000051chmod07 chmod07
52
53chown01 chown01
54chown02 chown02
plars6cf88ad2003-07-30 17:06:02 +000055chown03 export change_owner=$LTPROOT/testcases/bin/change_owner;chown03
robbiewe71965a2002-08-16 16:48:17 +000056chown04 cp -p $LTPROOT/testcases/bin/change_owner $TMP;chown04
plarscc1b6f22001-09-05 20:37:07 +000057chown05 chown05
58
59chroot01 chroot01
60chroot02 chroot02
61chroot03 chroot03
robbiewcfd67962002-05-03 15:51:20 +000062chroot04 chroot04
plarscc1b6f22001-09-05 20:37:07 +000063
robbiewe768ae32003-02-20 21:00:48 +000064
robbiew4da5e4a2002-11-18 20:38:59 +000065clone01 clone01
66clone02 clone02
67clone03 clone03
68clone04 clone04
69clone05 clone05
70clone06 clone06
robbiew3d354b62003-08-01 15:50:34 +000071clone07 clone07
robbiew4da5e4a2002-11-18 20:38:59 +000072
plarscc1b6f22001-09-05 20:37:07 +000073close01 close01
74close02 close02
75close08 close08
76
robbiew3d197e62002-12-04 18:06:18 +000077confstr01 confstr01
78
plarscc1b6f22001-09-05 20:37:07 +000079connect01 connect01
80
81creat01 creat01
82creat03 creat03
83creat04 creat04
84creat05 creat05
85creat06 creat06
robbiewe71965a2002-08-16 16:48:17 +000086creat07 creat07 -F $LTPROOT/testcases/bin/test1
robbiew4dff23d2002-12-30 20:09:58 +000087creat08 creat08
plarscc1b6f22001-09-05 20:37:07 +000088creat09 creat09
89
90dup01 dup01
91dup02 dup02
92dup03 dup03
93dup04 dup04
94dup05 dup05
robbiew6f0fc8b2003-01-09 16:23:00 +000095dup06 dup06
96dup07 dup07
plarscc1b6f22001-09-05 20:37:07 +000097
robbiew3d809452001-09-10 19:40:16 +000098dup201 dup201
plarscc1b6f22001-09-05 20:37:07 +000099dup202 dup202
100dup203 dup203
101dup204 dup204
robbiewefc51aa2002-12-30 20:21:52 +0000102dup205 dup205
plarscc1b6f22001-09-05 20:37:07 +0000103
104execl01 execl01
105execle01 execle01
106execlp01 execlp01
107
108execv01 execv01
109execve01 execve01
robbiewe71965a2002-08-16 16:48:17 +0000110execve02 execve02 -F $LTPROOT/testcases/bin/test3
robbiew5435f932001-09-10 19:56:00 +0000111execve03 execve03
robbiewe71965a2002-08-16 16:48:17 +0000112execve04 cp -f $LTPROOT/testcases/bin/test3 $TMP; execve04 -F test3
113execve05 execve05 -F $LTPROOT/testcases/bin/test3
114execve06 execve06 20 $LTPROOT/testcases/bin/execve06 $LTPROOT/testcases/bin/execve06 4
plarscc1b6f22001-09-05 20:37:07 +0000115execvp01 execvp01
116
117exit01 exit01
118exit02 exit02
119
vapier073ad122006-09-10 10:06:06 +0000120#faccessat test cases
121faccessat01 faccessat01
122
subrata_modak122c6032008-01-08 11:01:11 +0000123#fallocate test cases
124fallocate01 fallocate01
125fallocate02 fallocate02
126fallocate03 fallocate03
127
128#posix_fadvise test cases
subrata_modakbad4dde2007-11-22 13:58:24 +0000129posix_fadvise01 posix_fadvise01
130posix_fadvise01_64 posix_fadvise01_64
131posix_fadvise02 posix_fadvise02
132posix_fadvise02_64 posix_fadvise02_64
133posix_fadvise03 posix_fadvise03
134posix_fadvise03_64 posix_fadvise03_64
135posix_fadvise04 posix_fadvise04
136posix_fadvise04_64 posix_fadvise04_64
137
plarscc1b6f22001-09-05 20:37:07 +0000138fchdir01 fchdir01
139fchdir02 fchdir02
robbiewcfd67962002-05-03 15:51:20 +0000140fchdir03 fchdir03
plarscc1b6f22001-09-05 20:37:07 +0000141
142fchmod01 fchmod01
143fchmod02 fchmod02
144fchmod03 fchmod03
145fchmod04 fchmod04
robbiewe71965a2002-08-16 16:48:17 +0000146fchmod05 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchmod05
147fchmod06 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchmod06
plarscc1b6f22001-09-05 20:37:07 +0000148fchmod07 fchmod07
149
vapier6c81d772006-09-10 10:04:50 +0000150#fchmodat test cases
151fchmodat01 fchmodat01
152
plarscc1b6f22001-09-05 20:37:07 +0000153fchown01 fchown01
154fchown02 fchown02
robbiewe71965a2002-08-16 16:48:17 +0000155fchown03 cp -p $LTPROOT/testcases/bin/change_owner $TMP;fchown03
plars6cf88ad2003-07-30 17:06:02 +0000156fchown04 export change_owner=$LTPROOT/testcases/bin/change_owner;fchown04
plarscc1b6f22001-09-05 20:37:07 +0000157fchown05 fchown05
158
vapier032481e2006-08-24 00:24:45 +0000159#fchownat test case
160fchownat01 fchownat01
161
robbiew91f51982001-09-11 16:48:47 +0000162fcntl01 fcntl01
plarscc1b6f22001-09-05 20:37:07 +0000163fcntl02 fcntl02
164fcntl03 fcntl03
165fcntl04 fcntl04
166fcntl05 fcntl05
167fcntl06 fcntl06
168fcntl07 fcntl07
169fcntl07B fcntl07B
170fcntl08 fcntl08
171fcntl09 fcntl09
172fcntl10 fcntl10
plars6b8cccf2001-09-25 15:26:11 +0000173fcntl11 fcntl11
174fcntl12 fcntl12
175fcntl13 fcntl13
176fcntl14 fcntl14
177fcntl15 fcntl15
robbiew869e9a42005-02-24 22:32:45 +0000178#fcntl16 fcntl16 #Contains errors.
plars6b8cccf2001-09-25 15:26:11 +0000179fcntl17 fcntl17
180fcntl18 fcntl18
181fcntl19 fcntl19
182fcntl20 fcntl20
183fcntl21 fcntl21
robbiew25ae5452004-03-02 22:55:42 +0000184fcntl22 fcntl22
185fcntl23 fcntl23
robbiew7937de62005-05-10 18:15:42 +0000186fcntl24 fcntl24
187fcntl25 fcntl25
188fcntl26 fcntl26
mreed10112fa152006-05-15 17:49:45 +0000189# The tests for these system calls fcntl27 and fcntl28 are temporarily being disabled
190# fcntl27 fcntl27
191# fcntl28 fcntl28
plarscc1b6f22001-09-05 20:37:07 +0000192
robbiew3a6f12b2002-12-20 17:13:14 +0000193fdatasync01 fdatasync01
194fdatasync02 fdatasync02
195
robbiewffd39942002-12-02 18:24:37 +0000196flock01 flock01
197flock02 flock02
plars74693462002-12-03 23:05:29 +0000198flock03 flock03
robbiewd7a33fa2002-12-26 20:23:29 +0000199flock04 flock04
200flock05 flock05
robbiew4483a712003-03-03 16:23:16 +0000201flock06 flock06
robbiewffd39942002-12-02 18:24:37 +0000202
robbiewdc44d2e2002-12-30 21:32:36 +0000203fmtmsg01 fmtmsg01
204
plarscc1b6f22001-09-05 20:37:07 +0000205fork01 fork01
206fork02 fork02
207fork03 fork03
208fork04 fork04
209fork05 fork05
210fork06 fork06
211fork07 fork07
212fork08 fork08
213fork09 fork09
plars6b8cccf2001-09-25 15:26:11 +0000214fork10 fork10
215fork11 fork11
plarscc1b6f22001-09-05 20:37:07 +0000216
217fpathconf01 fpathconf01
218
219fstat01 fstat01
220fstat02 fstat02
221fstat03 fstat03
222fstat04 fstat04
robbiew89572422002-06-05 15:35:34 +0000223fstat05 fstat05
plarscc1b6f22001-09-05 20:37:07 +0000224
vapierd2816c42006-08-24 04:20:05 +0000225#fstatat64/newfstatat test cases
226fstatat01 fstatat01
227
plarscc1b6f22001-09-05 20:37:07 +0000228fstatfs01 fstatfs01
229fstatfs02 fstatfs02
230
231fsync01 fsync01
232fsync02 fsync02
233fsync03 fsync03
234
235ftruncate01 ftruncate01
236ftruncate02 ftruncate02
robbiewe0147e92001-09-12 15:48:14 +0000237ftruncate03 ftruncate03
robbiew41b19692003-01-16 16:03:48 +0000238ftruncate04 ftruncate04
plarscc1b6f22001-09-05 20:37:07 +0000239
vapier6eeb1512006-08-24 04:18:31 +0000240#futimesat test cases
241futimesat01 futimesat01
242
robbiewaf04f6e2005-05-26 20:42:13 +0000243getcontext01 getcontext01
244
plarscc1b6f22001-09-05 20:37:07 +0000245getcwd01 getcwd01
246getcwd02 getcwd02
247getcwd03 getcwd03
248
249getdents01 getdents01
250getdents02 getdents02
251getdents03 getdents03
252getdents04 getdents04
plarscc1b6f22001-09-05 20:37:07 +0000253
robbiew83987632002-11-18 20:54:44 +0000254getdomainname01 getdomainname01
255
robbiew41b868b2005-05-26 19:07:12 +0000256getdtablesize01 getdtablesize01
257
plarscc1b6f22001-09-05 20:37:07 +0000258getegid01 getegid01
259
260geteuid01 geteuid01
261
262getgid01 getgid01
263getgid02 getgid02
264getgid03 getgid03
265
266getgroups01 getgroups01
267getgroups02 getgroups02
268getgroups03 getgroups03
269getgroups04 getgroups04
270
271gethostid01 gethostid01
272
273gethostname01 gethostname01
274
275getitimer01 getitimer01
276getitimer02 getitimer02
277getitimer03 getitimer03
278
robbiew7ba4dfb2005-04-12 22:23:09 +0000279getpagesize01 getpagesize01
280
plarscc1b6f22001-09-05 20:37:07 +0000281getpeername01 getpeername01
282
283getpgid01 getpgid01
284getpgid02 getpgid02
285
286getpgrp01 getpgrp01
287
288getpid01 getpid01
289getpid02 getpid02
290
291getppid01 getppid01
292getppid02 getppid02
293
294getpriority01 getpriority01
295getpriority02 getpriority02
296
297getresgid01 getresgid01
298getresgid02 getresgid02
299getresgid03 getresgid03
300
301getresuid01 getresuid01
302getresuid02 getresuid02
303getresuid03 getresuid03
304
robbiew3dde45d2003-01-08 16:33:11 +0000305getrlimit01 getrlimit01
306getrlimit02 getrlimit02
307
robbiewaa7c2cc2002-12-16 21:22:09 +0000308getrusage01 getrusage01
309getrusage02 getrusage02
310
plarscc1b6f22001-09-05 20:37:07 +0000311getsid01 getsid01
312getsid02 getsid02
313
314getsockname01 getsockname01
315
316getsockopt01 getsockopt01
317
subrata_modakcd6dc3f2008-06-17 14:19:27 +0000318gettid01 gettid01
319
plarscc1b6f22001-09-05 20:37:07 +0000320gettimeofday01 gettimeofday01
nstraz5abf9a92002-05-23 15:39:06 +0000321gettimeofday02 gettimeofday02
plarscc1b6f22001-09-05 20:37:07 +0000322
323getuid01 getuid01
324getuid02 getuid02
325getuid03 getuid03
326
robbiewd1e38432003-07-10 16:42:12 +0000327#Needs tty device.
328#ioctl01 ioctl01 -D /dev/tty0
329#ioctl02 ioctl02 -D /dev/tty0
plarscc1b6f22001-09-05 20:37:07 +0000330
subrata_modak9afc5e52007-05-28 10:48:27 +0000331inotify01 inotify01
332inotify02 inotify02
333
robbiew2db8c7e2003-01-01 20:50:36 +0000334ioperm01 ioperm01
335ioperm02 ioperm02
336
robbiew6f9ec432002-12-30 18:08:19 +0000337iopl01 iopl01
338iopl02 iopl02
339
subrata_modak06e466f2008-06-26 13:27:17 +0000340io_cancel01 run-io_cancel.sh
subrata_modakc5792c92008-07-11 20:21:42 +0000341io_destroy01 run-io_destroy.sh
342io_getevents01 run-io_getevents.sh
343io_setup01 run-io_setup.sh
344io_submit01 run-io_submit.sh
subrata_modak06e466f2008-06-26 13:27:17 +0000345
plarscc1b6f22001-09-05 20:37:07 +0000346kill01 kill01
347kill02 kill02
348kill03 kill03
349kill04 kill04
350kill05 kill05
351kill06 kill06
352kill07 kill07
353kill08 kill08
354kill09 kill09
355kill10 kill10
robbiewed3dbbf2003-03-14 15:58:53 +0000356kill11 ulimit -c 1024;kill11
robbiewe237cd32002-12-31 21:21:45 +0000357kill12 kill12
robbiew9f0e6782003-04-15 17:59:51 +0000358
plarscc1b6f22001-09-05 20:37:07 +0000359lchown01 lchown01
robbiewe71965a2002-08-16 16:48:17 +0000360lchown02 cp -p $LTPROOT/testcases/bin/create_link $TMP; lchown02
plarscc1b6f22001-09-05 20:37:07 +0000361
362link01 symlink01 -T link01
363link02 link02
364link03 link03
365link04 link04
366link05 link05
robbiew724848a2002-07-08 16:41:55 +0000367link06 link06
robbiew6bc7e2d2002-07-08 16:47:09 +0000368link07 link07
plarscc1b6f22001-09-05 20:37:07 +0000369
vapieraab2ac02006-09-10 09:59:08 +0000370#linkat test cases
371linkat01 linkat01
372
plarscc1b6f22001-09-05 20:37:07 +0000373listen01 listen01
374
375llseek01 llseek01
376llseek02 llseek02
377
378lseek01 lseek01
379lseek02 lseek02
380lseek03 lseek03
381lseek04 lseek04
382lseek05 lseek05
383lseek06 lseek06
384lseek07 lseek07
385lseek08 lseek08
386lseek09 lseek09
387lseek10 lseek10
388
389lstat01A symlink01 -T lstat01
390lstat01 lstat01
391lstat02 lstat02
robbiewefafa932001-09-12 17:02:12 +0000392lstat03 lstat03
plarscc1b6f22001-09-05 20:37:07 +0000393
robbiew2c012d72003-01-03 21:00:43 +0000394mallopt01 mallopt01
395
robbiew35bd5872003-01-03 20:17:28 +0000396memset01 memset01
robbiew844c8a72003-01-03 20:40:22 +0000397memcmp01 memcmp01
robbiewc6219fd2003-01-03 20:33:32 +0000398memcpy01 memcpy01
robbiew35bd5872003-01-03 20:17:28 +0000399
robbiewb284c112002-11-26 17:24:44 +0000400mlockall01 mlockall01
401mlockall02 mlockall02
robbiewe972ba52005-05-26 19:16:49 +0000402mlockall03 mlockall03
robbiewb284c112002-11-26 17:24:44 +0000403
plarscc1b6f22001-09-05 20:37:07 +0000404mkdir01 mkdir01
405mkdir02 mkdir02
406mkdir03 mkdir03
407mkdir04 mkdir04
robbiewefafa932001-09-12 17:02:12 +0000408mkdir05 mkdir05
plarscc1b6f22001-09-05 20:37:07 +0000409mkdir05A symlink01 -T mkdir05
410mkdir08 mkdir08
robbiewbd756502002-12-04 23:16:31 +0000411mkdir09 mkdir09
plarscc1b6f22001-09-05 20:37:07 +0000412
vapierdfa737c2006-08-24 00:20:29 +0000413#mkdirat test cases
414mkdirat01 mkdir01
415
plarscc1b6f22001-09-05 20:37:07 +0000416mknod01 mknod01
417mknod02 mknod02
418mknod03 mknod03
419mknod04 mknod04
420mknod05 mknod05
421mknod06 mknod06
422mknod07 mknod07
423mknod08 mknod08
robbiew61786512002-06-10 14:59:05 +0000424mknod09 mknod09
plarscc1b6f22001-09-05 20:37:07 +0000425
vapierd780ff62006-08-24 00:23:08 +0000426#mknodat test cases
427mknodat01 mknodat01
428
plarsbd2bbbd2002-06-13 22:16:13 +0000429mlock01 mlock01
430mlock02 mlock02
431
plarscc1b6f22001-09-05 20:37:07 +0000432qmm01 mmap001 -m 1
433mmap01 mmap01
434mmap02 mmap02
435mmap03 mmap03
436mmap04 mmap04
437mmap05 mmap05
438mmap06 mmap06
439mmap07 mmap07
440mmap08 mmap08
plars11556692003-04-09 20:26:41 +0000441mmap09 mmap09
plarscc1b6f22001-09-05 20:37:07 +0000442
robbiew835d5a42001-09-12 18:39:10 +0000443modify_ldt01 modify_ldt01
plarscc1b6f22001-09-05 20:37:07 +0000444modify_ldt02 modify_ldt02
445
robbiew080c2192002-11-26 21:12:07 +0000446#
447# These tests require an unmounted block device
448# to run correctly. Please see individual test
449# code for more information.
450#
451#mount01 mount01 -D /dev/...
452#mount02 mount02 -D /dev/...
453#mount03 mount03 -D /dev/...
454#mount04 mount04 -D /dev/...
455
subrata_modak8dfa1b32008-07-26 04:15:36 +0000456move_pages01 move_pages.sh 01
457move_pages02 move_pages.sh 02
458move_pages03 move_pages.sh 03
459move_pages04 move_pages.sh 04
460move_pages05 move_pages.sh 05
461move_pages06 move_pages.sh 06
462move_pages07 move_pages.sh 07
463move_pages08 move_pages.sh 08
464move_pages09 move_pages.sh 09
465move_pages10 move_pages.sh 10
466move_pages11 move_pages.sh 11
467
plarscc1b6f22001-09-05 20:37:07 +0000468mprotect01 mprotect01
469mprotect02 mprotect02
470mprotect03 mprotect03
471
472mremap01 mremap01
473mremap02 mremap02
474mremap03 mremap03
475mremap04 mremap04
476
477msgctl01 msgctl01
478msgctl02 msgctl02
479msgctl03 msgctl03
robbiew4a6976c2001-09-12 19:00:24 +0000480msgctl04 msgctl04
plarscc1b6f22001-09-05 20:37:07 +0000481msgctl05 msgctl05
robbiew577ff1a2002-12-05 20:12:28 +0000482msgctl06 msgctl06
483msgctl07 msgctl07
484msgctl08 msgctl08
485msgctl09 msgctl09
plarscc1b6f22001-09-05 20:37:07 +0000486
487msgget01 msgget01
488msgget02 msgget02
489msgget03 msgget03
robbiew4a6976c2001-09-12 19:00:24 +0000490msgget04 msgget04
plarscc1b6f22001-09-05 20:37:07 +0000491
492msgrcv01 msgrcv01
robbiew4a6976c2001-09-12 19:00:24 +0000493msgrcv02 msgrcv02
plarscc1b6f22001-09-05 20:37:07 +0000494msgrcv03 msgrcv03
495msgrcv04 msgrcv04
496msgrcv05 msgrcv05
497msgrcv06 msgrcv06
498
499msgsnd01 msgsnd01
robbiew4a6976c2001-09-12 19:00:24 +0000500msgsnd02 msgsnd02
plarscc1b6f22001-09-05 20:37:07 +0000501msgsnd03 msgsnd03
502msgsnd04 msgsnd04
503msgsnd05 msgsnd05
504msgsnd06 msgsnd06
505
506msync01 msync01
507msync02 msync02
508msync03 msync03
509msync04 msync04
510msync05 msync05
511
robbiew3e8143e2002-12-02 18:01:15 +0000512munlock01 munlock01
513munlock02 munlock02
514
robbiew5d74ee32002-12-24 17:08:11 +0000515munlockall01 munlockall01
516munlockall02 munlockall02
517
plarscc1b6f22001-09-05 20:37:07 +0000518munmap01 munmap01
519munmap02 munmap02
520munmap03 munmap03
521
522nanosleep01 nanosleep01
523nanosleep02 nanosleep02
524nanosleep03 nanosleep03
525nanosleep04 nanosleep04
526
robbiewfd1cff32002-12-04 18:33:09 +0000527nftw01 nftw01
528nftw6401 nftw6401
529
plarscc1b6f22001-09-05 20:37:07 +0000530nice01 nice01
531nice02 nice02
532nice03 nice03
robbiew4a6976c2001-09-12 19:00:24 +0000533nice04 nice04
plarscc1b6f22001-09-05 20:37:07 +0000534nice05 nice05
535
536open01 open01
537open01A symlink01 -T open01
538open02 open02
539open03 open03
540open04 open04
541open05 open05
542open06 open06
543open07 open07
robbiew4a6976c2001-09-12 19:00:24 +0000544open08 open08
robbiewa2d47322002-12-31 21:58:11 +0000545open09 open09
robbiew3a77e6e2003-01-06 20:43:47 +0000546open10 open10
plarscc1b6f22001-09-05 20:37:07 +0000547
vapier4aaf10b2006-08-24 01:57:40 +0000548#openat test cases
549openat01 openat01
550
mridgeee9951a2004-08-24 18:42:52 +0000551mincore01 mincore01
552#mincore02 mincore02 currently hangs and does not exit correctly
553madvise01 madvise01
554madvise02 madvise02
555
plarscc1b6f22001-09-05 20:37:07 +0000556pathconf01 pathconf01
557
558pause01 pause01
559pause02 pause02
560pause03 pause03
561
robbiewe493ffb2003-12-16 17:23:24 +0000562# The personality() system call is poorly documented
563# and difficult to figure out how to use by looking
564# at the different architecture specific kernel files.
565#personality01 personality01
566#personality02 personality02
plarscc1b6f22001-09-05 20:37:07 +0000567
568pipe01 pipe01
robbiew906d4682003-01-06 17:23:07 +0000569pipe02 pipe02
570pipe03 pipe03
571pipe04 pipe04
plarscc1b6f22001-09-05 20:37:07 +0000572pipe05 pipe05
573pipe06 pipe06
robbiew906d4682003-01-06 17:23:07 +0000574pipe07 pipe07
plarscc1b6f22001-09-05 20:37:07 +0000575pipe08 pipe08
576pipe09 pipe09
577pipe10 pipe10
578pipe11 pipe11
579
580poll01 poll01
581
robbiewea1ca882002-12-19 19:06:19 +0000582prctl01 prctl01
583prctl02 prctl02
robbiewea1ca882002-12-19 19:06:19 +0000584
plarscc1b6f22001-09-05 20:37:07 +0000585pread01 pread01
586pread02 pread02
robbiewcfd67962002-05-03 15:51:20 +0000587pread03 pread03
plarscc1b6f22001-09-05 20:37:07 +0000588
robbiew4f33e5d2002-12-31 22:12:26 +0000589profil01 profil01
590
robbiew3815a9d2005-05-26 15:40:47 +0000591pselect01 pselect01
592
robbiew7aaab4f2002-12-19 18:21:31 +0000593ptrace01 ptrace01
594ptrace02 ptrace02
595ptrace03 ptrace03
596
plarscc1b6f22001-09-05 20:37:07 +0000597pwrite01 pwrite01
robbiew7da6f532001-09-12 21:41:14 +0000598pwrite02 pwrite02
robbiewcfd67962002-05-03 15:51:20 +0000599pwrite03 pwrite03
robbiew3c658152003-01-07 21:50:34 +0000600pwrite04 pwrite04
plarscc1b6f22001-09-05 20:37:07 +0000601
robbiew63cf8532003-02-20 20:42:12 +0000602
plarscc1b6f22001-09-05 20:37:07 +0000603read01 read01
604read02 read02
605read03 read03
606read04 read04
607
608readdir01 readdir01
robbiewcfd67962002-05-03 15:51:20 +0000609readdir02 readdir02
plarscc1b6f22001-09-05 20:37:07 +0000610
611readlink01A symlink01 -T readlink01
plars9d84a3b2001-09-25 16:05:38 +0000612readlink01 readlink01
plarscc1b6f22001-09-05 20:37:07 +0000613readlink02 readlink02
robbiewf1cd2d52001-09-10 21:15:34 +0000614readlink03 readlink03
robbiewe71965a2002-08-16 16:48:17 +0000615readlink04 cp -f $LTPROOT/testcases/bin/creat_slink $TMP; readlink04
plarscc1b6f22001-09-05 20:37:07 +0000616
vapier8a63ecb2006-09-10 10:03:21 +0000617#readlinkat test cases
618readlinkat01 readlinkat01
619
plarscc1b6f22001-09-05 20:37:07 +0000620readv01 readv01
621readv02 readv02
robbiewcd243f22002-05-21 17:06:02 +0000622readv03 readv03
plarscc1b6f22001-09-05 20:37:07 +0000623
robbiew4e03a3c2002-12-24 17:15:09 +0000624reboot01 reboot01
625reboot02 reboot02
626
robbiew2b3dc622001-09-10 19:33:45 +0000627recv01 recv01
plarscc1b6f22001-09-05 20:37:07 +0000628
robbiew3b67df92001-09-13 16:36:25 +0000629recvfrom01 recvfrom01
plarscc1b6f22001-09-05 20:37:07 +0000630
robbiew3b67df92001-09-13 16:36:25 +0000631recvmsg01 recvmsg01
plarscc1b6f22001-09-05 20:37:07 +0000632
subrata_modakfcfd1602007-10-17 14:33:24 +0000633remap_file_pages01 remap_file_pages01
subrata_modakbf831b52007-10-25 14:20:10 +0000634remap_file_pages02 remap_file_pages02
subrata_modakfcfd1602007-10-17 14:33:24 +0000635
plarscc1b6f22001-09-05 20:37:07 +0000636rename01 rename01
637rename01A symlink01 -T rename01
638rename02 rename02
639rename03 rename03
640rename04 rename04
641rename05 rename05
642rename06 rename06
643rename07 rename07
644rename08 rename08
robbiew528f4282001-09-18 17:10:50 +0000645rename09 rename09
plarscc1b6f22001-09-05 20:37:07 +0000646rename10 rename10
robbiew528f4282001-09-18 17:10:50 +0000647rename12 rename12
plarscc1b6f22001-09-05 20:37:07 +0000648rename13 rename13
robbiew717b4302002-12-04 18:40:58 +0000649rename14 rename14
plarscc1b6f22001-09-05 20:37:07 +0000650
vapierb0493c82006-09-10 09:57:28 +0000651#renameat test cases
652renameat01 renameat01
653
plarscc1b6f22001-09-05 20:37:07 +0000654rmdir01 rmdir01
robbiewed0977d2001-09-13 19:04:48 +0000655rmdir02 rmdir02
plarscc1b6f22001-09-05 20:37:07 +0000656rmdir03 rmdir03
657rmdir03A symlink01 -T rmdir03
658rmdir04 rmdir04
659rmdir05 rmdir05
660
661sbrk01 sbrk01
662
plarsfb9883e2002-12-06 22:57:32 +0000663sched_get_priority_max01 sched_get_priority_max01
664sched_get_priority_max02 sched_get_priority_max02
665
666sched_get_priority_min01 sched_get_priority_min01
667sched_get_priority_min02 sched_get_priority_min02
668
669sched_getparam01 sched_getparam01
670sched_getparam02 sched_getparam02
671sched_getparam03 sched_getparam03
672
robbiew5d7ec242002-12-24 16:51:53 +0000673sched_rr_get_interval01 sched_rr_get_interval01
674sched_rr_get_interval02 sched_rr_get_interval02
675sched_rr_get_interval03 sched_rr_get_interval03
676
plarsfb9883e2002-12-06 22:57:32 +0000677sched_setparam01 sched_setparam01
678sched_setparam02 sched_setparam02
679sched_setparam03 sched_setparam03
680sched_setparam04 sched_setparam04
681sched_setparam05 sched_setparam05
682
plarscc1b6f22001-09-05 20:37:07 +0000683sched_getscheduler01 sched_getscheduler01
684sched_getscheduler02 sched_getscheduler02
685
686sched_setscheduler01 sched_setscheduler01
687sched_setscheduler02 sched_setscheduler02
688
689sched_yield01 sched_yield01
690
691select01 select01
692select02 select02
693select03 select03
694
695semctl01 semctl01
robbiewed0977d2001-09-13 19:04:48 +0000696semctl02 semctl02
plarscc1b6f22001-09-05 20:37:07 +0000697semctl03 semctl03
plarsfea01722002-01-21 20:27:31 +0000698semctl04 semctl04
plarscc1b6f22001-09-05 20:37:07 +0000699semctl05 semctl05
robbiewbc5f6662002-12-05 20:23:49 +0000700semctl06 semctl06
701semctl07 semctl07
plarscc1b6f22001-09-05 20:37:07 +0000702
703semget01 semget01
704semget02 semget02
705semget03 semget03
706semget05 semget05
707semget06 semget06
708
709semop01 semop01
710semop02 semop02
711semop03 semop03
712semop04 semop04
713semop05 semop05
714
715send01 send01
716
plarscc1b6f22001-09-05 20:37:07 +0000717sendfile02 sendfile02
subrata_modakb752e852007-11-28 11:20:03 +0000718sendfile02_64 sendfile02_64
robbiew281272a2001-09-25 17:28:40 +0000719sendfile03 sendfile03
subrata_modakb752e852007-11-28 11:20:03 +0000720sendfile03_64 sendfile03_64
721sendfile04 sendfile04
722sendfile04_64 sendfile04_64
subrata_modak498546d2007-12-05 08:44:26 +0000723sendfile05 sendfile05
724sendfile05_64 sendfile05_64
725sendfile06 sendfile06
726sendfile06_64 sendfile06_64
727sendfile07 sendfile07
728sendfile07_64 sendfile07_64
subrata_modakb752e852007-11-28 11:20:03 +0000729
plarscc1b6f22001-09-05 20:37:07 +0000730
731sendmsg01 sendmsg01
732
733sendto01 sendto01
734
plarsd758be32002-11-01 15:59:31 +0000735setdomainname01 setdomainname01
736setdomainname02 setdomainname02
737setdomainname03 setdomainname03
738
plarscc1b6f22001-09-05 20:37:07 +0000739setfsgid01 setfsgid01
mridgedf9ae7e2004-05-21 14:51:40 +0000740setfsgid02 setfsgid02
741setfsgid03 setfsgid03
plarscc1b6f22001-09-05 20:37:07 +0000742
743setfsuid01 setfsuid01
mridgedf9ae7e2004-05-21 14:51:40 +0000744setfsuid02 setfsuid02
745setfsuid03 setfsuid03
plarscc1b6f22001-09-05 20:37:07 +0000746
747setgid01 setgid01
subrata_modakda53b082008-08-04 12:06:21 +0000748setgid01_16 setgid01_16
plarscc1b6f22001-09-05 20:37:07 +0000749setgid02 setgid02
subrata_modakda53b082008-08-04 12:06:21 +0000750setgid02_16 setgid02_16
plarscc1b6f22001-09-05 20:37:07 +0000751setgid03 setgid03
subrata_modakda53b082008-08-04 12:06:21 +0000752setgid03_16 setgid03_16
plarscc1b6f22001-09-05 20:37:07 +0000753
robbiew26e72a02003-04-08 15:40:07 +0000754setegid01 setegid01
755
plarscc1b6f22001-09-05 20:37:07 +0000756setgroups01 setgroups01
757setgroups02 setgroups02
758setgroups03 setgroups03
robbiew89572422002-06-05 15:35:34 +0000759setgroups04 setgroups04
plarscc1b6f22001-09-05 20:37:07 +0000760
plars2be4eff2002-11-01 15:44:39 +0000761sethostname01 sethostname01
762sethostname02 sethostname02
763sethostname03 sethostname03
764
plarscc1b6f22001-09-05 20:37:07 +0000765setitimer01 setitimer01
766setitimer02 setitimer02
767setitimer03 setitimer03
768
769setpgid01 setpgid01
770setpgid02 setpgid02
771setpgid03 setpgid03
772
773setpgrp01 setpgrp01
774setpgrp02 setpgrp02
775
776setpriority01 setpriority01
777setpriority02 setpriority02
778setpriority03 setpriority03
779setpriority04 setpriority04
780setpriority05 setpriority05
781
782setregid01 setregid01
robbiew2b3dc622001-09-10 19:33:45 +0000783setregid02 setregid02
784setregid03 setregid03
785setregid04 setregid04
plarscc1b6f22001-09-05 20:37:07 +0000786
robbiew802eb8b2002-12-27 18:47:45 +0000787setresgid01 setresgid01
788setresgid02 setresgid02
789setresgid03 setresgid03
790
robbiew2b3dc622001-09-10 19:33:45 +0000791setresuid01 setresuid01
792setresuid02 setresuid02
robbiewd295c942001-09-13 19:41:59 +0000793setresuid03 setresuid03
plarscc1b6f22001-09-05 20:37:07 +0000794
795setreuid01 setreuid01
robbiew2b3dc622001-09-10 19:33:45 +0000796setreuid02 setreuid02
plarscc1b6f22001-09-05 20:37:07 +0000797setreuid03 setreuid03
798setreuid04 setreuid04
799setreuid05 setreuid05
800setreuid06 setreuid06
801
802setrlimit01 setrlimit01
robbiew04dcae82001-09-13 19:52:02 +0000803setrlimit02 setrlimit02
plarscc1b6f22001-09-05 20:37:07 +0000804setrlimit03 setrlimit03
805
806setsid01 setsid01
807
808setsockopt01 setsockopt01
809
810settimeofday01 settimeofday01
811settimeofday02 settimeofday02
812
813setuid01 setuid01
814setuid02 setuid02
815setuid03 setuid03
816
817shmat01 shmat01
818shmat02 shmat02
819shmat03 shmat03
820
821shmctl01 shmctl01
822shmctl02 shmctl02
823shmctl03 shmctl03
plars7ce00c22002-09-30 19:59:58 +0000824shmctl04 shmctl04
plarscc1b6f22001-09-05 20:37:07 +0000825
robbiew2b3dc622001-09-10 19:33:45 +0000826shmdt01 shmdt01
robbiew04dcae82001-09-13 19:52:02 +0000827shmdt02 shmdt02
plarscc1b6f22001-09-05 20:37:07 +0000828
829shmget01 shmget01
830shmget02 shmget02
831shmget03 shmget03
robbiew0c0847c2001-09-13 20:23:54 +0000832shmget04 shmget04
plarscc1b6f22001-09-05 20:37:07 +0000833shmget05 shmget05
834
835sigaction01 sigaction01
robbiew0c0847c2001-09-13 20:23:54 +0000836sigaction02 sigaction02
robbiewee78cc52003-02-24 19:26:42 +0000837
plarscc1b6f22001-09-05 20:37:07 +0000838sigaltstack01 sigaltstack01
839sigaltstack02 sigaltstack02
840
robbiew2845acb2003-02-24 19:38:01 +0000841
plarscc1b6f22001-09-05 20:37:07 +0000842sighold02 sighold02
robbiew7cd714b2003-02-24 22:15:40 +0000843
plarscc1b6f22001-09-05 20:37:07 +0000844signal01 signal01
845signal02 signal02
846signal03 signal03
847signal04 signal04
848signal05 signal05
849
robbiew1a228e02003-02-21 22:14:33 +0000850sigpending02 sigpending02
851
plarscc1b6f22001-09-05 20:37:07 +0000852sigprocmask01 sigprocmask01
853
854sigrelse01 sigrelse01
855
856sigsuspend01 sigsuspend01
857
robbiewf01a9002003-04-15 17:42:39 +0000858
plarscc1b6f22001-09-05 20:37:07 +0000859socket01 socket01
860
robbiewe7c06512003-01-02 16:00:05 +0000861socketcall01 socketcall01
862socketcall02 socketcall02
863socketcall03 socketcall03
864socketcall04 socketcall04
865
plarscc1b6f22001-09-05 20:37:07 +0000866socketpair01 socketpair01
867
868sockioctl01 sockioctl01
869
vapierc033f492006-08-21 07:44:43 +0000870#splice test
871splice01 splice01
872tee01 tee01
873
plarscc1b6f22001-09-05 20:37:07 +0000874stat01 stat01
875stat02 stat02
876stat03 stat03
877stat04 symlink01 -T stat04
878stat05 stat05
879stat06 stat06
880
881statfs01 statfs01
882statfs02 statfs02
robbiew89572422002-06-05 15:35:34 +0000883statfs03 statfs03
plarscc1b6f22001-09-05 20:37:07 +0000884
robbiew783bc452005-08-31 21:31:27 +0000885statvfs01 statvfs01
886
robbiewa30214a2003-11-26 15:35:15 +0000887# This syscall is obsoleted by settimeofday.
plarsfd011592002-08-30 19:14:12 +0000888#stime01 stime01
robbiewa30214a2003-11-26 15:35:15 +0000889#stime02 stime02
plarscc1b6f22001-09-05 20:37:07 +0000890
robbiewc58f59a2002-12-31 22:43:14 +0000891string01 string01
892
robbiew0abc81f2003-01-02 16:45:29 +0000893swapoff01 swapoff01
894swapoff02 swapoff02
895
robbiewbea33222004-08-25 23:26:48 +0000896swapon01 swapon01
897swapon02 swapon02
subrata_modak413ec142007-08-28 07:17:29 +0000898swapon03 swapon03
robbiewdcc848e2003-01-02 21:03:35 +0000899
plarscc1b6f22001-09-05 20:37:07 +0000900symlink01 symlink01
901symlink02 symlink02
robbiew90996112001-09-13 20:31:13 +0000902symlink03 symlink03
plarscc1b6f22001-09-05 20:37:07 +0000903symlink04 symlink04
904symlink05 symlink05
905
vapier460557a2006-09-10 10:00:38 +0000906#symlinkat test cases
907symlinkat01 symlinkat01
908
plarscc1b6f22001-09-05 20:37:07 +0000909sync01 sync01
910sync02 sync02
911
robbiew35c803d2002-12-31 22:53:23 +0000912syscall01 syscall01
913
robbiewed1fe5e2002-12-04 19:06:19 +0000914sysconf01 sysconf01
915
plarscc1b6f22001-09-05 20:37:07 +0000916sysctl01 sysctl01
917sysctl03 sysctl03
918sysctl04 sysctl04
919sysctl05 sysctl05
920
robbiewdb26b082002-12-26 20:48:35 +0000921sysfs01 sysfs01
922sysfs02 sysfs02
923sysfs03 sysfs03
924sysfs04 sysfs04
925sysfs05 sysfs05
926sysfs06 sysfs06
927
plarscc1b6f22001-09-05 20:37:07 +0000928sysinfo01 sysinfo01
929sysinfo02 sysinfo02
930
robbiew564db0e2002-12-09 23:21:23 +0000931syslog01 syslog01
932syslog02 syslog02
933syslog03 syslog03
934syslog04 syslog04
935syslog05 syslog05
936syslog06 syslog06
937syslog07 syslog07
938syslog08 syslog08
939syslog09 syslog09
940syslog10 syslog10
robbiewee4e4fb2003-04-03 15:53:36 +0000941syslog11 syslog11
robbiew4946e5a2003-01-01 20:38:17 +0000942syslog12 syslog12
robbiew564db0e2002-12-09 23:21:23 +0000943
robbiewa30214a2003-11-26 15:35:15 +0000944# This syscall is obsoleted by gettimeofday.
945# time01 time01
946# time02 time02
plarscc1b6f22001-09-05 20:37:07 +0000947
948times01 times01
plarscc1b6f22001-09-05 20:37:07 +0000949times03 times03
950
subrata_modakaf2c9ef2008-06-03 06:54:12 +0000951# New syscall support from 2.6.25 kernel onwards
952
953timerfd01 timerfd01
954
plarscc1b6f22001-09-05 20:37:07 +0000955truncate01 truncate01
956truncate02 truncate02
957truncate03 truncate03
robbiew89572422002-06-05 15:35:34 +0000958truncate04 truncate04
plarscc1b6f22001-09-05 20:37:07 +0000959
robbiew528f4282001-09-18 17:10:50 +0000960# This syscall is obsolete. The latest glibc does not even
961# include the ulimit.h file anymore. The test will fail
962# because the error handling has been simplified.
963#
964# ulimit01 ulimit01
plarscc1b6f22001-09-05 20:37:07 +0000965
966umask01 umask01
967umask02 umask02
968umask03 umask03
969
970uname01 uname01
971uname02 uname02
972uname03 uname03
973
974unlink01 symlink01 -T unlink01
975unlink05 unlink05
976unlink06 unlink06
977unlink07 unlink07
978unlink08 unlink08
979
vapier3688c122006-09-10 09:55:18 +0000980#unlinkat test cases
981unlinkat01 unlinkat01
982
robbiew85b41fd2002-11-27 16:09:57 +0000983#
984# These tests require an unmounted block device
985# to run correctly. Please see individual test
986# code for more information.
987#
988#umount01 umount01 -D /dev/...
989#umount02 umount02 -D /dev/...
990#umount03 umount03 -D /dev/...
robbiew85b41fd2002-11-27 16:09:57 +0000991
robbiew11f37552003-03-03 16:11:17 +0000992ustat01 ustat01
993ustat02 ustat02
994
plarscc1b6f22001-09-05 20:37:07 +0000995utime01 utime01
996utime01A symlink01 -T utime01
997utime02 utime02
998utime03 utime03
999utime04 utime04
1000utime05 utime05
1001utime06 utime06
1002
subrata_modak27439682008-06-06 08:44:40 +00001003# Introduced from Kernel 2.6.22 onwards
1004utimensat01 utimensat_tests.sh
1005
plarscc1b6f22001-09-05 20:37:07 +00001006vfork01 vfork01
1007vfork02 vfork02
1008
1009vhangup01 vhangup01
1010vhangup02 vhangup02
1011
vapier0b108792006-09-10 10:12:42 +00001012#vmsplice test cases
1013vmsplice01 vmsplice01
1014
plarscc1b6f22001-09-05 20:37:07 +00001015wait02 wait02
1016
1017wait401 wait401
1018wait402 wait402
1019
1020waitpid01 waitpid01
1021waitpid02 waitpid02
1022waitpid03 waitpid03
1023waitpid04 waitpid04
robbiew2b3dc622001-09-10 19:33:45 +00001024waitpid05 waitpid05
plarscc1b6f22001-09-05 20:37:07 +00001025waitpid06 waitpid06
1026waitpid07 waitpid07
1027waitpid08 waitpid08
1028waitpid09 waitpid09
1029waitpid10 waitpid10 5
1030waitpid11 waitpid11
1031waitpid12 waitpid12
1032waitpid13 waitpid13
1033
1034write01 write01
1035write02 write02
1036write03 write03
1037write04 write04
1038write05 write05
1039
1040writev01 writev01
1041writev02 writev02
1042writev03 writev03
1043writev04 writev04
1044writev05 writev05
subrata_modakd2c56482007-06-20 10:52:33 +00001045writev06 writev06
plarscc1b6f22001-09-05 20:37:07 +00001046