Child did not return core bit set! iteration 0, exit stat = 0x6 Core = 0, sig = 6, ex = 0 abort01 1 FAIL : Test failed === FAILED: ulimit -c 1024;abort01 accept01 1 PASS : bad file descriptor successful accept01 2 PASS : bad file descriptor successful accept01 3 PASS : invalid socket buffer successful accept01 4 PASS : invalid salen successful accept01 5 PASS : invalid salen successful accept01 6 PASS : no queued connections successful accept01 7 FAIL : UDP accept ; returned -1 (expected -1), errno 22 (expected 95) === FAILED: accept01 access01 1 PASS : access(accessfile, F_OK) returned 0 access01 2 PASS : access(accessfile, X_OK) returned 0 access01 3 PASS : access(accessfile, W_OK) returned 0 access01 4 PASS : access(accessfile, R_OK) returned 0 access02 1 PASS : Functionality of access() for test_file1, successful access02 2 PASS : Functionality of access() for test_file2, successful access02 3 PASS : Functionality of access() for test_file3, successful access02 4 PASS : Functionality of access() for sym_file, successful access03 1 FAIL : access((char *)-1,R_OK) failed with errno 2 : No such file or directory but expected 14 (EFAULT) access03 2 FAIL : access((char *)-1,W_OK) failed with errno 2 : No such file or directory but expected 14 (EFAULT) access03 3 FAIL : access((char*)-1,X_OK) failed with errno 2 : No such file or directory but expected 14 (EFAULT) access03 4 FAIL : access((char*)-1,F_OK) failed with errno 2 : No such file or directory but expected 14 (EFAULT) access03 5 PASS : access((char*)sbrk(0)+1,R_OK) failed as expected with errno 14 (EFAULT) : Bad address access03 6 PASS : access((char*)sbrk(0)+1,W_OK) failed as expected with errno 14 (EFAULT) : Bad address access03 7 PASS : access(high_address,X_OK) failed as expected with errno 14 (EFAULT) : Bad address access03 8 PASS : access((char*)sbrk(0)+1,F_OK) failed as expected with errno 14 (EFAULT) : Bad address === FAILED: access03 access04 1 PASS : Functionality of access(testdir/testfile, F_OK) successful access05 1 PASS : access() fails, Read Access denied on file, errno:13 access05 2 PASS : access() fails, Write Access denied on file, errno:13 access05 3 PASS : access() fails, Execute Access denied on file, errno:13 access05 4 PASS : access() fails, Access mode invalid, errno:22 access05 5 PASS : access() fails, Negative address, errno:14 access05 6 FAIL : access() fails, Address beyond address space, errno:2, expected errno:14 access05 7 PASS : access() fails, Pathname is empty, errno:2 access05 8 PASS : access() fails, Pathname too long, errno:36 === FAILED: access05 acct01 1 FAIL : Attempt to use non-ordinary file didn't receive EACCESS error - received 2 === FAILED: acct01 acct02 1 PASS : Received expected error: EPERM acct02 2 PASS : Received expected error: EPERM adjtimex01 1 BROK : Failed to save current parameters === FAILED: adjtimex01 adjtimex02 1 BROK : Failed to save current parameters adjtimex02 2 BROK : Remaining cases broken adjtimex02 3 BROK : Remaining cases broken adjtimex02 4 BROK : Remaining cases broken adjtimex02 5 BROK : Remaining cases broken adjtimex02 6 BROK : Remaining cases broken === FAILED: adjtimex02 alarm01 1 PASS : alarm(1) returned 0 alarm02 1 FAIL : alarm(4294967295) returned 4294967295, when 0 was expected for value -1. alarm02 2 FAIL : alarm(4294967295) returned 4294967295, when 0 was expected for value ULONG_MAX. alarm02 3 PASS : alarm(0) returned 0 as expected for value ULONG_MAX+1. === FAILED: alarm02 alarm03 1 PASS : alarm(100), fork, alarm(0) child's alarm returned 0 alarm03 2 PASS : alarm(100), fork, alarm(0) parent's alarm returned 100 alarm04 1 FAIL : exec of sig_rev Failed, errno=2 === FAILED: cp -f /ltp-full-20060822/testcases/bin/sig_rev /tmp;alarm04 alarm05 1 BROK : Unexpected signal 11 received. === FAILED: alarm05 alarm06 1 PASS : Functionality of alarm(0) successful alarm07 1 BROK : Unexpected signal 11 received. === FAILED: alarm07 asyncio02 1 PASS : More than BUFSIZE bytes multiple synchronous writes to a file check out ok asyncio02 2 PASS : BUFSIZE bytes multiple synchronous writes to a file checks out ok asyncio02 3 PASS : Less than BUFSIZE bytes multiple synchronous writes to a file checks out ok asyncio02 4 PASS : More than BUFSIZE bytes multiple synchronous writes to a file check out ok asyncio02 5 PASS : BUFSIZE bytes multiple synchronous writes to a file checks out ok asyncio02 6 PASS : Less than BUFSIZE bytes multiple synchronous writes to a file checks out ok bind01 1 PASS : invalid sockaddr successful bind01 2 FAIL : invalid salen ; returned -1 (expected -1), errno 97 (expected 22) bind01 3 PASS : invalid socket successful bind01 4 PASS : INADDR_ANYPORT successful bind01 5 PASS : UNIX-domain of current directory successful bind01 6 PASS : non-local address successful === FAILED: bind01 bind02 0 INFO : Defaulting to user nobody bind02 0 INFO : Socket will try to be bind by user: nobody, group: nobody bind02 1 PASS : correct error brk01 1 PASS : brk(136305032) returned 0, new size verified by sbrk capget01 1 FAIL : Test Failed, capget() returned -1, errno = 38 : Function not implemented === FAILED: capget01 capget02 1 FAIL : Test Failed, capget() returned -1, errno = 38 : Function not implemented capget02 2 FAIL : Test Failed, capget() returned -1, errno = 38 : Function not implemented capget02 3 FAIL : Test Failed, capget() returned -1, errno = 38 : Function not implemented capget02 4 FAIL : Test Failed, capget() returned -1, errno = 38 : Function not implemented capget02 5 FAIL : Test Failed, capget() returned -1, errno = 38 : Function not implemented === FAILED: capget02 capset01 1 BROK : capget() failed === FAILED: capset01 capset02 1 BROK : capget() failed capset02 2 BROK : Remaining cases broken capset02 3 BROK : Remaining cases broken capset02 4 BROK : Remaining cases broken === FAILED: capset02 chdir01 0 INFO : Found file . chdir01 0 INFO : Found file .. chdir01 0 INFO : Found file chdirtest chdir01 1 PASS : received expected error - 20 : Not a directory chdir01 1 PASS : chdir(2) to object file location through symbolic link file is ok chdir01 2 PASS : chdir(2) to non-existent object file location through symbolic link file failed as expected chdir01 3 PASS : Nested symbolic link access condition caught. ELOOP is returned chdir02 1 PASS : chdir(/) returned 0 chdir03 1 PASS : expected failure - errno = 13 : Permission denied chdir04 1 PASS : expected failure - errno = 36 : File name too long chdir04 2 PASS : expected failure - errno = 2 : No such file or directory chdir04 3 FAIL : unexpected error - 2 : No such file or directory - expected 14 === FAILED: chdir04 chmod01 1 PASS : Functionality of chmod(testfile, 0) successful chmod01 2 PASS : Functionality of chmod(testfile, 07) successful chmod01 3 PASS : Functionality of chmod(testfile, 070) successful chmod01 4 PASS : Functionality of chmod(testfile, 0700) successful chmod01 5 PASS : Functionality of chmod(testfile, 0777) successful chmod01 6 PASS : Functionality of chmod(testfile, 02777) successful chmod01 7 PASS : Functionality of chmod(testfile, 04777) successful chmod01 8 PASS : Functionality of chmod(testfile, 06777) successful chmod01 1 PASS : chmod(2) of object file permissions through symbolic link file is ok chmod01 2 PASS : chmod(2) error when accessing non-existent object through symbolic link is caught chmod01 3 PASS : Nested symbolic link access condition caught. ELOOP is returned chmod02 1 PASS : chmod(tfile, 0) returned 0 chmod02 2 PASS : chmod(tfile, 07) returned 0 chmod02 3 PASS : chmod(tfile, 070) returned 0 chmod02 4 PASS : chmod(tfile, 0700) returned 0 chmod02 5 PASS : chmod(tfile, 0777) returned 0 chmod02 6 PASS : chmod(tfile, 02777) returned 0 chmod02 7 PASS : chmod(tfile, 04777) returned 0 chmod02 8 PASS : chmod(tfile, 06777) returned 0 chmod03 1 FAIL : chmod(testfile, 01777) Failed, errno=9 : Bad file descriptor === FAILED: chmod03 chmod04 1 PASS : Functionality of chmod(testdir_4, 01777) successful sh: //change_owner: No such file or directory chmod05 1 BROK : Fail to modify testdir group ownership === FAILED: cp -p /ltp-full-20060822/testcases/bin/change_owner /tmp;chmod05 sh: //change_owner: No such file or directory chmod06 1 BROK : Fail to modify tfile_1 ownership(s)! chmod06 2 BROK : Remaining cases broken chmod06 3 BROK : Remaining cases broken chmod06 4 BROK : Remaining cases broken chmod06 5 BROK : Remaining cases broken chmod06 6 BROK : Remaining cases broken chmod06 7 BROK : Remaining cases broken === FAILED: cp -p /ltp-full-20060822/testcases/bin/change_owner /tmp;chmod06 chmod07 1 PASS : Functionality of chmod(testfile, 01777) successful chown01 1 PASS : chown(t_1618, 0,0) returned 0 chown02 1 FAIL : testfile1: Incorrect mode permissions 0106770, Expected 0100770 chown02 2 PASS : chown() on testfile2 succeeds : Setgid bit not cleared === FAILED: chown02 chown03 1 PASS : call succeeded sh: //change_owner: No such file or directory chown04 1 BROK : Fail to modify tfile_1 ownership(s)! chown04 2 BROK : Remaining cases broken chown04 3 BROK : Remaining cases broken chown04 4 BROK : Remaining cases broken chown04 5 BROK : Remaining cases broken chown04 6 BROK : Remaining cases broken chown04 7 BROK : Remaining cases broken === FAILED: cp -p /ltp-full-20060822/testcases/bin/change_owner /tmp;chown04 chown05 1 PASS : chown() succeeds to Change Owner/Group ids of testfile chown05 2 PASS : chown() succeeds to Change Owner id only of testfile chown05 3 PASS : chown() succeeds to Change Owner id only of testfile chown05 4 PASS : chown() succeeds to Change Group id only of testfile chown05 5 PASS : chown() succeeds to Change Group id only of testfile chroot01 1 PASS : chroot set errno to EPERM. chroot02 1 PASS : We appear to be in the right place chroot03 1 PASS : expected failure - errno = 36 : File name too long chroot03 2 PASS : expected failure - errno = 20 : Not a directory chroot03 3 PASS : expected failure - errno = 2 : No such file or directory chroot03 4 FAIL : unexpected error - 2 : No such file or directory - expected 14 === FAILED: chroot03 chroot04 1 FAIL : expected EACCES - got 1 === FAILED: chroot04 clone01 1 PASS : clone() returned 1647 clone02 1 BROK : Unexpected signal 11 received. clone02 2 BROK : Remaining cases broken clone02 0 WARN : Couldn't delete file, parent_file_1649 clone02 1 BROK : Unexpected signal 11 received. clone02 2 BROK : Remaining cases broken clone02 0 WARN : Couldn't delete file, parent_file_1649 === FAILED: clone02 clone03 1 PASS : Test passed clone04 1 PASS : expected failure; Got EINVAL clone05 1 FAIL : Test Failed === FAILED: clone05 clone06 1 PASS : Test Passed clone07 1 PASS : Use of return() in child did not cause SIGSEGV close01 1 PASS : file appears closed close01 2 PASS : pipe appears closed close02 1 PASS : call returned EBADF close08 1 PASS : close(tfile_1672) returned 0 confstr01 1 PASS : Test Passed alarm07 1 PASS : Functionality of alarm(3) successful connect01 1 PASS : bad file descriptor successful connect01 2 PASS : invalid socket buffer successful connect01 3 FAIL : invalid salen ; returned -1 (expected -1), errno 113 (expected 22) connect01 4 PASS : invalid socket successful connect01 5 PASS : already connected successful connect01 6 PASS : connection refused successful connect01 7 FAIL : invalid address family ; returned -1 (expected -1), errno 22 (expected 97) === FAILED: connect01 creat01 1 PASS : file was created and written to successfully creat01 2 PASS : creat() truncated existing file to 0 bytes creat03 0 INFO : Created file has mode = 0100444 creat03 1 PASS : save text bit cleared creat04 1 PASS : call failed with expected EACCES error creat04 2 PASS : call failed with expected EACCES error creat05 0 INFO : first file is #3 creat05 0 INFO : could not creat file #7265 creat05 1 PASS : call failed with expected error - EMFILE creat06 1 PASS : expected failure - errno = 21 : Is a directory creat06 2 PASS : expected failure - errno = 36 : File name too long creat06 3 PASS : expected failure - errno = 2 : No such file or directory creat06 4 PASS : expected failure - errno = 20 : Not a directory creat06 5 FAIL : unexpected error - 2 : No such file or directory - expected 14 creat06 6 PASS : expected failure - errno = 13 : Permission denied === FAILED: creat06 creat07 1 FAIL : execve() failed creat07 1 FAIL : Failures reported above === FAILED: creat07 -F /ltp-full-20060822/testcases/bin/test1 creat08 1 PASS : Test passed in block0. creat08 2 FAIL : testdir.A.1698/nosetgid: Incorrect group creat08 3 FAIL : testdir.A.1698/setgid: Incorrect modes, setgid bit not set creat08 4 FAIL : testdir.A.1698/setgid: Incorrect group creat08 0 INFO : got 1 and 65534 creat08 5 FAIL : Test failed in block1. creat08 6 FAIL : testdir.B.1698/setgid: Incorrect modes, setgid bit should be set creat08 7 FAIL : Test failed in block2. creat08 8 PASS : Test passed in block3. creat08 9 FAIL : Test failed because of above failures. creat09 1 PASS : creat(tfile_1700, 0700) returned 3 dup01 1 PASS : dup(dupfile) returned 4 dup02 1 PASS : dup(-1) Failed, errno=9 : Bad file descriptor dup02 2 PASS : dup(1500) Failed, errno=9 : Bad file descriptor dup03 1 PASS : dup(3) Failed, errno=24 : Too many open files dup04 1 PASS : dup(3) read side of syspipe returned 5 dup04 2 PASS : dup(4) write side of syspipe returned 5 creat07 1 FAIL : creat(2) succeeded on expected fail bash: line 1: 1710 Killed ( dup05 ) === FAILED: dup05 dup06 1 PASS : Test passed. dup07 1 PASS : Test passed in read mode. dup07 2 PASS : Test passed in write mode. dup07 3 PASS : Test passed in read/write mode. dup07 4 PASS : Test passed === FAILED: dup201 dup202 1 PASS : fstat() shows new and old modes are the same dup202 2 PASS : fstat() shows new and old modes are the same dup202 3 PASS : fstat() shows new and old modes are the same dup203 0 INFO : Enter block 1 dup203 0 INFO : Test duping over an open fd dup203 1 PASS : dup2 test 1 functionality is correct dup203 0 INFO : Exit block 1 dup203 0 INFO : Enter block 2 dup203 0 INFO : Test close on exec flag dup203 2 PASS : dup2 test 2 functionality is correct dup203 0 INFO : Exit block 2 dup204 1 PASS : original and duped inodes are the same dup204 2 PASS : original and duped inodes are the same dup205 1 PASS : Test passed. execl01 1 PASS : execl - properly exec's a simple program.. execle01 1 PASS : execle - properly exec's a simple program.. execlp01 1 PASS : execlp - properly exec's a simple program.. execv01 1 PASS : execv - properly exec's a simple program.. execve01 1 PASS : execve - properly exec's a simple program.. execve02 1 FAIL : Expected EACCES got 14 execve02 1 FAIL : Failures reported above === FAILED: execve02 -F /ltp-full-20060822/testcases/bin/test3 execve03 1 FAIL : unexpected error - 14 : Bad address - expected 36 execve03 2 FAIL : unexpected error - 14 : Bad address - expected 2 execve03 3 FAIL : unexpected error - 14 : Bad address - expected 20 execve03 4 PASS : expected failure - errno = 14 : Bad address execve03 5 FAIL : unexpected error - 14 : Bad address - expected 13 execve03 6 FAIL : unexpected error - 14 : Bad address - expected 8 === FAILED: execve03 execve04 1 FAIL : execve(//test3) failed: expected EMFILE(24), got 14 (Bad address) === FAILED: cp -f /ltp-full-20060822/testcases/bin/test3 /tmp; execve04 -F test3 execve05 1 PASS : call generated expected ETXTBSY error execve06 1 PASS : Test DONE, pid 1774, -- /ltp-full-20060822/testcases/bin/execve06 0 /ltp-full-20060822/testcases/bin/execve06 /ltp-full-20060822/testcases/bin/execve06 execve06 1 PASS : Test DONE, pid 1778, -- /ltp-full-20060822/testcases/bin/execve06 0 /ltp-full-20060822/testcases/bin/execve06 /ltp-full-20060822/testcases/bin/execve06 execve06 1 PASS : Test DONE, pid 1780, -- /ltp-full-20060822/testcases/bin/execve06 0 /ltp-full-20060822/testcases/bin/execve06 /ltp-full-20060822/testcases/bin/execve06 execve06 1 PASS : Test DONE, pid 1777, -- /ltp-full-20060822/testcases/bin/execve06 0 /ltp-full-20060822/testcases/bin/execve06 /ltp-full-20060822/testcases/bin/execve06 execve06 1 PASS : Test DONE, pid 1776, -- /ltp-full-20060822/testcases/bin/execve06 0 /ltp-full-20060822/testcases/bin/execve06 /ltp-full-20060822/testcases/bin/execve06 execve06 1 PASS : Test DONE, pid 1779, -- /ltp-full-20060822/testcases/bin/execve06 0 /ltp-full-20060822/testcases/bin/execve06 /ltp-full-20060822/testcases/bin/execve06 execve06 1 PASS : Test DONE, pid 1775, -- /ltp-full-20060822/testcases/bin/execve06 0 /ltp-full-20060822/testcases/bin/execve06 /ltp-full-20060822/testcases/bin/execve06 execve06 1 PASS : Test DONE, pid 1773, -- /ltp-full-20060822/testcases/bin/execve06 0 /ltp-full-20060822/testcases/bin/execve06 /ltp-full-20060822/testcases/bin/execve06 execve06 0 INFO : Test PASSED execvp01 1 PASS : execvp - properly exec's a simple program.. exit01 1 PASS : exit() test PASSED exit02 1 PASS : exit() test PASSED fchdir01 1 PASS : fchdir01 call succeeded fchdir02 1 PASS : expected failure - errno = 9 : Bad file descriptor fchdir03 1 PASS : expected failure - errno = 13 : Permission denied fchmod01 1 PASS : fchmod(tfile_1798, 0700) returned 0 fchmod02 1 PASS : Functionality of fchmod(3, 01777) Successful fchmod03 1 FAIL : fchmod(3, 01777) Failed, errno=9 : Bad file descriptor === FAILED: fchmod03 fchmod04 1 PASS : Functionality of fchmod(3, 01777) successful sh: //change_owner: No such file or directory fchmod05 1 BROK : Fail to modify testdir group ownerships === FAILED: cp -p /ltp-full-20060822/testcases/bin/change_owner /tmp;fchmod05 sh: //change_owner: No such file or directory fchmod06 1 BROK : Fail to modify tfile_1 ownership(s)! fchmod06 2 BROK : Remaining cases broken === FAILED: cp -p /ltp-full-20060822/testcases/bin/change_owner /tmp;fchmod06 fchmod07 1 PASS : Functionality of fchmod(3, 0) successful fchmod07 2 PASS : Functionality of fchmod(3, 07) successful fchmod07 3 PASS : Functionality of fchmod(3, 070) successful fchmod07 4 PASS : Functionality of fchmod(3, 0700) successful fchmod07 5 PASS : Functionality of fchmod(3, 0777) successful fchmod07 6 PASS : Functionality of fchmod(3, 02777) successful fchmod07 7 PASS : Functionality of fchmod(3, 04777) successful fchmod07 8 PASS : Functionality of fchmod(3, 06777) successful fchown01 1 PASS : fchown(Fd, geteuid(), getegid()) returned 0 fchown02 1 FAIL : testfile1: Incorrect mode permissions 0106770, Expected 0100770 fchown02 2 PASS : fchown() on testfile2 succeeds : Setgid bit not cleared === FAILED: fchown02 sh: //change_owner: No such file or directory fchown03 1 BROK : Fail to modify Ownership of testfile === FAILED: cp -p /ltp-full-20060822/testcases/bin/change_owner /tmp;fchown03 fchown04 1 PASS : fchown() fails, Process is not owner/root, errno:1 fchown04 2 PASS : fchown() fails, File descriptor is not valid, errno:9 fchown05 1 PASS : fchown() succeeds to Change Owner/Group ids of testfile fchown05 2 PASS : fchown() succeeds to Change Owner id only of testfile fchown05 3 PASS : fchown() succeeds to Change Owner id only of testfile fchown05 4 PASS : fchown() succeeds to Change Group id only of testfile fchown05 5 PASS : fchown() succeeds to Change Group id only of testfile fcntl01 0 INFO : Enter block 0 fcntl01 0 INFO : Test 1: F_DUPFD cmd PASSED fcntl01 0 INFO : Exit block 0 fcntl01 0 INFO : Enter block 1 fcntl01 0 INFO : Test 2: F_SETFL cmd PASSED fcntl01 0 INFO : Exit block 1 fcntl01 0 INFO : Enter block 2 fcntl01 0 INFO : Test 3: test close-on-exec PASSED fcntl01 0 INFO : Exit block 2 fcntl02 1 PASS : fcntl(tfile_1840, F_DUPFD, 0) returned 4 fcntl03 1 PASS : fcntl(tfile_1842, F_GETFD, 0) returned 0 fcntl04 1 PASS : fcntl(tfile_1844, F_GETFL, 0) returned 2 fcntl05 1 PASS : fcntl(tfile_1846, F_GETLK, &flocks) returned 0 fcntl06 0 INFO : Enter block 1 fcntl06 1 PASS : Block 1 PASSED fcntl06 0 INFO : Exit block 1 fcntl07 1 PASS : regular file child exited 0, indicating that the file was closed fcntl07 2 PASS : write side of system pipe child exited 0, indicating that the file was closed bash: line 1: 1854 Killed ( fcntl07B ) === FAILED: fcntl07B fcntl08 1 PASS : fcntl(tfile_1863, F_SETFL, 3072) returned 0 fcntl09 1 PASS : fcntl(./file_1865, F_SETLK, &flocks) flocks.l_type = F_WRLCK returned 0 fcntl09 2 PASS : fcntl(./file_1865, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0 fcntl09 1 PASS : fcntl(./file_1865, F_SETLK, &flocks) flocks.l_type = F_RDLCK returned 0 fcntl09 2 PASS : fcntl(./file_1865, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0 fcntl10 1 PASS : fcntl(tfile_1867, F_SETLKW, &flocks) flocks.l_type = F_WRLCK returned 0 fcntl10 2 PASS : fcntl(tfile_1867, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0 fcntl10 1 PASS : fcntl(tfile_1867, F_SETLKW, &flocks) flocks.l_type = F_RDLCK returned 0 fcntl10 2 PASS : fcntl(tfile_1867, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0 fcntl11 0 INFO : Enter block 1 fcntl11 0 INFO : Test block 1 : PASSED fcntl11 0 INFO : Exit block 1 fcntl11 0 INFO : Enter block 2 fcntl11 0 INFO : Test block 2: PASSED fcntl11 0 INFO : Exit block 2 fcntl11 0 INFO : Enter block 3 fcntl11 0 INFO : Test block 3: PASSED fcntl11 0 INFO : Exit block 3 fcntl11 0 INFO : Enter block 4 fcntl11 0 INFO : Test block 4 PASSED fcntl11 0 INFO : Exit block 4 fcntl11 0 INFO : Enter block 5 fcntl11 0 INFO : Test block 5: PASSED fcntl11 0 INFO : Exit block 5 fcntl11 0 INFO : Enter block 6 fcntl11 0 INFO : Test block 6: PASSED fcntl11 0 INFO : Exit block 6 fcntl11 0 INFO : Enter block 7 fcntl11 0 INFO : Test block 7: PASSED fcntl11 0 INFO : Exit block 7 fcntl11 0 INFO : Enter block 8 fcntl11 0 INFO : Test block 8: PASSED fcntl11 0 INFO : Exit block 8 fcntl11 0 INFO : Enter block 9 fcntl11 0 INFO : Test block 9: PASSED fcntl11 0 INFO : Exit block 9 fcntl12 0 INFO : Enter block 1 fcntl12 0 INFO : Test for errno EMFILE fcntl12 0 INFO : Enter block 1 fcntl12 0 INFO : Test for errno EMFILE fcntl12 0 INFO : block 1 PASSED fcntl12 0 INFO : Exit block 1 fcntl13 0 INFO : Enter block 1 fcntl13 0 INFO : Test for errno EINVAL fcntl13 0 INFO : block 1 PASSED fcntl13 0 INFO : Exit block 1 fcntl13 0 INFO : Enter block 2 fcntl13 0 INFO : Test for errno EFAULT fcntl13 0 INFO : block 2 PASSED fcntl13 0 INFO : Exit block 2 fcntl13 0 INFO : Enter block 3 fcntl13 0 INFO : Test for errno EINVAL fcntl13 1 FAIL : Expected EINVAL, got 9 fcntl13 0 INFO : block 3 FAILED fcntl13 0 INFO : Exit block 3 fcntl13 0 INFO : Enter block 4 fcntl13 0 INFO : Test for errno EBADF fcntl13 0 INFO : block 4 PASSED fcntl13 0 INFO : Exit block 4 === FAILED: fcntl13 fcntl14 0 INFO : Enter block 1: without mandatory locking fcntl14 1 BROK : Unexpected signal 11 received. === FAILED: fcntl14 fcntl15 0 INFO : Entering block 1 fcntl15 1 BROK : Unexpected signal 11 received. === FAILED: fcntl15 fcntl17 0 INFO : Enter preparation phase fcntl17 0 INFO : child 1 starting fcntl17 0 INFO : child 1 pid 1888 locked fcntl17 0 INFO : child 1 resuming fcntl17 0 INFO : child 1 unlocked fcntl17 0 INFO : child 1 exiting fcntl17 0 INFO : Enter preparation phase fcntl17 0 INFO : child 3 starting fcntl17 0 INFO : child 3 pid 1890 locked fcntl17 0 INFO : child 3 resuming fcntl17 0 INFO : child 3 lockw err 35 fcntl17 0 INFO : child 3 exiting fcntl17 0 INFO : Enter preparation phase fcntl17 0 INFO : child 2 starting fcntl17 0 INFO : child 2 pid 1889 locked fcntl17 0 INFO : child 2 resuming fcntl17 0 INFO : child 2 lockw locked fcntl17 0 INFO : child 2 exiting fcntl17 0 INFO : Enter preparation phase fcntl17 0 INFO : Exit preparation phase fcntl17 0 INFO : Enter block 1 fcntl17 0 INFO : Block 1 PASSED fcntl17 0 INFO : Exit block 1 fcntl18 0 INFO : Enter block 1 fcntl18 1 PASS : Test F_GETLK: for errno EFAULT PASSED fcntl18 0 INFO : Block 1 PASSED fcntl18 0 INFO : Exit block 1 fcntl18 0 INFO : Enter block 2 fcntl18 2 PASS : Test F_GETLK64: for errno EFAULT PASSED fcntl18 0 INFO : Block 2 PASSED fcntl18 0 INFO : Exit block 2 fcntl18 0 INFO : Enter block 3 fcntl18 3 PASS : Test for errno EINVAL PASSED fcntl18 0 INFO : Enter block 1 fcntl18 1 PASS : Test F_GETLK: for errno EFAULT PASSED fcntl18 0 INFO : Block 1 PASSED fcntl18 0 INFO : Exit block 1 fcntl18 0 INFO : Enter block 2 fcntl18 2 PASS : Test F_GETLK64: for errno EFAULT PASSED fcntl18 0 INFO : Block 2 PASSED fcntl18 0 INFO : Exit block 2 fcntl18 0 INFO : Enter block 3 fcntl18 0 INFO : Block 3 PASSED fcntl18 0 INFO : Exit block 3 fcntl19 0 INFO : Enter block 1 fcntl19 0 INFO : Test block 1: PASSED fcntl19 0 INFO : Exit block 1 fcntl19 0 INFO : Enter block 2 fcntl19 0 INFO : Test block 2: PASSED fcntl19 0 INFO : Exit block 2 fcntl19 0 INFO : Enter block 3 fcntl19 0 INFO : Test block 3: PASSED fcntl19 0 INFO : Exit block 3 fcntl19 0 INFO : Enter blcok 4 fcntl19 0 INFO : Test block 4: PASSED fcntl19 0 INFO : Exit block 4 fcntl19 0 INFO : Enter block 5 fcntl19 0 INFO : Test block 5: PASSED fcntl19 0 INFO : Exit block 5 fcntl19 0 INFO : Enter block 6 fcntl19 0 INFO : Test block 6: PASSED fcntl19 0 INFO : Exit block 6 fcntl19 0 INFO : Enter block 7 fcntl19 0 INFO : Test block 7: PASSED fcntl19 0 INFO : Exit block 7 fcntl20 0 INFO : Enter block 1 fcntl20 0 INFO : Test block 1: PASSED fcntl20 0 INFO : Exit block 1 fcntl20 0 INFO : Enter block 2 fcntl20 0 INFO : Test block 2: PASSED fcntl20 0 INFO : Exit block 2 fcntl20 0 INFO : Enter block 3 fcntl20 0 INFO : Test block 3: PASSED fcntl20 0 INFO : Exit block 3 fcntl20 0 INFO : Enter blcok 4 fcntl20 0 INFO : Test block 4: PASSED fcntl20 0 INFO : Exit block 4 fcntl20 0 INFO : Enter block 5 fcntl20 0 INFO : Test block 5: PASSED fcntl20 0 INFO : Exit block 5 fcntl20 0 INFO : Enter block 6 fcntl20 0 INFO : Test block 6: PASSED fcntl20 0 INFO : Exit block 6 fcntl20 0 INFO : Enter block 7 fcntl20 0 INFO : Test block 7: PASSED fcntl20 0 INFO : Exit block 7 fcntl21 0 INFO : Enter block 1 fcntl21 0 INFO : Test block 1: PASSED fcntl21 0 INFO : Exit block 1 fcntl21 0 INFO : Enter block 2 fcntl21 0 INFO : Test block 2: PASSED fcntl21 0 INFO : Exit block 2 fcntl21 0 INFO : Enter block 3 fcntl21 0 INFO : Test block 3 : PASSED fcntl21 0 INFO : Exit block 3 fcntl21 0 INFO : Enter block 4 fcntl21 0 INFO : Test block 4: PASSED fcntl21 0 INFO : Exit block 4 fcntl21 0 INFO : Enter block 5 fcntl21 0 INFO : Test block 5: PASSED fcntl21 0 INFO : Exit block 5 fcntl21 0 INFO : Enter block 6 fcntl21 0 INFO : Test block 6 PASSED fcntl21 0 INFO : Exit block 6 fcntl21 0 INFO : Enter block 7 fcntl21 0 INFO : Test block 7: PASSED fcntl21 0 INFO : Exit block 7 fcntl21 0 INFO : Enter block 8 fcntl21 0 INFO : Test block 8: PASSED fcntl21 0 INFO : Exit block 8 fcntl21 0 INFO : Enter block 9 fcntl21 0 INFO : Test block 9: PASSED fcntl21 0 INFO : Exit block 9 fcntl21 0 INFO : Enter block 10 fcntl21 0 INFO : Test block 10: PASSED fcntl21 0 INFO : Exit block 10 fcntl21 0 INFO : Enter block 11 fcntl21 0 INFO : Test block 11: PASSED fcntl21 0 INFO : Exit block 11 fcntl22 1 PASS : fcntl() fails with expected error EAGAIN errno:11 fcntl23 1 FAIL : fcntl(tfile_1907, F_SETLEASE,F_RDLCK) Failed, errno=22 : Invalid argument === FAILED: fcntl23 fcntl24 1 FAIL : fcntl(tfile_1910, F_SETLEASE,F_WRLCK) Failed, errno=22 : Invalid argument === FAILED: fcntl24 fcntl25 1 FAIL : fcntl(tfile_1913, F_SETLEASE,F_WRLCK) Failed, errno=22 : Invalid argument === FAILED: fcntl25 fcntl26 1 FAIL : fcntl(tfile_1916, F_SETLEASE,F_WRLCK) Failed, errno=22 : Invalid argument === FAILED: fcntl26 fdatasync01 1 PASS : fdatasync() successful fdatasync02 1 PASS : Expected failure for invalid file descriptor, errno: 9 fdatasync02 2 FAIL : Unexpected results for file descriptor to a special file ; returned 0 (expected -1), errno 0 (expected 22) === FAILED: fdatasync02 flock01 1 PASS : flock() succeded with Shared Lock, returned error number=0 flock01 2 PASS : flock() succeded with Unlock, returned error number=0 flock01 3 PASS : flock() succeded with Exclusive Lock, returned error number=0 flock02 1 PASS : flock() shows expected failure,error number=9 : Bad file descriptor flock02 2 FAIL : flock() unexpectedly succeds, returned error number=9 flock02 3 FAIL : flock() unexpectedly succeds, returned error number=0 === FAILED: flock02 flock03 1 PASS : Child: Unlocked file locked by parent flock03 2 PASS : Child: flock after unlocking passed flock03 1 PASS : Parent: Initial attempt to flock() passed flock03 2 PASS : flock03 Passed flock04 1 PASS : flock() PASSED in acquiring shared lock on Share Locked file flock04 1 PASS : flock() failed to acquire exclusive lock on existing share locked file as expected flock05 1 PASS : flock() failed to acquire shared lock on an alreadyexclusive locked file as expected flock05 1 PASS : flock() failed to acquire exclusive lock on existing exclusive locked file as expected flock06 1 PASS : First attempt to flock() passed flock06 2 PASS : Second attempt to flock() denied flock06 3 PASS : Unlocked fd1 flock06 4 PASS : Third attempt to flock() succeeded fmtms01 1 PASS : Test passed fmtms01 2 PASS : Test passed fmtms01 3 PASS : Test passed fmtms01 4 PASS : Test passed fmtms01 5 PASS : Test passed fork01 1 PASS : fork() returned 1947 fork01 2 PASS : child pid and fork() return agree: 1947 fork02 0 INFO : Inside parent fork02 0 INFO : exit status of wait 0 fork02 1 PASS : test 1 PASSED fork03 0 INFO : process id in parent of child from fork : 1953 fork03 1 PASS : test 1 PASSED fork04 1 PASS : Env var TERM unchanged after fork(): cons25 fork04 2 PASS : Env var NoTSetzWq unchanged after fork(): getenv() does not find variable set fork04 3 PASS : Env var TESTPROG unchanged after fork(): FRKTCS04 bash: line 1: 1958 Segmentation fault (core dumped) ( fork05 ) === FAILED: fork05 fork06 0 INFO : tries 1000 fork06 0 INFO : successes 1000 fork06 0 INFO : failures 0 fork06 0 INFO : There were no children to wait for fork07 0 INFO : Forking 100 children fork07 0 INFO : Forked all 100 children, now collecting fork07 0 INFO : Collected all 100 children fork07 1 PASS : 100/100 children read correctly from an inheritted fd fork08 0 INFO : parent forksval: 1 fork08 0 INFO : second child got char: b fork08 1 PASS : Test passed in childnumber 2 fork08 0 INFO : parent forksval: 1 fork08 0 INFO : parent forksval: 2 fork08 0 INFO : exit status of wait expected 0 got 0 fork08 1 PASS : parent test PASSED fork08 0 INFO : exit status of wait expected 0 got 0 fork08 2 PASS : parent test PASSED fork08 0 INFO : exit status of wait expected 0 got 0 fork08 3 PASS : parent test PASSED fork08 0 INFO : Number of processes forked is 2 fork09 0 INFO : OPEN_MAX is 256 fork09 0 INFO : first file descriptor is 3 fork09 0 INFO : Parent reporting 255 files open fork09 0 INFO : Child opened new file #255 fork09 0 INFO : OPEN_MAX is 256 fork09 0 INFO : first file descriptor is 3 fork09 0 INFO : Parent reporting 255 files open fork09 1 PASS : test 1 PASSED fork10 0 INFO : fork child A fork10 1 PASS : test 1 PASSED fork11 1 PASS : fork test passed, 100 processes fpathconf01 1 PASS : fpathconf(fd, _PC_MAX_CANON) returned 255 fpathconf01 2 PASS : fpathconf(fd, _PC_MAX_INPUT) returned 255 fpathconf01 3 PASS : fpathconf(fd, _PC_VDISABLE) returned 0 fpathconf01 4 PASS : fpathconf(fd, _PC_LINK_MAX) returned 32000 fpathconf01 5 PASS : fpathconf(fd, _PC_NAME_MAX) returned 255 fpathconf01 6 PASS : fpathconf(fd, _PC_PATH_MAX) returned 4096 fpathconf01 7 PASS : fpathconf(fd, _PC_PIPE_BUF) returned 4096 fstat01 1 PASS : fstat(tfile_3180, &statter) returned 0 fstat02 1 PASS : Functionality of fstat(2) on 'testfile' Succcessful fstat03 1 PASS : fstat() fails with expected error EBADF fstat04 1 PASS : Functionality of fstat(2) on 'testfile' Succcessful fstat05 1 PASS : fstat() fails with expected signal SIGSEGV fstatfs01 1 PASS : fstatfs(3, &stats, sizeof(struct statfs), 0) returned 0 fstatfs02 1 PASS : expected failure - errno = 9 : Bad file descriptor fstatfs02 2 FAIL : unexpected error - 22 : Invalid argument - expected 14 === FAILED: fstatfs02 fsync01 1 PASS : fsync(tfile_3195) returned 0 fsync02 1 PASS : fsync() succeeded in an acceptable amount of time fsync03 1 PASS : expected failure - errno = 9 : Bad file descriptor fsync03 2 PASS : expected failure - errno = 22 : Invalid argument ftruncate01 1 PASS : Functionality of ftruncate() on testfile successful ftruncate02 1 PASS : Functionality of ftruncate(2) on testfile successful ftruncate03 1 PASS : Test Passed ftruncate03 2 PASS : Test Passed ftruncate03 3 PASS : Test Passed df: Warning: cannot read table of mounted filesystems: No such file or directory df: `/': Bad address ftruncate04 1 CONF : The filesystem where /tmp is mounted does not support mandatory locks. Cannot run this test. getcontext01 1 PASS : getcontext - Sanity test : Pass getcwd01 0 INFO : Test for EFAULT getcwd01 1 PASS : Test case 1 PASSED getcwd01 0 INFO : Test for ENOMEM getcwd01 2 PASS : Test case 2 PASSED getcwd01 0 INFO : Test for EINVAL getcwd01 3 PASS : Test case 3 PASSED getcwd01 0 INFO : Test for ERANGE getcwd01 4 PASS : Test case 4 PASSED getcwd02 0 INFO : Enter Block 1 getcwd02 0 INFO : Exit Block 1 getcwd02 1 PASS : Block 1 PASSED getcwd02 0 INFO : Enter Block 2 getcwd02 0 INFO : Exit Block 2 getcwd02 2 PASS : Block 2 PASSED getcwd02 0 INFO : Enter Block 3 getcwd02 0 INFO : Exit Block 3 getcwd02 3 PASS : Block 3 PASSED getcwd02 0 INFO : Enter Block 4 getcwd02 0 INFO : Exit Block 4 getcwd02 4 PASS : Block 4 PASSED getcwd02 0 INFO : Enter Block 5 getcwd02 0 INFO : Exit Block 5 getcwd02 5 PASS : Block 5 PASSED getcwd02 0 INFO : Enter Block 6 getcwd02 0 INFO : Exit Block 6 getcwd02 6 PASS : Block 6 PASSED getcwd02 0 INFO : Enter Block 7 getcwd02 0 INFO : Exit Block 7 getcwd02 7 PASS : Block 7 PASSED getcwd03 0 INFO : getcwd(2) succeeded in returning correct path for dir1 getcwd03 0 INFO : getcwd(2) succeeded in returning correct path for symbolic link dir2 -> dir1 getcwd03 1 PASS : Test PASSED getdents01 1 PASS : call succeeded getdents02 1 PASS : expected failure - errno = 9 - Bad file descriptor getdents03 1 FAIL : call failed to produce an expected error - errno = 16 - Device or resource busy === FAILED: getdents03 getdents04 1 FAIL : getdents04 call failed to produce EBADF - errno = 22 : Invalid argument === FAILED: getdents04 getdomainname01 1 PASS : getdomainname() returned 0 getdtablesize01 0 INFO : Maximum number of files a process can have opened is 7264 getdtablesize01 0 INFO : Checking with the value returned by getrlimit...RLIMIT_NOFILE getdtablesize01 1 PASS : got correct dtablesize, value is 7264 getdtablesize01 0 INFO : Checking Max num of files that can be opened by a process.Should be: RLIMIT_NOFILE - 1 getdtablesize01 2 PASS : 7263 = 7263 getegid01 1 PASS : getegid - Get effective group id. returned 0 geteuid01 1 PASS : geteuid - Get effective user id. returned 0 getgid01 1 PASS : getgid() returned 0 getgid02 1 PASS : effective group id 0 is correct getgid03 1 PASS : group id 0 returned correctly getgroups01 1 PASS : getgroups(-1,gidset) returned -1 and error = 22 (EINVAL) as expected getgroups01 2 PASS : getgroups(0,gidset) returned 11, the gidset array not was modified getgroups01 3 PASS : getgroups(10, gidset) returned -1, and errno 22 (EINVAL) when 11 grps getgroups01 4 PASS : getgroups(NGROUPS,gidset) ret 11 contains gid 0 (from getgid) getgroups02 1 PASS : getgroups() returned 2 getgroups03 1 PASS : Functionality of getgroups(65536, groups_list) successful getgroups04 1 PASS : getgroups() fails, Size is < no. suppl. gids, errno=22 gethostid01 1 PASS : Hostid command and gethostid both report hostid is 460ad401 gethostname01 1 PASS : gethostname - Get host name returned 0 getitimer01 1 PASS : functional test passed getitimer02 1 PASS : expected failure - errno = 14 - Bad address getitimer03 1 PASS : expected failure - errno = 22 - Invalid argument getpagesize01 0 INFO : Page Size is 4096 getpagesize01 1 PASS : getpagesize - Page size returned 4096 getpeername01 1 PASS : bad file descriptor successful getpeername01 2 PASS : bad file descriptor successful getpeername01 3 PASS : invalid salen successful getpeername01 4 PASS : invalid socket buffer successful getpeername01 5 PASS : invalid salen successful getpgid01 0 INFO : Enter block 1 getpgid01 1 PASS : Test block 1: getpgid(0) PASSED getpgid01 0 INFO : Exit block 1 getpgid01 0 INFO : Enter block 2 getpgid01 2 PASS : Test blcok 2: getpgid(getpid()) PASSED getpgid01 0 INFO : Exit block 2 getpgid01 0 INFO : Enter block 3 getpgid01 3 PASS : Test block 3: getpgid(getppid()) PASSED getpgid01 0 INFO : Exit block 3 getpgid01 0 INFO : Enter block 4 getpgid01 4 PASS : Test block 4: getpgid(1) PASSED getpgid01 0 INFO : Exit block 4 getpgid01 0 INFO : Enter block 5 getpgid01 5 PASS : Test block 5: getpgid(1) PASSED getpgid01 0 INFO : Exit block 5 getpgid01 0 INFO : getpgid01 PASSED getpgid02 1 PASS : expected failure - errno = 3 : No such process getpgid02 2 PASS : expected failure - errno = 3 : No such process getpgrp01 1 PASS : getpgrp() returned 1502 getpid01 1 PASS : getpid() returned 3283 getpid02 1 PASS : Functionality of getpid() successful getppid01 1 PASS : getppid() returned 3287 getppid02 1 PASS : return value = parent's pid value getpriority01 1 PASS : getpriority(0, 0) returned 0 priority value getpriority01 2 PASS : getpriority(1, 0) returned 0 priority value getpriority01 3 PASS : getpriority(2, 0) returned 0 priority value getpriority02 1 PASS : getpriority(2) fails, Invalid 'which' value specified, errno:22 getpriority02 2 PASS : getpriority(2) fails, Invalid 'who' value specified, errno:3 getpriority02 3 PASS : getpriority(2) fails, Invalid 'who' value specified, errno:3 getpriority02 4 PASS : getpriority(2) fails, Invalid 'who' value specified, errno:3 getresgid01 1 PASS : Functionality of getresgid() successful getresgid02 1 PASS : Functionality of getresgid() successful getresgid03 1 PASS : Functionality of getresgid() successful getresuid01 1 PASS : Functionality of getresuid() successful getresuid02 1 PASS : Functionality of getresuid() successful getresuid03 1 PASS : Functionality of getresuid() successful getrlimit01 1 PASS : getrlimit() returned 0; got RLIMIT_CPU values getrlimit01 2 PASS : getrlimit() returned 0; got RLIMIT_FSIZE values getrlimit01 3 PASS : getrlimit() returned 0; got RLIMIT_DATA values getrlimit01 4 PASS : getrlimit() returned 0; got RLIMIT_STACK values getrlimit01 5 PASS : getrlimit() returned 0; got RLIMIT_CORE values getrlimit01 6 PASS : getrlimit() returned 0; got RLIMIT_RSS values getrlimit01 7 PASS : getrlimit() returned 0; got RLIMIT_NPROC values getrlimit01 8 PASS : getrlimit() returned 0; got RLIMIT_NOFILE values getrlimit01 9 PASS : getrlimit() returned 0; got RLIMIT_MEMLOCK values getrlimit01 10 FAIL : getrlimit() failed to get RLIMIT_AS values. errno is 22 getrlimit01 11 FAIL : getrlimit() failed to get RLIMIT_LOCKS values. errno is 22 === FAILED: getrlimit01 getrlimit02 1 PASS : expected failure; got EFAULT getrlimit02 2 PASS : expected failure; got EINVAL getrusage01 1 PASS : TEST Passed getrusage01 2 PASS : TEST Passed getrusage02 1 PASS : TEST Passed getrusage02 2 PASS : TEST Passed getsid01 1 PASS : session ID is correct cat: /proc/sys/kernel/pid_max: No such file or directory getsid02 1 PASS : expected failure - errno = 3 - No such process getsockname01 1 PASS : bad file descriptor successful getsockname01 2 PASS : bad file descriptor successful getsockname01 3 PASS : invalid socket buffer successful getsockname01 4 PASS : invalid salen successful getsockopt01 1 PASS : bad file descriptor successful getsockopt01 2 PASS : bad file descriptor successful getsockopt01 3 FAIL : invalid option buffer ; returned 0 (expected -1), errno 0 (expected 14) getsockopt01 4 PASS : invalid optlen successful getsockopt01 5 FAIL : invalid level ; returned -1 (expected -1), errno 22 (expected 95) getsockopt01 6 FAIL : invalid option name ; returned -1 (expected -1), errno 22 (expected 95) getsockopt01 7 FAIL : invalid option name (UDP) ; returned -1 (expected -1), errno 22 (expected 95) getsockopt01 8 FAIL : invalid option name (IP) ; returned -1 (expected -1), errno 22 (expected 92) getsockopt01 9 FAIL : invalid option name (TCP) ; returned -1 (expected -1), errno 22 (expected 92) === FAILED: getsockopt01 gettimeofday01 1 PASS : gettimeofday(2) set the errno EFAULT correctly gettimeofday02 0 INFO : checking if gettimeofday is monotonous, takes 30s gettimeofday02 1 BROK : Unexpected signal 11 received. === FAILED: gettimeofday02 getuid01 1 PASS : getuid() returned 0 getuid02 1 PASS : values from geteuid() and getpwuid() match getuid03 1 PASS : values from getuid() and getpwuid() match ioperm01 1 FAIL : ioperm() failed for port address 1021, errno=38 : Function not implemented === FAILED: ioperm01 ioperm02 1 FAIL : Unexpected results for Invalid I/O address ; returned -1 (expected -1), errno 38 (expected errno 22) ioperm02 2 FAIL : Unexpected results for Non super-user ; returned -1 (expected -1), errno 38 (expected errno 1) === FAILED: ioperm02 iopl01 1 FAIL : iopl() failed for level 0, errno=38 : Function not implemented iopl01 2 FAIL : iopl() failed for level 1, errno=38 : Function not implemented iopl01 3 FAIL : iopl() failed for level 2, errno=38 : Function not implemented iopl01 4 FAIL : iopl() failed for level 3, errno=38 : Function not implemented iopl01 0 WARN : iopl() cleanup failed === FAILED: iopl01 iopl02 1 FAIL : Unexpected results for Invalid privilege level ; returned -1 (expected -1), errno 38 (expected errno 22) iopl02 2 FAIL : Unexpected results for Non super-user ; returned -1 (expected -1), errno 38 (expected errno 1) === FAILED: iopl02 kill01 1 PASS : received expected signal 9 kill02 1 BROK : Unexpected signal 11 received. kill02 2 BROK : Remaining cases broken kill02 1 BROK : Unexpected signal 11 received. kill02 2 BROK : Remaining cases broken kill02 1 PASS : The signal was sent to all processes in the process group. kill02 2 PASS : The signal was not sent to selective processes that were not in the process group. kill03 1 PASS : errno set to 22 : Invalid argument, as expected kill04 1 PASS : errno set to 3 : No such process, as expected kill05 1 PASS : errno set to 1 : Operation not permitted, as expected kill05 0 INFO : WARNING: shared memory deletion failed. kill05 0 INFO : This could lead to IPC resource problems. kill05 0 INFO : id = 65536 kill06 1 PASS : received expected signal 9 kill07 0 INFO : received expected signal 9 kill07 1 PASS : Did not catch signal as expected kill08 1 PASS : received expected signal 9 kill09 1 PASS : kill(3400, SIGKILL) returned 0 kill10 1 BROK : Unexpected signal 11 received. kill10 1 BROK : Unexpected signal 11 received. kill10 1 BROK : Unexpected signal 11 received. === FAILED: kill10 signal error: core dump bit not set for exception number 3 signal error: core dump bit not set for exception number 4 signal error: core dump bit not set for exception number 5 signal error: core dump bit not set for exception number 6 signal error: core dump bit not set for exception number 6 signal error: core dump bit not set for exception number 8 signal error: core dump bit not set for exception number 7 signal error: core dump bit not set for exception number 11 kill11 1 FAIL : Test failed === FAILED: ulimit -c 1024;kill11 bash: line 1: 3425 Segmentation fault (core dumped) ( kill12 ) === FAILED: kill12 lchown01 1 PASS : lchown() succeeds to Change Owner/Group ids of slink_file lchown01 2 PASS : lchown() succeeds to Change Owner id only of slink_file lchown01 3 PASS : lchown() succeeds to Change Owner id only of slink_file lchown01 4 PASS : lchown() succeeds to Change Group id only of slink_file lchown01 5 PASS : lchown() succeeds to Change Group id only of slink_file sh: //create_link: No such file or directory lchown02 1 BROK : Fail to modify tfile_1 ownership(s)! lchown02 2 BROK : Remaining cases broken lchown02 3 BROK : Remaining cases broken lchown02 4 BROK : Remaining cases broken lchown02 5 BROK : Remaining cases broken lchown02 6 BROK : Remaining cases broken lchown02 7 BROK : Remaining cases broken === FAILED: cp -p /ltp-full-20060822/testcases/bin/create_link /tmp; lchown02 link01 1 FAIL : symlink(object, symbolic) was succesful. creat(object, 0700) was succesful. link(symbolic, "nick") was successful A lstat of symbolic (ino:4922373) and of nick (ino:4922378), does not show them being the same ino. link01 2 FAIL : symlink(object, symbolic) was succesful. link(symbolic, "nick") failed, errno: 2: link of new file to object file via symbolic link file failed when expected not to === FAILED: symlink01 -T link01 link02 1 PASS : link(tfile, lfile) returned 0 and link cnts match link03 1 PASS : link(lkfile_3442, lkfile_3442.[1-10]) ret 0 for 10 files, stat linkcounts match 10 link04 1 PASS : link(, ) Failed, errno=2 link04 2 PASS : link(, ) Failed, errno=2 link04 3 PASS : link(, ) Failed, errno=2 link04 4 PASS : link(, ) Failed, errno=20 link04 5 PASS : link(, ) Failed, errno=36 link04 6 PASS : link(
, ) Failed, errno=14 link04 7 FAIL : link(, ) Failed, errno=2, expected errno:14 link04 8 PASS : link(, ) Failed, errno=2 link04 9 PASS : link(, ) Failed, errno=2 link04 10 PASS : link(, ) Failed, errno=2 link04 11 PASS : link(, ) Failed, errno=36 link04 12 PASS : link(,
) Failed, errno=14 link04 13 FAIL : link(, ) Failed, errno=2, expected errno:14 link04 14 PASS : link(, ) Failed, errno=17 === FAILED: link04 link05 1 PASS : link(lkfile_3447, lkfile_3447.[1-1000]) ret 0 for 1000 files, stat linkcounts match 1000 link06 1 PASS : link() fails with expected error EACCES errno:13 link07 1 PASS : link() fails with expected error EACCES errno:13 listen01 1 PASS : bad file descriptor successful listen01 2 PASS : not a socket successful listen01 3 PASS : UDP listen successful llseek01 1 PASS : Functionality of llseek() on tmp_file successful llseek02 1 PASS : llseek() fails, 'whence' argument is not valid, errno:22 llseek02 2 PASS : llseek() fails, 'fd' is not an open file descriptor, errno:9 lseek01 1 PASS : lseek(tfile_3459, 0, 0) returned 0 lseek01 2 PASS : lseek(tfile_3459, 0, 1) returned 0 lseek01 3 PASS : lseek(tfile_3459, 0, 2) returned 0 lseek02 1 PASS : lseek(-1, 1, SEEK_SET) Failed, errno=9 : Bad file descriptor lseek03 1 PASS : lseek(tfile_3463, 1, 4) Failed, errno=22 : Invalid argument lseek03 2 PASS : lseek(tfile_3463, 1, -1) Failed, errno=22 : Invalid argument lseek03 3 PASS : lseek(tfile_3463, 1, 7) Failed, errno=22 : Invalid argument fcntl15 0 INFO : Entering block 1 fcntl15 0 INFO : Alarm caught by child fcntl15 1 BROK : Unexpected signal 11 received. bash: line 1: 3465 Killed ( lseek04 ) === FAILED: lseek04 lseek05 1 PASS : lseek(pipefd, 1, SEEK_SET) Failed, errno=29 : Illegal seek lseek06 1 PASS : Functionality of lseek() on tmp_file successful lseek07 1 PASS : Functionality of lseek() on tmp_file successful lseek08 1 PASS : Functionality of lseek() on tmp_file successful lseek09 1 PASS : Functionality of lseek() on tmp_file successful bash: line 1: 3498 Killed ( lseek10 ) === FAILED: lseek10 lstat01 1 PASS : lstat(2) of symbolic link file which points to no object file is ok lstat01 2 PASS : lstat(2) of symbolic link file which points at an object file is ok lstat01 3 PASS : lstat(2) of object file returns object file inode information lstat01 1 PASS : lstat(lnfile_3513, &statter) returned 0 lstat02 1 PASS : lstat() fails, No Search permissions to process, errno:13 lstat02 2 PASS : lstat() fails, Negative address, errno:14 lstat02 3 FAIL : lstat() fails, Address beyond address space, errno:2, expected errno:14 lstat02 4 PASS : lstat() fails, Pathname too long, errno:36 lstat02 5 PASS : lstat() fails, Pathname is empty, errno:2 lstat02 6 PASS : lstat() fails, Path contains regular file, errno:20 === FAILED: lstat02 lstat03 1 PASS : Functionality of lstat(2) on 'sfile' Succcessful mallopt01 1 PASS : Test passed memset01 1 PASS : Test passed memset01 2 PASS : Test passed memcmp1 1 PASS : Test passed memcmp1 2 PASS : Test passed memcpy1 1 PASS : Test passed memcpy1 2 PASS : Test passed memcpy1 3 PASS : Test passed memcpy1 4 PASS : Test passed memcpy1 5 PASS : Test passed mlockall01 1 PASS : mlockall test passed for MCL_CURRENT mlockall01 2 PASS : mlockall test passed for MCL_FUTURE mlockall01 3 PASS : mlockall test passed for MCL_CURRENT|MCL_FUTURE mlockall02 1 CONF : mlockall02 did not BEHAVE as expected.This may be okay if you are running Red Hat Enterprise Linux 3 (RHEL) mlockall02 2 PASS : expected failure - errno = 1 : Operation not permitted mlockall02 3 PASS : expected failure - errno = 22 : Invalid argument mlockall03 1 CONF : In Linux 2.6.8 and earlier this test will not run. mkdir01 1 FAIL : mkdir - path argument pointing below allocated address space failed with errno 2 : No such file or directory but expected 14 (EFAULT) mkdir01 2 PASS : mkdir - path argument pointing above allocated address space failed as expected with errno 14 : Bad address === FAILED: mkdir01 mkdir02 1 FAIL : mkdir() FAILED to inherit the S_ISGID bit from parent directory mkdir02 1 FAIL : Test to attempt to make a directory inherits group ID FAILED === FAILED: mkdir02 mkdir03 1 FAIL : unexpected error - 2 : No such file or directory - expected 14 mkdir03 2 PASS : expected failure - errno = 36 : File name too long mkdir03 3 PASS : expected failure - errno = 17 : File exists mkdir03 4 PASS : expected failure - errno = 2 : No such file or directory mkdir03 5 PASS : expected failure - errno = 20 : Not a directory === FAILED: mkdir03 mkdir04 1 PASS : Test to attempt to creat a directory in a directory having no permissions SUCCEEDED in setting errno to EACCES mkdir05 1 PASS : mkdir() functionality is correct mkdir05 1 PASS : mkdir(2) of object file through symbolic link file failed as expected mkdir08 1 PASS : mkdir(./dir_3553) returned 0 mkdir09 1 BROK : Unexpected signal 11 received. mkdir09 1 BROK : Unexpected signal 11 received. mkdir09 0 WARN : tst_rmdir(): rmobj(/tmp/mkdv2sejN) failed: lstat(/tmp/mkdv2sejN) failed; errno=2: No such file or directory mkdir09 1 BROK : Unexpected signal 11 received. mkdir09 0 WARN : tst_rmdir(): rmobj(/tmp/mkdv2sejN) failed: lstat(/tmp/mkdv2sejN) failed; errno=2: No such file or directory mkdir09 1 BROK : Unexpected signal 11 received. mkdir09 0 WARN : tst_rmdir(): rmobj(/tmp/mkdv2sejN) failed: lstat(/tmp/mkdv2sejN) failed; errno=2: No such file or directory mkdir09 1 BROK : Unexpected signal 11 received. mkdir09 0 WARN : tst_rmdir(): rmobj(/tmp/mkdv2sejN) failed: lstat(/tmp/mkdv2sejN) failed; errno=2: No such file or directory mkdir09 1 BROK : Unexpected signal 11 received. mkdir09 0 WARN : tst_rmdir(): rmobj(/tmp/mkdv2sejN) failed: lstat(/tmp/mkdv2sejN) failed; errno=2: No such file or directory mkdir09 0 WARN : Child{3560} exited status = 200 === FAILED: mkdir09 mknod01 1 FAIL : mknod(./tnode_3565, 0100777, 0) failed, errno=22 : Invalid argument mknod01 0 WARN : unlink(./tnode_3565) & rmdir(./tnode_3565) failed, errno:2 No such file or directory mknod01 2 PASS : mknod(./tnode_3565, 010777, 0) returned 0 mknod01 3 PASS : mknod(./tnode_3565, 020777, 0) returned 0 mknod01 4 PASS : mknod(./tnode_3565, 060777, 0) returned 0 mknod01 5 FAIL : mknod(./tnode_3565, 0104700, 0) failed, errno=22 : Invalid argument mknod01 0 WARN : unlink(./tnode_3565) & rmdir(./tnode_3565) failed, errno:2 No such file or directory mknod01 6 FAIL : mknod(./tnode_3565, 0102700, 0) failed, errno=22 : Invalid argument mknod01 0 WARN : unlink(./tnode_3565) & rmdir(./tnode_3565) failed, errno:2 No such file or directory mknod01 7 FAIL : mknod(./tnode_3565, 0106700, 0) failed, errno=22 : Invalid argument mknod01 0 WARN : unlink(./tnode_3565) & rmdir(./tnode_3565) failed, errno:2 No such file or directory === FAILED: mknod01 bash: line 1: 3568 Killed ( mknod02 ) === FAILED: mknod02 bash: line 1: 3579 Killed ( mknod03 ) === FAILED: mknod03 bash: line 1: 3590 Killed ( mknod04 ) === FAILED: mknod04 bash: line 1: 3597 Killed ( mknod05 ) === FAILED: mknod05 bash: line 1: 3617 Killed ( mknod06 ) === FAILED: mknod06 mknod07 1 FAIL : mknod() fails, Process is not root/super-user, errno:1, expected errno:13 mknod07 2 PASS : mknod() fails, No Write permissions to process, errno:13 === FAILED: mknod07 bash: line 1: 3625 Killed ( mknod08 ) === FAILED: mknod08 bash: line 1: 3635 Killed ( mknod09 ) === FAILED: mknod09 mlock01 1 PASS : test 0 passed length = 1 mlock01 2 PASS : test 1 passed length = 1024 mlock01 3 PASS : test 2 passed length = 1048576 mlock01 4 PASS : test 3 passed length = 10485760 mlock02 1 PASS : expected failure - errno = 12 : Cannot allocate memory mmap001 0 INFO : mmap()ing file of 1 pages or 4096 bytes mmap001 1 PASS : mmap() completed successfully. mmap001 0 INFO : touching mmaped memory mmap001 2 PASS : we're still here, mmaped area must be good mmap001 3 PASS : msync() was successful mmap001 4 PASS : munmap() was successful mmap01 1 PASS : Functionality of mmap() successful mmap02 1 PASS : Functionality of mmap() successful mmap03 1 PASS : Functionality of mmap() successful mmap04 1 PASS : Functionality of mmap() successful mmap05 1 FAIL : Mapped memory region with NO access is accessible === FAILED: mmap05 mmap06 1 PASS : mmap() fails, 'fd' doesn't allow desired access, errno:13 mmap07 1 PASS : mmap() fails, 'fd' doesn't allow desired access, errno:13 mmap08 1 PASS : mmap() fails, 'fd' is not valid, errno:9 mmap09 1 PASS : ftruncate mmaped file to a smaller size mmap09 2 PASS : ftruncate mmaped file to a larger size mmap09 3 PASS : ftruncate mmaped file to 0 size modify_ldt01 0 INFO : Enter block 1 modify_ldt01 0 INFO : block 1 PASSED modify_ldt01 0 INFO : Exit block 1 modify_ldt01 0 INFO : Enter block 2 modify_ldt01 1 FAIL : modify_ldt() set invalid errno, expected EINVAL, got: 38 modify_ldt01 0 INFO : block 2 FAILED modify_ldt01 0 INFO : Exit block 2 modify_ldt01 0 WARN : tst_brk(): Invalid Type: 16. Using TBROK === FAILED: modify_ldt01 modify_ldt02 0 INFO : Enter block 1 modify_ldt02 0 WARN : tst_brk(): Invalid Type: 16. Using TBROK modify_ldt02 1 BROK : Creation of segment failed === FAILED: modify_ldt02 mprotect01 1 FAIL : call succeeded unexpectedly mprotect01 2 FAIL : call succeeded unexpectedly mprotect01 3 PASS : expected failure - errno = 13 : Permission denied === FAILED: mprotect01 mprotect02 0 INFO : received signal: 11 mprotect02 1 PASS : Did not get SIGSEGV, functional test passed mprotect03 0 INFO : received signal: SIGSEGV mprotect03 1 PASS : SIGSEGV generated as expected mremap01 1 FAIL : mremap() Failed, errno=12 : Cannot allocate memory === FAILED: mremap01 mremap02 1 FAIL : mremap() Failed, 'Unexpected errno 12 === FAILED: mremap02 mremap03 1 FAIL : mremap() Fails, 'Unexpected errno 12 === FAILED: mremap03 mremap04 1 PASS : mremap() failed, 'MREMAP_MAYMOVE flag unset', errno 12 msgctl01 1 PASS : qs_buf.msg_qbytes is a positive value msgctl01 0 INFO : WARNING: message queue deletion failed. msgctl01 0 INFO : This could lead to IPC resource problems. msgctl01 0 INFO : id = 65536 msgctl02 1 PASS : qs_buf.msg_qbytes is the new value - 2047 msgctl02 0 INFO : WARNING: message queue deletion failed. msgctl02 0 INFO : This could lead to IPC resource problems. msgctl02 0 INFO : id = 65537 msgctl03 1 FAIL : msgctl03 call failed - errno = 14 : Bad address msgctl03 0 INFO : WARNING: message queue deletion failed. msgctl03 0 INFO : This could lead to IPC resource problems. msgctl03 0 INFO : id = 65538 === FAILED: msgctl03 msgctl04 1 PASS : expected failure - errno = 13 : Permission denied msgctl04 2 PASS : expected failure - errno = 14 : Bad address msgctl04 3 PASS : expected failure - errno = 14 : Bad address msgctl04 4 PASS : expected failure - errno = 22 : Invalid argument msgctl04 5 PASS : expected failure - errno = 22 : Invalid argument msgctl04 6 PASS : expected failure - errno = 22 : Invalid argument msgctl04 0 INFO : WARNING: message queue deletion failed. msgctl04 0 INFO : This could lead to IPC resource problems. msgctl04 0 INFO : id = 65539 msgctl04 0 INFO : WARNING: message queue deletion failed. msgctl04 0 INFO : This could lead to IPC resource problems. msgctl04 0 INFO : id = 65540 msgctl05 1 FAIL : call failed with unexpected error - 14 : Bad address msgctl05 0 INFO : WARNING: message queue deletion failed. msgctl05 0 INFO : This could lead to IPC resource problems. msgctl05 0 INFO : id = 65541 msgctl06 1 PASS : msgctl06 ran successfully! msgctl06 2 FAIL : msgctl(msqid, IPC_RMID) failed === FAILED: msgctl06 bash: line 1: 3724 Segmentation fault (core dumped) ( msgctl07 ) === FAILED: msgctl07 msgctl08 1 BROK : Could not open /proc/sys/kernel/msgmni === FAILED: msgctl08 msgctl09 1 BROK : Could not open /proc/sys/kernel/msgmni === FAILED: msgctl09 msgget01 1 BROK : Could not read a messages in the check_functionality() routine. msgget01 0 INFO : WARNING: message queue deletion failed. msgget01 0 INFO : This could lead to IPC resource problems. msgget01 0 INFO : id = 65543 === FAILED: msgget01 msgget02 1 PASS : expected failure - errno = 17 : File exists msgget02 2 PASS : expected failure - errno = 2 : No such file or directory msgget02 3 PASS : expected failure - errno = 2 : No such file or directory msgget02 0 INFO : WARNING: message queue deletion failed. msgget02 0 INFO : This could lead to IPC resource problems. msgget02 0 INFO : id = 65544 msgget03 1 BROK : Could not open /proc/sys/kernel/msgmni === FAILED: msgget03 msgget04 1 PASS : expected failure - errno = 13 : Permission denied msgget04 2 PASS : expected failure - errno = 13 : Permission denied msgget04 3 PASS : expected failure - errno = 13 : Permission denied msgget04 0 INFO : WARNING: message queue deletion failed. msgget04 0 INFO : This could lead to IPC resource problems. msgget04 0 INFO : id = 65545 msgrcv01 1 BROK : Unexpected signal 15 received. msgrcv01 0 INFO : WARNING: message queue deletion failed. msgrcv01 0 INFO : This could lead to IPC resource problems. msgrcv01 0 INFO : id = 65546 msgrcv01 1 BROK : Unexpected signal 15 received. msgrcv01 0 INFO : WARNING: message queue deletion failed. msgrcv01 0 INFO : This could lead to IPC resource problems. msgrcv01 0 INFO : id = 65546 msgrcv01 0 WARN : tst_rmdir(): rmobj(/tmp/msgw90XOi) failed: lstat(/tmp/msgw90XOi) failed; errno=2: No such file or directory === FAILED: msgrcv01 msgrcv02 1 PASS : expected failure - errno = 13 : Permission denied msgrcv02 2 FAIL : call failed with an unexpected error - 42 : No message of desired type msgrcv02 0 INFO : WARNING: message queue deletion failed. msgrcv02 0 INFO : This could lead to IPC resource problems. msgrcv02 0 INFO : id = 65547 msgrcv02 0 INFO : WARNING: message queue deletion failed. msgrcv02 0 INFO : This could lead to IPC resource problems. msgrcv02 0 INFO : id = 65548 === FAILED: msgrcv02 msgrcv03 1 PASS : expected failure - errno = 22 : Invalid argument msgrcv03 2 BROK : Unexpected signal 15 received. msgrcv03 0 INFO : WARNING: message queue deletion failed. msgrcv03 0 INFO : This could lead to IPC resource problems. msgrcv03 0 INFO : id = 65549 === FAILED: msgrcv03 msgrcv04 1 BROK : Unexpected signal 15 received. msgrcv04 2 BROK : Remaining cases broken msgrcv04 0 INFO : WARNING: message queue deletion failed. msgrcv04 0 INFO : This could lead to IPC resource problems. msgrcv04 0 INFO : id = 65550 === FAILED: msgrcv04 msgrcv05 0 INFO : WARNING: message queue deletion failed. msgrcv05 0 INFO : This could lead to IPC resource problems. msgrcv05 0 INFO : id = 65551 bash: line 1: 3844 Segmentation fault (core dumped) ( msgrcv06 ) === FAILED: msgrcv06 msgsnd01 1 BROK : Can't create message queue === FAILED: msgsnd01 msgsnd02 1 PASS : expected failure - errno = 13 : Permission denied msgsnd02 2 FAIL : unexpected error - 13 : Permission denied msgsnd02 0 INFO : WARNING: message queue deletion failed. msgsnd02 0 INFO : This could lead to IPC resource problems. msgsnd02 0 INFO : id = 65553 === FAILED: msgsnd02 msgsnd03 1 BROK : Can't create message queue msgsnd03 2 BROK : Remaining cases broken msgsnd03 3 BROK : Remaining cases broken msgsnd03 4 BROK : Remaining cases broken === FAILED: msgsnd03 msgsnd04 1 PASS : expected failure - errno = 11 : Resource temporarily unavailable msgsnd04 0 INFO : WARNING: message queue deletion failed. msgsnd04 0 INFO : This could lead to IPC resource problems. msgsnd04 0 INFO : id = 65554 msgsnd05 0 INFO : WARNING: message queue deletion failed. msgsnd05 0 INFO : This could lead to IPC resource problems. msgsnd05 0 INFO : id = 65555 msgsnd06 0 INFO : WARNING: message queue deletion failed. msgsnd06 0 INFO : This could lead to IPC resource problems. msgsnd06 0 INFO : id = 65556 msgsnd06 1 BROK : Unexpected signal 15 received. msgsnd06 1 BROK : Unexpected signal 15 received. msgsnd06 0 WARN : tst_rmdir(): rmobj(/tmp/msgbuOycS) failed: lstat(/tmp/msgbuOycS) failed; errno=2: No such file or directory === FAILED: msgsnd06 msync01 1 PASS : Functionality of msync() successful msync02 1 PASS : Functionality of msync() successful msync03 1 PASS : msync() fails, Invalid address, errno : 22 msync04 1 PASS : mapped region is private and cannot sync, errno:22 msync05 1 FAIL : msync() fails, unexpected errno:22, expected: ENOMEM === FAILED: msync05 munlock01 1 PASS : test 0 passed length = 1 munlock01 2 PASS : test 1 passed length = 1024 munlock01 3 PASS : test 2 passed length = 1048576 munlock01 4 PASS : test 3 passed length = 10485760 munlock02 1 PASS : expected failure - errno = 12 : Cannot allocate memory munlockall01 1 PASS : munlockall() passed with return=0 munlockall02 1 PASS : munlockall() failed as expected for non-superuser:GOT EPERM munmap01 1 PASS : Functionality of munmap() successful munmap02 1 PASS : Functionality of munmap() successful munmap03 1 PASS : munmap() fails, mapped address is invalid, errno:22 nanosleep01 1 PASS : nanosleep functionality is correct nanosleep02 1 BROK : Unexpected signal 11 received. nanosleep03 1 BROK : Unexpected signal 11 received. nanosleep04 1 BROK : Unexpected signal 15 received. nanosleep04 1 BROK : Unexpected signal 15 received. === FAILED: nanosleep04 nftw01 1 PASS : Test block 0 nftw01 2 PASS : Test block 1 nftw01 3 PASS : Test block 2 nftw01 4 PASS : Test block 3 nftw01 5 PASS : Test block 4 nftw01 6 PASS : Test block 5 nftw01 7 PASS : Test block 6 nftw01 8 PASS : Test block 7 nftw01 9 PASS : Test block 8 nftw01 10 PASS : Test block 9 nftw01 11 PASS : Test block 10 nftw01 12 PASS : Test block 11 nftw01 13 PASS : Test block 12 nftw01 14 PASS : Test block 13 nftw01 15 PASS : Test block 14 nftw01 16 PASS : Test block 15 nftw01 17 PASS : Test block 16 nftw01 18 PASS : Test block 17 nftw01 19 PASS : Test block 18 nftw01 20 PASS : Test block 19 nftw01 21 PASS : Test block 20 nftw01 22 PASS : Test block 21 nftw01 23 PASS : Test block 22 nftw01 24 PASS : Test block 23 nftw01 25 PASS : Test block 24 nftw01 26 PASS : Test block 25 nftw01 27 PASS : Test block 26 nftw01 28 PASS : Test block 27 nftw01 29 PASS : Test block 28 nftw01 30 PASS : Test block 29 nftw01 31 PASS : Test passed nftw6401 1 PASS : Test block 0 nftw6401 2 PASS : Test block 1 nftw6401 3 PASS : Test block 2 nftw6401 4 PASS : Test block 3 nftw6401 5 PASS : Test block 4 nftw6401 6 PASS : Test block 5 nftw6401 7 PASS : Test block 6 nftw6401 8 PASS : Test block 7 nftw6401 9 PASS : Test block 8 nftw6401 10 PASS : Test block 9 nftw6401 11 PASS : Test block 10 nftw6401 12 PASS : Test block 11 nftw6401 13 PASS : Test block 12 nftw6401 14 PASS : Test block 13 nftw6401 15 PASS : Test block 14 nftw6401 16 PASS : Test block 15 nftw6401 17 PASS : Test block 16 nftw6401 18 PASS : Test block 17 nftw6401 19 PASS : Test block 18 nftw6401 20 PASS : Test block 19 nftw6401 21 PASS : Test block 20 nftw6401 22 PASS : Test block 21 nftw6401 23 PASS : Test block 22 nftw6401 24 PASS : Test block 23 nftw6401 25 PASS : Test block 24 nftw6401 26 PASS : Test block 25 nftw6401 27 PASS : Test block 26 nftw6401 28 PASS : Test block 27 nftw6401 29 PASS : Test block 28 nftw6401 30 PASS : Test block 29 nftw6401 31 PASS : Test passed nice01 1 PASS : Functionality of nice(-12) successful nice02 1 FAIL : Priority of process : 20 doesn't match the expected:19 === FAILED: nice02 nice03 1 PASS : Functionality of nice(2) is correct nice04 1 PASS : nice(2) returned -1 for Non-root cannot specify higher priority nice05 1 PASS : nice(0) returned 0 open01 1 FAIL : Save test bit cleared, but should not have been open01 2 PASS : directory bit is set as expected === FAILED: open01 open01 1 PASS : open(2) with (O_CREAT | O_RDWR) to create object file through symbolic link file and all writes, reads, and lseeks are ok open01 2 PASS : open(2) with O_RDWR of existing object file through symbolic link file and all writes, reads, and lseeks are ok open01 3 PASS : open(2) with (O_CREAT | O_EXCL) error is caught when creating object file through symbolic link file open01 4 PASS : open(2) error with O_RDWR is caught when processing symbolic link file which points at no object file open01 5 PASS : Nested symbolic link access condition caught. ELOOP is returned open02 1 PASS : open returned ENOENT open03 1 PASS : open(tfile_4017, O_RDWR|O_CREAT,0700) returned 3 open04 1 PASS : call returned expected EMFILE error open05 1 PASS : open returned expected EACCES error open06 1 PASS : call returned expected ENXIO error open07 1 FAIL : call succeeded unexpectedly open07 2 FAIL : open returned unexpected errno, expected: 40, got: 0 open07 3 FAIL : call succeeded unexpectedly open07 4 FAIL : open returned unexpected errno, expected: 40, got: 0 open07 5 FAIL : call succeeded unexpectedly open07 6 FAIL : open returned unexpected errno, expected: 40, got: 0 open07 7 FAIL : call succeeded unexpectedly open07 8 FAIL : open returned unexpected errno, expected: 40, got: 0 === FAILED: open07 open08 1 PASS : expected failure - errno = 17 : File exists open08 2 PASS : expected failure - errno = 21 : Is a directory open08 3 FAIL : call succeeded unexpectedly open08 4 PASS : expected failure - errno = 36 : File name too long open08 5 PASS : expected failure - errno = 13 : Permission denied open08 6 FAIL : unexpected error - 2 : No such file or directory - expected 14 === FAILED: open08 open09 1 PASS : Test passed in block0. open09 2 PASS : Test passed in block1. open09 3 PASS : Test passed. open10 1 PASS : Test passed in block0. open10 2 FAIL : open10.testdir.A.4034/nosetgid: Incorrect group open10 0 INFO : got 1 and 65534 open10 3 FAIL : open10.testdir.A.4034/setgid: Incorrect modes, setgid bit not set open10 4 FAIL : open10.testdir.A.4034/setgid: Incorrect group open10 0 INFO : got 1 and 65534 open10 5 FAIL : Test failed in block1. open10 6 FAIL : open10.testdir.B.4034/setgid: Incorrect modes, setgid bit not set open10 7 FAIL : Test failed in block2. open10 8 PASS : Test passed in block3. open10 9 FAIL : Test failed because of above failures. === FAILED: open10 mincore01 1 FAIL : unexpected error 38 (Function not implemented), expected 22 mincore01 2 FAIL : unexpected error 38 (Function not implemented), expected 14 mincore01 3 FAIL : unexpected error 38 (Function not implemented), expected 12 mincore01 4 FAIL : unexpected error 38 (Function not implemented), expected 12 === FAILED: mincore01 madvise01 1 PASS : madvise test for MADV_NORMAL PASSED madvise01 2 PASS : madvise test for MADV_RANDOM PASSED madvise01 3 PASS : madvise test for MADV_SEQUENTIAL PASSED madvise01 4 PASS : madvise test for MADV_WILLNEED PASSED madvise01 5 PASS : madvise test for MADV_DONTNEED PASSED madvise02 1 FAIL : madvise failed, expected return value = -1, got 0 madvise02 2 PASS : expected failure - errno = 22 : Invalid argument madvise02 3 FAIL : madvise failed, expected return value = -1, got 0 madvise02 4 FAIL : madvise failed, expected return value = -1, got 0 madvise02 5 FAIL : madvise failed, expected return value = -1, got 0 === FAILED: madvise02 pathconf01 1 PASS : pathconf(/tmp, _PC_LINK_MAX) returned 32000 pathconf01 2 PASS : pathconf(/tmp, _PC_NAME_MAX) returned 255 pathconf01 3 PASS : pathconf(/tmp, _PC_PATH_MAX) returned 4096 pathconf01 4 PASS : pathconf(/tmp, _PC_PIPE_BUF) returned 4096 pathconf01 5 PASS : pathconf(/tmp, _PC_CHOWN_RESTRICTED) returned 1 pathconf01 6 PASS : pathconf(/tmp, _PC_NO_TRUNC) returned 1 pause01 1 BROK : Unexpected signal 11 received. === FAILED: pause01 pause02 1 BROK : Unexpected signal 11 received. pause03 1 BROK : Unexpected signal 11 received. === FAILED: pause03 pipe01 1 PASS : pipe() functionality is correct pipe02 1 BROK : Unexpected signal 11 received. pipe02 1 FAIL : SIGPIPE not returned by child process === FAILED: pipe02 pipe03 1 FAIL : success when writing to read end of pipe ret=1, errno=0 pipe03 2 FAIL : success when reading from write end of pipe ret=1, errno=0 === FAILED: pipe03 pipe04 1 PASS : Child 1 killed while writing to a pipe pipe04 2 PASS : Child 2 killed while writing to a pipe pipe05 1 PASS : expected failure - errno = 14 : Bad address pipe06 1 BROK : got unexpected error - 12 === FAILED: pipe06 pipe07 1 FAIL : got unexpected error - 12 === FAILED: pipe07 bash: line 1: 4081 Segmentation fault (core dumped) ( pipe08 ) === FAILED: pipe08 pipe09 1 PASS : functionality appears to be correct pipe10 1 PASS : functionality is correct pipe11 0 INFO : child 1 got 50 chars pipe11 0 INFO : child 2 got 50 chars pipe11 0 INFO : child 3 got 50 chars pipe11 0 INFO : child 4 got 50 chars pipe11 0 INFO : child 5 got 50 chars pipe11 0 INFO : child 6 got 50 chars pipe11 0 INFO : child 7 got 50 chars pipe11 0 INFO : child 8 got 50 chars pipe11 0 INFO : child 9 got 50 chars pipe11 0 INFO : child 10 got 50 chars pipe11 0 INFO : child 11 got 50 chars pipe11 0 INFO : child 12 got 50 chars pipe11 0 INFO : child 13 got 50 chars pipe11 0 INFO : child 15 got 50 chars pipe11 0 INFO : child 16 got 50 chars pipe11 0 INFO : child 17 got 50 chars pipe11 0 INFO : child 18 got 50 chars pipe11 0 INFO : child 19 got 50 chars pipe11 0 INFO : child 20 got 50 chars pipe11 0 INFO : child 21 got 50 chars pipe11 0 INFO : child 22 got 50 chars pipe11 0 INFO : child 23 got 50 chars pipe11 0 INFO : child 24 got 50 chars pipe11 0 INFO : child 25 got 50 chars pipe11 0 INFO : child 26 got 50 chars pipe11 0 INFO : child 27 got 50 chars pipe11 0 INFO : child 28 got 50 chars pipe11 0 INFO : child 29 got 50 chars pipe11 0 INFO : child 30 got 50 chars pipe11 0 INFO : child 31 got 50 chars pipe11 0 INFO : child 32 got 50 chars pipe11 0 INFO : child 33 got 50 chars pipe11 0 INFO : child 34 got 50 chars pipe11 0 INFO : child 35 got 50 chars pipe11 0 INFO : child 36 got 50 chars pipe11 0 INFO : child 38 got 50 chars pipe11 0 INFO : child 39 got 50 chars pipe11 0 INFO : child 40 got 50 chars pipe11 0 INFO : child 41 got 50 chars pipe11 0 INFO : child 42 got 50 chars pipe11 0 INFO : child 43 got 50 chars pipe11 0 INFO : child 44 got 50 chars pipe11 0 INFO : child 45 got 50 chars pipe11 0 INFO : child 46 got 50 chars pipe11 0 INFO : child 47 got 50 chars pipe11 0 INFO : child 48 got 50 chars pipe11 0 INFO : child 49 got 50 chars pipe11 0 INFO : child 50 got 50 chars pipe11 0 INFO : child 14 got 50 chars pipe11 0 INFO : child 37 got 50 chars pipe11 0 INFO : There are 50 children to wait for pipe11 1 PASS : child 1 exitted successfully pipe11 2 PASS : child 2 exitted successfully pipe11 3 PASS : child 3 exitted successfully pipe11 4 PASS : child 4 exitted successfully pipe11 5 PASS : child 5 exitted successfully pipe11 6 PASS : child 6 exitted successfully pipe11 7 PASS : child 7 exitted successfully pipe11 8 PASS : child 8 exitted successfully pipe11 9 PASS : child 9 exitted successfully pipe11 10 PASS : child 10 exitted successfully pipe11 11 PASS : child 11 exitted successfully pipe11 12 PASS : child 12 exitted successfully pipe11 13 PASS : child 13 exitted successfully pipe11 14 PASS : child 14 exitted successfully pipe11 15 PASS : child 15 exitted successfully pipe11 16 PASS : child 16 exitted successfully pipe11 17 PASS : child 17 exitted successfully pipe11 18 PASS : child 18 exitted successfully pipe11 19 PASS : child 19 exitted successfully pipe11 20 PASS : child 20 exitted successfully pipe11 21 PASS : child 21 exitted successfully pipe11 22 PASS : child 22 exitted successfully pipe11 23 PASS : child 23 exitted successfully pipe11 24 PASS : child 24 exitted successfully pipe11 25 PASS : child 25 exitted successfully pipe11 26 PASS : child 26 exitted successfully pipe11 27 PASS : child 27 exitted successfully pipe11 28 PASS : child 28 exitted successfully pipe11 29 PASS : child 29 exitted successfully pipe11 30 PASS : child 30 exitted successfully pipe11 31 PASS : child 31 exitted successfully pipe11 32 PASS : child 32 exitted successfully pipe11 33 PASS : child 33 exitted successfully pipe11 34 PASS : child 34 exitted successfully pipe11 35 PASS : child 35 exitted successfully pipe11 36 PASS : child 36 exitted successfully pipe11 37 PASS : child 37 exitted successfully pipe11 38 PASS : child 38 exitted successfully pipe11 39 PASS : child 39 exitted successfully pipe11 40 PASS : child 40 exitted successfully pipe11 41 PASS : child 41 exitted successfully pipe11 42 PASS : child 42 exitted successfully pipe11 43 PASS : child 43 exitted successfully pipe11 44 PASS : child 44 exitted successfully pipe11 45 PASS : child 45 exitted successfully pipe11 46 PASS : child 46 exitted successfully pipe11 47 PASS : child 47 exitted successfully pipe11 48 PASS : child 48 exitted successfully pipe11 49 PASS : child 49 exitted successfully pipe11 50 PASS : child 50 exitted successfully poll01 1 PASS : Functionality of poll() successful prctl01 0 WARN : prctl() returned -1 errno = 38 : Function not implemented prctl01 1 FAIL : Test Failed prctl01 0 WARN : prctl() returned -1 errno = 38 : Function not implemented prctl01 1 FAIL : Test Failed prctl01 2 FAIL : Test Failed === FAILED: prctl01 prctl02 0 WARN : prctl() returned -1 errno = 38 : Function not implemented prctl02 1 FAIL : Test Failed prctl02 0 WARN : prctl() returned -1 errno = 38 : Function not implemented prctl02 1 FAIL : Test Failed prctl02 2 FAIL : Test Failed === FAILED: prctl02 pread01 1 PASS : Functionality of pread() is correct pread02 1 PASS : pread() fails, file descriptor is a PIPE or FIFO, errno:29 pread02 2 FAIL : pread() returned 0, expected -1, errno:22 === FAILED: pread02 pread03 1 PASS : pread() fails with expected error EISDIR errno:21 bash: line 1: 4169 Segmentation fault (core dumped) ( profil01 ) === FAILED: profil01 pselect01 1 PASS : Basic pselect syscall testing....OK pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 1 secs pselect01 2 PASS : Sleep time was correct pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 2 secs pselect01 3 PASS : Sleep time was correct pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 3 secs pselect01 4 PASS : Sleep time was correct pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 4 secs pselect01 5 PASS : Sleep time was correct pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 1000000 micro secs pselect01 6 PASS : Sleep time was correct pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 2000000 micro secs pselect01 7 PASS : Sleep time was correct pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 3000000 micro secs pselect01 8 PASS : Sleep time was correct pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 4000000 micro secs pselect01 9 PASS : Sleep time was correct ptrace01 0 WARN : ptrace() failed in child ptrace01 1 FAIL : Test Failed ptrace01 0 WARN : ptrace() failed in child ptrace01 1 FAIL : Test Failed ptrace01 2 FAIL : Test Failed === FAILED: ptrace01 ptrace02 0 WARN : ptrace() failed in child ptrace02 1 FAIL : Test Failed ptrace02 0 WARN : ptrace() failed in child ptrace02 1 FAIL : Test Failed ptrace02 2 FAIL : Test Failed === FAILED: ptrace02 ptrace03 0 WARN : ptrace() returned -1; errno: 38, Function not implemented ptrace03 1 FAIL : Test Failed ptrace03 0 WARN : ptrace() returned -1; errno: 38, Function not implemented ptrace03 1 FAIL : Test Failed ptrace03 2 FAIL : Test Failed ptrace03 0 WARN : ptrace() falied with errno, 38 : Function not implemented ptrace03 1 FAIL : Test Failed ptrace03 2 FAIL : Test Failed ptrace03 3 FAIL : Test Failed === FAILED: ptrace03 pwrite01 1 PASS : Functionality of pwrite() successful pwrite02 1 PASS : file descriptor is a PIPE or FIFO, errno:29 pwrite02 2 FAIL : pwrite() returned 1024, expected -1, errno:22 pwrite02 3 PASS : file descriptor is bad, errno:9 pwrite02 0 WARN : tst_rmdir(): rmobj(/tmp/pwr9B6YM2) failed: lstat(/tmp/pwr9B6YM2/pwrite_file) failed; errno=75: Value too large for defined data type === FAILED: pwrite02 pwrite03 1 PASS : pwrite() fails with expected error EFAULT errno:14 pwrite04 1 PASS : O_APPEND test passed. read01 1 PASS : read(pfds) returned 512 read02 1 PASS : expected failure - errno = 9 : Bad file descriptor read02 2 FAIL : call succeeded unexpectedly read02 3 PASS : expected failure - errno = 14 : Bad address === FAILED: read02 kill02 1 BROK : Unexpected signal 15 received. kill02 2 BROK : Remaining cases broken bash: line 1: 4230 Killed ( read03 ) === FAILED: read03 read04 1 PASS : functionality of read() is correct readdir01 1 PASS : found all 10 that were created readdir02 1 PASS : expected failure - errno = 9 : Bad file descriptor readlink01 1 PASS : Reading of symbolic link file contents checks out ok readlink01 2 PASS : Reading of symbolic link file contents checks out ok readlink01 3 PASS : Reading a symbolic link which exceeds maximum pathname error is caught readlink01 4 PASS : Reading a nonsymbolic link file error condition is caught. EINVAL is returned readlink01 1 PASS : readlink() functionality on 'slink_file' is correct readlink02 1 PASS : readlink(./sl_4296, buf, 255) returned 12 readlink03 1 PASS : readlink(), No Search permissions to process, returned errno 13 readlink03 2 PASS : readlink(), No Search permissions to process, returned errno 13 readlink03 3 FAIL : readlink() returned 7, expected -1, errno:22 readlink03 4 PASS : readlink(), File is not symbolic link, returned errno 22 readlink03 5 PASS : readlink(), File is not symbolic link, returned errno 22 readlink03 6 PASS : readlink(), Symlink path too long, returned errno 36 readlink03 7 PASS : readlink(), Symlink path too long, returned errno 36 readlink03 8 PASS : readlink(), Symlink Pathname is empty, returned errno 2 readlink03 9 PASS : readlink(), Symlink Pathname is empty, returned errno 2 === FAILED: readlink03 execvp: No such file or directory readlink04 1 BROK : execvp() failed readlink04 1 FAIL : readlink() on slink_file failed, errno=2 : No such file or directory readlink04 1 FAIL : readlink() on slink_file failed, errno=2 : No such file or directory readlink04 0 WARN : tst_rmdir(): rmobj(/tmp/reaDUvaWm) failed: lstat(/tmp/reaDUvaWm) failed; errno=2: No such file or directory === FAILED: cp -f /ltp-full-20060822/testcases/bin/creat_slink /tmp; readlink04 readv01 1 PASS : readv read 0 io vectors readv01 2 PASS : readv passed reading 64 bytes, followed by two NULL vectors readv02 1 PASS : got EINVAL readv02 2 PASS : got EFAULT readv02 3 PASS : got EBADF readv02 4 PASS : got EINVAL readv03 1 FAIL : Error: readv returned a positive value === FAILED: readv03 reboot01 1 PASS : reboot(2) Passed for option LINUX_REBOOT_CMD_CAD_ON reboot01 2 PASS : reboot(2) Passed for option LINUX_REBOOT_CMD_CAD_OFF reboot02 1 PASS : reboot(2) expected failure; Got errno - EINVAL : Invalid flag reboot02 1 PASS : reboot(2) expected failure; Got errno - EPERM : Permission denied recv01 1 PASS : bad file descriptor successful recv01 2 PASS : invalid socket successful recv01 3 PASS : invalid recv buffer successful recv01 4 PASS : invalid flags set successful recvfrom01 1 PASS : bad file descriptor successful recvfrom01 2 PASS : invalid socket successful recvfrom01 3 FAIL : invalid socket buffer ; returned -1 (expected 0), errno 14 (expected 88) recvfrom01 4 PASS : invalid socket length successful recvfrom01 5 PASS : invalid recv buffer successful recvfrom01 6 PASS : invalid flags set successful === FAILED: recvfrom01 recvmsg01 1 PASS : bad file descriptor successful recvmsg01 2 PASS : invalid socket successful recvmsg01 3 PASS : invalid socket buffer successful recvmsg01 4 PASS : invalid socket length successful recvmsg01 5 FAIL : invalid recv buffer ; returned 0 (expected -1), errno 0 (expected 14) recvmsg01 6 FAIL : invalid iovec buffer ; returned 0 (expected -1), errno 0 (expected 14) recvmsg01 7 FAIL : invalid iovec count ; returned 0 (expected -1), errno 0 (expected 90) recvmsg01 8 PASS : rights reception successful recvmsg01 9 PASS : invalid flags set successful recvmsg01 10 PASS : invalid cmsg length successful recvmsg01 11 PASS : large cmesg length successful === FAILED: recvmsg01 rename01 1 PASS : functionality is correct for renaming a file rename01 2 PASS : functionality is correct for renaming a directory rename01 1 PASS : rename(3) of symbolic link file name which points at no object file is ok rename01 2 PASS : rename(3) of symbolic link file name which points at object file is ok rename02 1 PASS : rename(./tfile_4333, ./rnfile_4333) returned 0 rename03 1 PASS : functionality is correct for renaming a file rename03 2 PASS : functionality is correct for renaming a directory rename04 1 PASS : rename() returned ENOTEMPTY rename05 1 PASS : rename() returned EISDIR rename06 1 PASS : rename() returned EINVAL rename07 1 PASS : rename() returned ENOTDIR rename08 1 FAIL : unexpected error - 2 : No such file or directory - expected 14 rename08 2 FAIL : unexpected error - 2 : No such file or directory - expected 14 rename08 3 PASS : expected failure - errno = 14 : Bad address === FAILED: rename08 rename09 1 PASS : rename() returned EACCES rename10 1 PASS : expected failure - errno = 36 : File name too long rename10 2 PASS : expected failure - errno = 2 : No such file or directory rename12 1 PASS : rename returned EPERM or EACCES rename13 1 PASS : functionality of rename() is correct bash: line 1: 4359 Segmentation fault (core dumped) ( rename14 ) === FAILED: rename14 rmdir01 1 PASS : directory has been removed rmdir02 1 PASS : expected failure - errno = 39 : Directory not empty rmdir02 2 PASS : expected failure - errno = 36 : File name too long rmdir02 3 PASS : expected failure - errno = 2 : No such file or directory rmdir02 4 PASS : expected failure - errno = 20 : Not a directory rmdir02 5 FAIL : unexpected error - 2 : No such file or directory - expected 14 rmdir02 6 PASS : expected failure - errno = 14 : Bad address === FAILED: rmdir02 rmdir03 1 PASS : rmdir() produced EPERM or EACCES rmdir03 1 PASS : rmdir() produced EACCES rmdir03 1 PASS : rmdir(2) of object file through symbolic link file failed as expected rmdir04 1 PASS : rmdir(./dir_4381) returned 0 rmdir05 1 PASS : rmdir(".") failed to remove the current working directory. Returned 22 : Invalid argument rmdir05 2 CONF : rmdir on "dir/." supported on Linux rmdir05 3 CONF : linked directories test not implemented on Linux rmdir05 4 FAIL : rmdir() - path argument points below the minimum allocated address space failed with errno 2 : No such file or directory but expected 14 (EFAULT) rmdir05 5 PASS : rmdir() - path argument points above the maximum allocated address space failed as expected with errno 14 : Bad address rmdir05 6 PASS : rmdir("./dir_4383") removed the directory as expected. === FAILED: rmdir05 sbrk01 1 PASS : sbrk - Increase by 8192 bytes returned 0x8073000 sbrk01 2 PASS : sbrk - Decrease to original size returned 0x8075000 sched_get_priority_max01 1 FAIL : Test for SCHED_OTHER Failed,sched_get_priority_max() returned 63 errno = 0 : Success sched_get_priority_max01 2 FAIL : Test for SCHED_FIFO Failed,sched_get_priority_max() returned 31 errno = 0 : Success sched_get_priority_max01 3 FAIL : Test for SCHED_RR Failed,sched_get_priority_max() returned 31 errno = 0 : Success === FAILED: sched_get_priority_max01 sched_get_priority_max02 1 PASS : Test Passed, Got EINVAL sched_get_priority_min01 1 PASS : Test for SCHED_OTHER Passed sched_get_priority_min01 2 FAIL : Test for SCHED_FIFO Failed,sched_get_priority_min() returned 0 errno = 0 : Success sched_get_priority_min01 3 FAIL : Test for SCHED_RR Failed,sched_get_priority_min() returned 0 errno = 0 : Success === FAILED: sched_get_priority_min01 sched_get_priority_min02 1 PASS : Test Passed, Got EINVAL sched_getparam01 1 FAIL : Test Failed, sched_getparam()returned 0, errno = 0 : Success; returned process priority value is -1 === FAILED: sched_getparam01 sched_getparam02 1 PASS : Test Passed sched_getparam03 1 PASS : expected failure; Got ESRCH sched_getparam03 2 FAIL : Call failed to produce expected error; Expected errno: 22 Got : 3, No such process sched_getparam03 3 FAIL : Call failed to produce expected error; Expected errno: 22 Got : 14, Bad address === FAILED: sched_getparam03 sched_rr_get_interval01 1 PASS : sched_rr_get_interval() returned 0 sched_rr_get_interval02 1 FAIL : Test Failed, sched_rr_get_interval()returned 0, errno = 0 : Success, tp.tv_sec = 0, tp.tv_nsec = 50000000 === FAILED: sched_rr_get_interval02 sched_rr_get_interval03 1 FAIL : Test Failed, sched_rr_get_interval() returned -1, errno = 3 : No such process sched_rr_get_interval03 2 PASS : Test Passed sched_rr_get_interval03 3 PASS : Test Passed === FAILED: sched_rr_get_interval03 sched_setparam01 1 FAIL : Test Failed, sched_setparam()returned -1, errno = 22 : Invalid argument === FAILED: sched_setparam01 sched_setparam02 1 PASS : Test with policy SCHED_FIFO Passed sched_setparam02 2 PASS : Test with policy SCHED_RR Passed sched_setparam02 3 FAIL : Test with SCHED_OTHER Failed. sched_setparam() returned -1, errno: 22; Invalid argument === FAILED: sched_setparam02 sched_setparam03 1 PASS : Test Passed sched_setparam04 1 PASS : expected failure; Got ESRCH sched_setparam04 2 FAIL : Call failed to produce expected error; Expected errno: 22 Got : 3, No such process sched_setparam04 3 FAIL : Call failed to produce expected error; Expected errno: 22 Got : 14, Bad address sched_setparam04 4 PASS : expected failure; Got EINVAL === FAILED: sched_setparam04 sched_setparam05 0 WARN : Test failed, sched_setparam() returned : -1, Error number: 22, Invalid argument sched_setparam05 1 FAIL : Test Failed === FAILED: sched_setparam05 sched_getscheduler01 1 PASS : policy value returned is correct sched_getscheduler01 2 PASS : policy value returned is correct sched_getscheduler01 3 PASS : policy value returned is correct sched_getscheduler02 1 PASS : call failed with ESRCH sched_setscheduler01 1 PASS : expected failure - errno = 3 : No such process sched_setscheduler01 2 PASS : expected failure - errno = 22 : Invalid argument sched_setscheduler01 3 PASS : expected failure - errno = 14 : Bad address sched_setscheduler01 4 FAIL : call succeeded unexpectedly === FAILED: sched_setscheduler01 sched_setscheduler02 1 PASS : got EPERM sched_yield01 1 PASS : sched_yield() call succeeded select01 1 PASS : select(4, &Readfds, 0, 0, &timeout) timeout = 0 usecs select02 1 PASS : select(5, &Readfds, &Writefds, 0, &timeout) timeout = 0 usecs bash: line 1: 4465 Killed ( select03 ) === FAILED: select03 semctl01 1 FAIL : semaphore STAT info is incorrect semctl01 2 FAIL : semaphore mode info is incorrect semctl01 3 FAIL : semctl01 call failed - errno = 22 : Invalid argument semctl01 4 PASS : number of sleeping processes is correct semctl01 1 FAIL : semaphore STAT info is incorrect semctl01 2 FAIL : semaphore mode info is incorrect semctl01 3 FAIL : semctl01 call failed - errno = 22 : Invalid argument semctl01 4 PASS : number of sleeping processes is correct semctl01 5 PASS : last pid value is correct semctl01 6 PASS : semaphore value is correct semctl01 7 PASS : number of sleeping processes is correct semctl01 8 FAIL : semctl01 call failed - errno = 22 : Invalid argument semctl01 9 PASS : semaphore value is correct semctl01 10 PASS : semaphore appears to be removed === FAILED: semctl01 semctl02 1 PASS : expected failure - errno = 13 : Permission denied semctl03 1 PASS : expected failure - errno = 22 : Invalid argument semctl03 2 PASS : expected failure - errno = 22 : Invalid argument semctl03 3 FAIL : unexpected error - 22 : Invalid argument semctl03 4 PASS : expected failure - errno = 14 : Bad address === FAILED: semctl03 semctl04 1 PASS : expected failure - errno = 1 : Operation not permitted semctl04 2 PASS : expected failure - errno = 1 : Operation not permitted semctl05 1 PASS : expected failure - errno = 34 : Numerical result out of range semctl05 2 FAIL : unexpected error - 22 : Invalid argument semctl05 3 PASS : expected failure - errno = 34 : Numerical result out of range === FAILED: semctl05 semctl06 1 FAIL : error on GETALL semctl06 2 FAIL : semctl() failed errno 22 semctl06 3 FAIL : error on i 0 orig 0 final 485 semctl06 4 FAIL : error on i 1 orig 0 final 355 semctl06 5 FAIL : error on i 2 orig 0 final 337 semctl06 6 FAIL : error on i 3 orig 0 final 151 semctl06 7 FAIL : error on i 4 orig 0 final 772 semctl06 1 FAIL : error on GETALL semctl06 2 FAIL : semctl() failed errno 22 semctl06 3 FAIL : error on i 0 orig 0 final 735 semctl06 4 FAIL : error on i 1 orig 0 final 848 semctl06 5 FAIL : error on i 2 orig 0 final 996 semctl06 6 FAIL : error on i 3 orig 0 final 729 semctl06 7 FAIL : error on i 4 orig 0 final 320 semctl06 1 FAIL : error on GETALL semctl06 2 FAIL : semctl() failed errno 22 semctl06 3 FAIL : error on i 0 orig 0 final 847 semctl06 4 FAIL : error on i 1 orig 0 final 778 semctl06 5 FAIL : error on i 2 orig 0 final 749 semctl06 6 FAIL : error on i 3 orig 0 final 197 semctl06 7 FAIL : error on i 4 orig 0 final 954 semctl06 1 FAIL : semctl06[4569] Test failed. exit=0x100 semctl06 2 FAIL : semctl06[4567] Test failed. exit=0x100 semctl06 3 FAIL : semctl06[4568] Test failed. exit=0x100 semctl06 4 FAIL : semctl06 failed === FAILED: semctl06 semctl07 1 PASS : semctl07 ran successfully! semget01 1 PASS : basic semaphore values are okay semget02 1 PASS : expected failure - errno = 13 : Permission denied semget02 2 PASS : expected failure - errno = 17 : File exists semget03 1 PASS : expected failure - errno = 2 : No such file or directory bash: line 1: 4595 Segmentation fault (core dumped) ( semget05 ) === FAILED: semget05 semget06 1 PASS : expected failure - errno = 22 : Invalid argument semget06 2 PASS : expected failure - errno = 22 : Invalid argument semop01 1 BROK : semctl() failed in functional test === FAILED: semop01 semop02 1 PASS : expected failure - errno = 7 : Argument list too long semop02 2 PASS : expected failure - errno = 13 : Permission denied semop02 3 PASS : expected failure - errno = 14 : Bad address semop02 4 FAIL : call succeeded unexpectedly semop02 5 PASS : expected failure - errno = 22 : Invalid argument === FAILED: semop02 semop03 1 PASS : expected failure - errno = 27 : File too large semop03 2 PASS : expected failure - errno = 27 : File too large semop04 1 PASS : expected failure - errno = 11 : Resource temporarily unavailable semop04 2 PASS : expected failure - errno = 11 : Resource temporarily unavailable semop05 1 PASS : expected failure - errno = 43 : Identifier removed semop05 1 PASS : expected failure - errno = 43 : Identifier removed send01 1 PASS : bad file descriptor successful send01 2 PASS : invalid socket successful send01 3 PASS : invalid send buffer successful send01 4 PASS : UDP message too big successful send01 5 PASS : local endpoint shutdown successful send01 6 FAIL : invalid flags set ; returned -1 (expected -1), errno 22 (expected 14) === FAILED: send01 sendfile02 1 FAIL : sendfile(2) failed to return expected value, expected: 26, got: -1 sendfile02 2 FAIL : sendfile(2) failed to return expected value, expected: 24, got: -1 sendfile02 3 FAIL : sendfile(2) failed to return expected value, expected: 22, got: -1 sendfile02 4 FAIL : sendfile(2) failed to return expected value, expected: 20, got: -1 === FAILED: sendfile02 sendfile03 1 FAIL : sendfile returned unexpectederrno, expected: 9, got: 38 sendfile03 2 FAIL : sendfile returned unexpectederrno, expected: 9, got: 38 sendfile03 3 FAIL : sendfile returned unexpectederrno, expected: 9, got: 38 === FAILED: sendfile03 lo: unknown interface: Invalid argument SIOCSIFADDR: Invalid argument lo: unknown interface: Invalid argument sendmsg01 1 BROK : ifconfig failed to bring up loop back device sendmsg01 2 BROK : Remaining cases broken sendmsg01 3 BROK : Remaining cases broken sendmsg01 4 BROK : Remaining cases broken sendmsg01 5 BROK : Remaining cases broken sendmsg01 6 BROK : Remaining cases broken sendmsg01 7 BROK : Remaining cases broken sendmsg01 8 BROK : Remaining cases broken sendmsg01 9 BROK : Remaining cases broken sendmsg01 10 BROK : Remaining cases broken sendmsg01 11 BROK : Remaining cases broken sendmsg01 12 BROK : Remaining cases broken sendmsg01 13 BROK : Remaining cases broken sendmsg01 14 BROK : Remaining cases broken sendmsg01 15 BROK : Remaining cases broken sendmsg01 16 BROK : Remaining cases broken === FAILED: sendmsg01 sendto01 1 PASS : bad file descriptor successful sendto01 2 PASS : invalid socket successful sendto01 3 PASS : invalid send buffer successful sendto01 4 PASS : connected TCP successful sendto01 5 FAIL : not connected TCP ; returned 0 (expected -1), errno 0 (expected 32) sendto01 6 PASS : invalid to buffer length successful sendto01 7 PASS : invalid to buffer successful sendto01 8 PASS : UDP message too big successful sendto01 9 PASS : local endpoint shutdown successful sendto01 10 FAIL : invalid flags set ; returned -1 (expected 0), errno 22 (expected 32) === FAILED: sendto01 setdomainname01 1 PASS : setdomainname() returned 0, Domain name set to "test_dom" setdomainname02 1 PASS : expected failure; Got EINVAL setdomainname02 2 FAIL : Call failed to produce expected error; Expected errno: 22 Got : 0, Success setdomainname02 3 PASS : expected failure; Got EFAULT === FAILED: setdomainname02 setdomainname03 1 PASS : expected failure; Got EPERM setfsgid01 1 FAIL : setfsgid() returned -38, expeceted 0 === FAILED: setfsgid01 setfsgid02 1 PASS : setfsgid() returned expected value : -38 setfsgid03 1 PASS : setfsgid() returned expected value : -38 setfsuid01 1 FAIL : setfsuid() returned -38, expected 0 setfsuid02 1 PASS : setfsuid() returned expected value : -38 setfsuid03 1 PASS : setfsuid() returned expected value : -38 setgid01 1 PASS : setgid(0) returned 0 setgid02 1 PASS : setgid returned EPERM setgid03 1 PASS : functionality of getgid() is correct setegid01 1 PASS : setegid() passed functional test setgroups01 1 FAIL : setgroups(65536, list) Failed, errno=22 : Invalid argument === FAILED: setgroups01 setgroups02 1 FAIL : setgroups(65536, groups_list) Failed, errno=22 : Invalid argument === FAILED: setgroups02 setgroups03 1 PASS : setgroups(65537) fails, Size is > sysconf(_SC_NGROUPS_MAX), errno=22 setgroups03 2 FAIL : setgroups(65536) fails, Permission denied, not super-user, errno=22, expected errno=1 === FAILED: setgroups03 setgroups04 1 FAIL : setgroups() fails, EFAULT, errno=22, expected errno=14 === FAILED: setgroups04 sethostname01 1 PASS : sethostname() returned 0, Hostname set to "ltphost" sethostname02 1 PASS : expected failure; Got EINVAL sethostname02 2 FAIL : call failed to produce expected error; errno: 0 : Success sethostname02 3 PASS : expected failure; Got EFAULT === FAILED: sethostname02 sethostname03 1 PASS : Expected Failure; Got EPERM setitimer01 1 PASS : functionality is correct setitimer02 1 PASS : expected failure - errno = 14 - Bad address setitimer03 1 PASS : expected failure - errno = 22 - Invalid argument setpgid01 1 PASS : setpgid(4693, 1502) returned 0 setpgid02 1 PASS : expected failure - errno = 22 : Invalid argument setpgid02 2 PASS : expected failure - errno = 3 : No such process setpgid02 3 PASS : expected failure - errno = 1 : Operation not permitted cannot set up thread-local storage: cannot set up LDT for thread-local storage setpgid03 1 PASS : setpgid SUCCESS to set errno to EPERM setpgid03 2 FAIL : setpgid FAILED, expect EACCES got 1 === FAILED: setpgid03 setpgrp01 1 PASS : setpgrp - Call the setpgrp system call returned 0 setpgrp02 1 PASS : functionality is correct setpriority01 1 PASS : functionality is correct setpriority02 1 PASS : expected failure - errno = 13 - Permission denied setpriority03 1 PASS : expected failure - errno = 22 - Invalid argument setpriority04 1 BROK : Could not open /proc/sys/kernel/pid_max === FAILED: setpriority04 setpriority05 1 PASS : expected failure - errno = 1 - Operation not permitted setregid01 1 PASS : setregid - Dont change either real or effective gid returned 0 setregid01 2 PASS : setregid - change effective to effective gid returned 0 setregid01 3 PASS : setregid - change real to real gid returned 0 setregid01 4 PASS : setregid - change effective to real gid returned 0 setregid01 5 PASS : setregid - try to change real to current real returned 0 setregid02 1 PASS : setregid(-1, 0) failed as expected. setregid02 0 INFO : ERROR: After setregid(-1, root), real gid = 65534; effective gid = 65534 setregid02 0 INFO : Expected: real gid = 100; effective gid = 100 setregid02 2 PASS : setregid(-1, 1) failed as expected. setregid02 0 INFO : ERROR: After setregid(-1, bin) real gid = 65534; effective gid = 65534 setregid02 0 INFO : Expected: real gid = 100; effective gid = 100 setregid02 3 PASS : setregid(0, -1) failed as expected. setregid02 0 INFO : ERROR: After setregid(root,-1), real gid = 65534; effective gid = 65534 setregid02 0 INFO : Expected: real gid = 100; effective gid = 100 setregid02 4 PASS : setregid(1, -1) failed as expected. setregid02 0 INFO : ERROR: After setregid(bin, -1), real gid = 65534; effective gid = 65534 setregid02 0 INFO : Expected: real gid = 100; effective gid = 100 setregid02 5 PASS : setregid(0, 1) failed as expected. setregid02 0 INFO : ERROR: After setregid(root, bin) real gid = 65534; effective gid = 65534 setregid02 0 INFO : Expected: real gid = 100; effective gid = 100 setregid02 6 PASS : setregid(1, 0) failed as expected. setregid02 0 INFO : ERROR: After setregid(bin, root), real gid = 65534; effective gid = 65534 setregid02 0 INFO : Expected: real gid = 100; effective gid = 100 setregid02 7 PASS : setregid(65535, -1) failed as expected. setregid02 0 INFO : ERROR: After setregid(invalid group, -1), real gid = 65534; effective gid = 65534 setregid02 0 INFO : Expected: real gid = 100; effective gid = 100 setregid02 8 PASS : setregid(-1, 65535) failed as expected. setregid02 0 INFO : ERROR: After setregid(-1, invalid group), real gid = 65534; effective gid = 65534 setregid02 0 INFO : Expected: real gid = 100; effective gid = 100 setregid03 1 PASS : setregid(3, 1) succeeded as expected. setregid03 2 PASS : setregid(-1, 3) succeeded as expected. setregid03 3 PASS : setregid(-1, 1) succeeded as expected. setregid03 4 PASS : setregid(1, -1) succeeded as expected. setregid03 5 PASS : setregid(-1, -1) succeeded as expected. setregid03 6 PASS : setregid(-1, 1) succeeded as expected. setregid03 7 PASS : setregid(1, -1) succeeded as expected. setregid03 8 PASS : setregid(1, 1) succeeded as expected. setregid03 9 PASS : setregid(3, -1) failed as expected. setregid03 10 PASS : setregid(-1, 3) failed as expected. setregid03 11 PASS : setregid(3, 3) failed as expected. setregid04 1 PASS : real or effective gid was modified as expected setregid04 2 PASS : real or effective gid was modified as expected setregid04 3 PASS : real or effective gid was modified as expected setregid04 4 PASS : real or effective gid was modified as expected setregid04 5 PASS : real or effective gid was modified as expected setregid04 6 PASS : real or effective gid was modified as expected setregid04 7 PASS : real or effective gid was modified as expected setregid04 8 PASS : real or effective gid was modified as expected setregid04 9 PASS : real or effective gid was modified as expected setresgid01 1 PASS : Test for setresgid(-1, -1, -1) successful setresgid01 2 PASS : Test for setresgid(-1, -1, nobody) successful setresgid01 3 PASS : Test for setresgid(-1, nobody, -1) successful setresgid01 4 PASS : Test for setresgid(nobody, -1, -1) successful setresgid01 5 PASS : Test for setresgid(root, root, root) successful setresgid02 1 PASS : Test for setresgid(-1, -1, -1) successful setresgid02 2 PASS : Test for setresgid(-1, -1, bin) successful setresgid02 3 PASS : Test for setresgid(-1, bin, -1) successful setresgid02 4 PASS : Test for setresgid(bin, -1, -1) successful setresgid02 5 PASS : Test for setresgid(root, root, root) successful setresgid02 6 PASS : Test for setresgid(root, nobody, nobody) successful setresgid03 1 PASS : setresgid() failed as expected for unprivileged user : errno 1 setresgid03 2 PASS : setresgid() failed as expected for unprivileged user : errno 1 setresgid03 3 PASS : setresgid() failed as expected for unprivileged user : errno 1 setresgid03 4 PASS : setresgid() failed as expected for unprivileged user : errno 1 setresuid01 1 PASS : real uid = 0, effective uid = 0, and saved uid = 0 as expected setresuid01 2 PASS : real uid = 0, effective uid = 0, and saved uid = 65534 as expected setresuid01 3 PASS : real uid = 0, effective uid = 1, and saved uid = 65534 as expected setresuid01 4 PASS : real uid = 0, effective uid = 1, and saved uid = 0 as expected setresuid01 5 PASS : real uid = 0, effective uid = 1, and saved uid = 1 as expected setresuid01 6 PASS : real uid = 0, effective uid = 0, and saved uid = 1 as expected setresuid01 7 PASS : real uid = 65534, effective uid = 0, and saved uid = 1 as expected setresuid01 8 PASS : real uid = 65534, effective uid = 0, and saved uid = 1 as expected setresuid01 9 PASS : real uid = 0, effective uid = 0, and saved uid = 0 as expected setresuid02 1 PASS : setresuid(-1, -1, 1) succeeded as expected. setresuid02 0 INFO : real uid = 65534, effective uid = 1, and saved uid = 1 as expected setresuid02 2 PASS : setresuid(-1, 65534, -1) succeeded as expected. setresuid02 0 INFO : real uid = 65534, effective uid = 65534, and saved uid = 1 as expected setresuid02 3 PASS : setresuid(1, -1, -1) succeeded as expected. setresuid02 0 INFO : real uid = 1, effective uid = 65534, and saved uid = 1 as expected setresuid03 1 PASS : setresuid(65534, -1, -1) failed as expected. setresuid03 0 INFO : real uid = 0, effective uid = 1, and saved uid = 1 as expected setresuid03 2 PASS : setresuid(-1, -1, 65534) failed as expected. setresuid03 0 INFO : real uid = 0, effective uid = 1, and saved uid = 1 as expected setresuid03 3 PASS : setresuid(-1, 65534, -1) failed as expected. setresuid03 0 INFO : real uid = 0, effective uid = 1, and saved uid = 1 as expected setresuid03 4 PASS : setresuid(-1, -1, 65533) failed as expected. setresuid03 0 INFO : real uid = 0, effective uid = 1, and saved uid = 1 as expected setresuid03 5 PASS : setresuid(-1, 65533, -1) failed as expected. setresuid03 0 INFO : real uid = 0, effective uid = 1, and saved uid = 1 as expected setreuid01 1 PASS : setreuid - Don't change either real or effective uid returned 0 setreuid01 2 PASS : setreuid - change effective to effective uid returned 0 setreuid01 3 PASS : setreuid - change real to real uid returned 0 setreuid01 4 PASS : setreuid - change effective to real uid returned 0 setreuid01 5 PASS : setreuid - try to change real to current real returned 0 setreuid02 1 PASS : real or effective uid was modified as expected setreuid02 2 PASS : real or effective uid was modified as expected setreuid02 3 PASS : real or effective uid was modified as expected setreuid02 4 PASS : real or effective uid was modified as expected setreuid02 5 PASS : real or effective uid was modified as expected setreuid02 6 PASS : real or effective uid was modified as expected setreuid02 7 PASS : real or effective uid was modified as expected setreuid03 1 PASS : setreuid(65534, 65534) succeeded as expected. setreuid03 2 PASS : setreuid(-1, 65534) succeeded as expected. setreuid03 3 PASS : setreuid(65534, -1) succeeded as expected. setreuid03 4 PASS : setreuid(-1, -1) succeeded as expected. setreuid03 5 PASS : setreuid(-1, 0) failed as expected. setreuid03 6 PASS : setreuid(0, -1) failed as expected. setreuid03 7 PASS : setreuid(0, 0) failed as expected. setreuid03 8 PASS : setreuid(0, 65534) failed as expected. setreuid03 9 PASS : setreuid(0, 1) failed as expected. setreuid03 10 PASS : setreuid(1, 0) failed as expected. setreuid03 11 PASS : setreuid(1, -1) failed as expected. setreuid03 12 PASS : setreuid(1, 1) failed as expected. setreuid03 13 PASS : setreuid(1, 65534) failed as expected. setreuid03 14 PASS : setreuid(65534, 1) failed as expected. setreuid04 1 PASS : setreuid(-1, -1) succeeded as expected. setreuid04 2 PASS : setreuid(65534, 65534) succeeded as expected. setreuid05 1 PASS : setreuid(65534, 0) succeeded as expected. setreuid05 2 PASS : setreuid(-1, 65534) succeeded as expected. setreuid05 3 PASS : setreuid(-1, 0) succeeded as expected. setreuid05 4 PASS : setreuid(2, -1) succeeded as expected. setreuid05 5 PASS : setreuid(-1, 1) succeeded as expected. setreuid05 6 PASS : setreuid(-1, 0) failed as expected. setreuid05 7 PASS : setreuid(-1, 65534) failed as expected. setreuid05 8 PASS : setreuid(-1, 2) succeeded as expected. setreuid05 9 PASS : setreuid(-1, 1) succeeded as expected. setreuid05 10 PASS : setreuid(1, 2) succeeded as expected. setreuid05 11 PASS : setreuid(-1, 1) succeeded as expected. setreuid05 12 PASS : setreuid(-1, 2) succeeded as expected. setreuid05 13 PASS : setreuid(2, -1) succeeded as expected. setreuid05 14 PASS : setreuid(-1, 1) failed as expected. setreuid06 1 PASS : setreuid set errno to EPERM as expected setrlimit01 1 PASS : RLIMIT_NOFILE functionality is correct setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 3 PASS : RLIMIT_NPROC functionality is correct setrlimit01 4 PASS : RLIMIT_CORE functionality is correct setrlimit01 2 PASS : RLIMIT_FSIZE test PASSED setrlimit01 3 PASS : RLIMIT_NPROC functionality is correct setrlimit02 1 PASS : expected failure - errno = 14 : Bad address setrlimit02 2 PASS : expected failure - errno = 22 : Invalid argument setrlimit02 3 PASS : expected failure - errno = 1 : Operation not permitted setrlimit03 1 FAIL : call succeeded unexpectedly === FAILED: setrlimit03 setsid01 1 PASS : setsid SUCCESS to set errno to EPERM setsid01 1 PASS : all misc tests passed setsockopt01 1 PASS : bad file descriptor successful setsockopt01 2 PASS : bad file descriptor successful setsockopt01 3 PASS : invalid option buffer successful setsockopt01 4 PASS : invalid optlen successful setsockopt01 5 PASS : invalid level successful setsockopt01 6 PASS : invalid option name (UDP) successful setsockopt01 7 PASS : invalid option name (IP) successful setsockopt01 8 PASS : invalid option name (TCP) successful settimeofday01 1 FAIL : Error Setting Time, errno=38 settimeofday01 2 FAIL : Test condition 1 failed settimeofday01 3 PASS : Test condition 2 successful settimeofday01 0 WARN : FATAL COULD NOT RESET THE CLOCK settimeofday01 4 FAIL : Error Setting Time, errno=38 === FAILED: settimeofday01 settimeofday02 1 FAIL : Expected EFAULT got 38 settimeofday02 2 FAIL : Expected EPERM got 38 === FAILED: settimeofday02 setuid01 1 PASS : setuid - Set the effective user ID to the current real uid returned 0 setuid02 1 PASS : setuid - Set the effective user ID to the current real uid returned 0 setuid03 1 PASS : setuid returned errno EPERM shmat01 1 PASS : conditions and functionality are correct shmat01 2 PASS : conditions and functionality are correct shmat01 3 PASS : conditions and functionality are correct shmat02 1 PASS : expected failure - errno = 22 : Invalid argument shmat02 2 PASS : expected failure - errno = 22 : Invalid argument shmat02 3 PASS : expected failure - errno = 13 : Permission denied shmat03 1 PASS : expected failure - errno = 13 : Permission denied shmctl01 1 PASS : pid, size, # of attaches and mode are correct - pass #1 shmctl01 2 FAIL : # of attaches is incorrect - 9 shmctl01 3 PASS : new mode and change time are correct shmctl01 4 PASS : shared memory appears to be removed === FAILED: shmctl01 shmctl02 1 PASS : expected failure - errno = 13 : Permission denied shmctl02 2 PASS : expected failure - errno = 14 : Bad address shmctl02 3 PASS : expected failure - errno = 14 : Bad address shmctl02 4 PASS : expected failure - errno = 22 : Invalid argument shmctl02 5 PASS : expected failure - errno = 22 : Invalid argument shmctl02 6 CONF : shmctl() did not fail for non-root user.This may be okay for your distribution. shmctl02 7 CONF : shmctl() did not fail for non-root user.This may be okay for your distribution. shmctl03 1 PASS : expected failure - errno = 13 : Permission denied shmctl03 2 PASS : expected failure - errno = 1 : Operation not permitted shmctl03 3 PASS : expected failure - errno = 1 : Operation not permitted shmctl04 1 PASS : SHM_INFO call succeeded shmdt01 1 PASS : shared memory detached correctly shmdt02 1 PASS : expected failure - errno = 22 : Invalid argument shmget01 1 PASS : size, pid & mode are correct shmget02 1 PASS : expected failure - errno = 22 : Invalid argument shmget02 2 PASS : expected failure - errno = 22 : Invalid argument shmget02 3 PASS : expected failure - errno = 22 : Invalid argument shmget02 4 PASS : expected failure - errno = 17 : File exists shmget02 5 PASS : expected failure - errno = 2 : No such file or directory shmget03 1 PASS : expected failure - errno = 28 : No space left on device shmget04 1 PASS : expected failure - errno = 13 : Permission denied shmget05 1 PASS : expected failure - errno = 13 : Permission denied cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 4898 Segmentation fault (core dumped) ( sigaction01 ) === FAILED: sigaction01 sigaction02 1 PASS : call failed with expected EINVAL error sigaction02 2 PASS : call failed with expected EINVAL error sigaction02 3 PASS : call failed with expected EINVAL error sigaltstack01 1 BROK : Unexpected signal 11 received. === FAILED: sigaltstack01 sigaltstack02 1 PASS : stgaltstack() fails, Invalid Flag value, errno:22 sigaltstack02 2 PASS : stgaltstack() fails, alternate stack is < MINSIGSTKSZ, errno:12 sighold02 1 PASS : Sighold called without error for 57 of 64 signals sighold02 2 PASS : No signals trapped after being sent by parent signal01 1 PASS : From child: signal(SIGKILL, catchsig) ret:0xffffffff SIG_ERR (-1) as expected signal01 2 PASS : The child was killed by SIGKILL. signal01 3 PASS : From child: signal(SIGKILL, SIG_IGN) ret:0xffffffff SIG_ERR (-1) as expected signal01 4 PASS : The child was killed by SIGKILL. signal01 5 FAIL : signal(SIGKILL,SIG_DFL) ret:(nil), errno:-4 expected ret:-1, errno:22 === FAILED: signal01 signal02 1 PASS : expected failure - errno = 22 - Invalid argument signal02 2 PASS : expected failure - errno = 22 - Invalid argument signal02 3 PASS : expected failure - errno = 22 - Invalid argument signal03 1 PASS : signal03 call succeeded signal03 2 PASS : signal03 call succeeded signal03 3 PASS : signal03 call succeeded signal03 4 PASS : signal03 call succeeded signal03 5 PASS : signal03 call succeeded signal03 6 PASS : signal03 call succeeded signal03 7 PASS : signal03 call succeeded signal03 8 PASS : signal03 call succeeded signal03 9 PASS : signal03 call succeeded signal03 10 PASS : signal03 call succeeded signal03 11 PASS : signal03 call succeeded signal03 12 PASS : signal03 call succeeded signal03 13 PASS : signal03 call succeeded signal03 14 PASS : signal03 call succeeded signal03 15 PASS : signal03 call succeeded signal03 16 PASS : signal03 call succeeded signal03 17 PASS : signal03 call succeeded signal03 18 PASS : signal03 call succeeded signal03 19 PASS : signal03 call succeeded signal03 20 PASS : signal03 call succeeded signal03 21 PASS : signal03 call succeeded signal03 22 PASS : signal03 call succeeded signal03 23 PASS : signal03 call succeeded signal03 24 PASS : signal03 call succeeded signal03 25 PASS : signal03 call succeeded signal03 26 PASS : signal03 call succeeded signal03 27 PASS : signal03 call succeeded signal03 28 PASS : signal03 call succeeded signal03 29 PASS : signal03 call succeeded signal03 30 PASS : signal03 call succeeded signal03 31 PASS : signal03 call succeeded signal04 1 PASS : signal04 call succeeded received 0. signal04 2 PASS : signal04 call succeeded received 0. signal04 3 PASS : signal04 call succeeded received 0. signal04 4 PASS : signal04 call succeeded received 0. signal04 5 PASS : signal04 call succeeded received 0. signal04 6 PASS : signal04 call succeeded received 0. signal04 7 PASS : signal04 call succeeded received 0. signal04 8 PASS : signal04 call succeeded received 0. signal04 9 PASS : signal04 call succeeded received 0. signal04 10 PASS : signal04 call succeeded received 0. signal04 11 PASS : signal04 call succeeded received 0. signal04 12 PASS : signal04 call succeeded received 0. signal04 13 PASS : signal04 call succeeded received 0. signal04 14 PASS : signal04 call succeeded received 0. signal04 15 PASS : signal04 call succeeded received 0. signal04 16 PASS : signal04 call succeeded received 0. signal04 17 PASS : signal04 call succeeded received 0. signal04 18 PASS : signal04 call succeeded received 0. signal04 19 PASS : signal04 call succeeded received 0. signal04 20 PASS : signal04 call succeeded received 0. signal04 21 PASS : signal04 call succeeded received 0. signal04 22 PASS : signal04 call succeeded received 0. signal04 23 PASS : signal04 call succeeded received 0. signal04 24 PASS : signal04 call succeeded received 0. signal04 25 PASS : signal04 call succeeded received 0. signal04 26 PASS : signal04 call succeeded received 0. signal04 27 PASS : signal04 call succeeded received 0. signal04 28 PASS : signal04 call succeeded received 0. bash: line 1: 4922 Segmentation fault (core dumped) ( signal05 ) === FAILED: signal05 sigpending02 1 PASS : expected failure - errno = 14 : Bad address sigprocmask01 1 BROK : Unexpected signal 11 received. === FAILED: sigprocmask01 sigrelse01 1 BROK : Unexpected signal killed child. sig:139. === FAILED: sigrelse01 sigsuspend01 1 BROK : Unexpected signal 11 received. === FAILED: sigsuspend01 socket01 1 PASS : invalid domain successful socket01 2 PASS : invalid type successful socket01 3 PASS : UNIX domain dgram successful socket01 4 FAIL : raw open as non-root ; returned 3 (expected -1), errno 0 (expected 94) socket01 5 PASS : UDP socket successful socket01 6 PASS : UDP stream successful socket01 7 PASS : TCP dgram successful socket01 8 PASS : TCP socket successful socket01 9 PASS : ICMP stream successful === FAILED: socket01 socketcall01 1 PASS : socketcall() passed for :TCP stream with return=3 socketcall01 2 PASS : socketcall() passed for :unix domain dgram with return=3 socketcall01 3 PASS : socketcall() passed for :Raw socket with return=3 socketcall01 4 PASS : socketcall() passed for :UDP dgram with return=3 socketcall02 1 FAIL : socketcall() Failed with wrong experrno =22 got: errno=38 : Function not implemented === FAILED: socketcall02 socketcall03 1 PASS : socketcall() passed for bind call with return=0 socketcall04 1 PASS : socketcall() passed for listen call with return=0 socketpair01 1 PASS : invalid domain successful socketpair01 2 PASS : invalid type successful socketpair01 3 PASS : UNIX domain dgram successful socketpair01 4 FAIL : raw open as non-root ; returned -1 (expected -1), errno 95 (expected 94) socketpair01 5 PASS : bad pointer successful socketpair01 6 PASS : bad pointer successful socketpair01 7 PASS : UDP socket successful socketpair01 8 PASS : TCP dgram successful socketpair01 9 PASS : TCP socket successful socketpair01 10 PASS : ICMP stream successful === FAILED: socketpair01 sockioctl01 1 PASS : bad file descriptor successful sockioctl01 2 PASS : not a socket successful sockioctl01 3 PASS : invalid option buffer successful sockioctl01 4 FAIL : ATMARK on UDP ; returned 0 (expected -1), errno 0 (expected 22) sockioctl01 5 PASS : SIOCGIFCONF successful sockioctl01 6 PASS : SIOCGIFFLAGS successful sockioctl01 7 PASS : SIOCGIFFLAGS with invalid ifr successful sockioctl01 8 FAIL : SIOCSIFFLAGS with invalid ifr ; returned -1 (expected -1), errno 22 (expected 14) === FAILED: sockioctl01 stat01 1 PASS : Functionality of stat(2) on 'testfile' Succcessful stat02 1 PASS : Functionality of stat(2) on 'testfile' Succcessful stat03 1 PASS : stat() fails, No Search permissions to process, errno:13 stat03 2 PASS : stat() fails, Address beyond address space, errno:14 stat03 3 FAIL : stat() fails, Negative address, errno:2, expected errno:14 stat03 4 PASS : stat() fails, Pathname too long, errno:36 stat03 5 PASS : stat() fails, Pathname is empty, errno:2 stat03 6 PASS : stat() fails, Path contains regular file, errno:20 === FAILED: stat03 stat04 1 PASS : Getting stat info about object file through symbolic link file is ok stat04 2 PASS : Stat(2) error when accessing non-existent object through symbolic link is caught stat04 3 PASS : Nested symbolic link access condition caught. ELOOP is returned stat05 1 PASS : stat(tfile_4965, &statter) returned 0 stat06 1 PASS : stat(, &stbuf) Failed, errno=2 stat06 2 PASS : stat(, &stbuf) Failed, errno=2 stat06 3 PASS : stat(, &stbuf) Failed, errno=2 stat06 4 PASS : stat(, &stbuf) Failed, errno=20 stat06 5 PASS : stat(, &stbuf) Failed, errno=36 stat06 6 PASS : stat(
, &stbuf) Failed, errno=14 stat06 7 FAIL : stat(, &stbuf) Failed, errno=2, expected errno:14 === FAILED: stat06 statfs01 1 PASS : statfs(tfile_4970, &stats, sizeof(struct statfs), 0) returned 0 statfs02 1 PASS : expected failure - errno = 20 : Not a directory statfs02 2 PASS : expected failure - errno = 2 : No such file or directory statfs02 3 PASS : expected failure - errno = 36 : File name too long statfs02 4 FAIL : unexpected error - 2 : No such file or directory - expected 14 statfs02 5 PASS : expected failure - errno = 14 : Bad address === FAILED: statfs02 statfs03 1 PASS : expected failure - errno = 13 : Permission denied statvfs01 1 PASS : statvfs - Basic sanity test,PASS statvfs01 0 INFO : This call is similar to statfs statvfs01 0 INFO : Extracting info about the '/' file system statvfs01 0 INFO : file system block size = 2048 bytes statvfs01 0 INFO : file system fragment size = 671675160 bytes statvfs01 0 INFO : file system free blocks = 67274773 statvfs01 0 INFO : file system total inodes = 19241982 statvfs01 0 INFO : file system free inodes = 18503744 statvfs01 0 INFO : file system id = 1152638916 statvfs01 0 INFO : file system max filename length = 255 string01 1 PASS : Test passed swapoff01 0 WARN : Failed to turn on the swap file, skipping test iteration === FAILED: swapoff01 swapoff02 1 BROK : Failed to turn on the swap file. skipping the test iteration swapoff02 2 BROK : Remaining cases broken swapoff02 3 BROK : Remaining cases broken swapoff02 0 WARN : Failed to turn off swap file. System reboot after execution of LTP test suite is recommended. === FAILED: swapoff02 swapon01 1 FAIL : swapon(2) Failed to turn on swapfile. === FAILED: swapon01 swapon02 1 PASS : swapon(2) expected failure; Got errno - ENOENT : path does not exist swapon02 2 FAIL : swapon(2) failed to produce expected error: 22, errno: EINVAL and got 15. System reboot after execution of LTP test suite is recommended. swapon02 0 WARN : Failed to find out existing number of swap files === FAILED: swapon02 symlink01 1 PASS : Creation of symbolic link file to no object file is ok symlink01 2 PASS : Creation of symbolic link file to no object file is ok symlink01 3 PASS : Creation of symbolic link file and object file via symbolic link is ok symlink01 4 PASS : Creating an existing symbolic link file error is caught symlink01 5 PASS : Creating a symbolic link which exceeds maximum pathname error is caught symlink02 1 PASS : symlink(tfile_5013, st_5013) returned 0 symlink03 1 PASS : symlink() Fails, No Search permissions to process, errno=13 symlink03 2 PASS : symlink() Fails, Specified symlink already exists, errno=17 symlink03 3 PASS : symlink() Fails, Address beyond address space, errno=14 symlink03 4 FAIL : symlink() Fails, Negative address, errno=2, expected errno=14 symlink03 5 PASS : symlink() Fails, Symlink path too long, errno=36 symlink03 6 PASS : symlink() Fails, Symlink Pathname is empty, errno=2 symlink03 7 PASS : symlink() Fails, Symlink Path contains regular file, errno=20 === FAILED: symlink03 symlink04 1 PASS : symlink(testfile, slink_file) functionality successful symlink05 1 PASS : symlink(testfile, slink_file) functionality successful sync01 1 PASS : sync() returned 0 sync02 1 PASS : Functionality of sync() successful syscall01 1 PASS : Test passed syscall01 2 PASS : Test passed syscall01 3 PASS : Test passed sysconf01 1 PASS : PASS sysconf01 2 PASS : PASS sysconf01 3 PASS : PASS sysconf01 4 PASS : PASS sysconf01 5 PASS : PASS sysconf01 6 PASS : PASS sysconf01 7 PASS : PASS sysconf01 8 PASS : PASS sysconf01 9 PASS : PASS sysconf01 10 PASS : PASS sysconf01 11 PASS : PASS sysconf01 12 PASS : PASS sysconf01 13 PASS : PASS sysconf01 14 PASS : PASS sysconf01 15 PASS : PASS sysconf01 16 PASS : PASS sysconf01 17 PASS : PASS sysconf01 18 PASS : PASS sysconf01 19 PASS : PASS sysconf01 20 PASS : PASS sysconf01 21 PASS : PASS sysconf01 22 PASS : PASS sysconf01 23 PASS : PASS sysconf01 24 PASS : PASS sysconf01 25 PASS : PASS sysconf01 26 PASS : PASS sysconf01 27 PASS : PASS sysconf01 28 PASS : PASS sysconf01 29 PASS : PASS sysconf01 30 PASS : PASS sysconf01 31 PASS : PASS sysconf01 32 PASS : PASS sysconf01 33 PASS : PASS sysconf01 34 PASS : PASS sysconf01 35 PASS : PASS sysconf01 36 PASS : PASS sysconf01 37 PASS : PASS sysconf01 38 FAIL : sysconf _SC_PHYS_PAGES failed, error=2 sysconf01 39 FAIL : sysconf _SC_AVPHYS_PAGES failed, error=2 sysconf01 40 FAIL : sysconf _SC_AIO_MAX failed, error=2 sysconf01 41 FAIL : sysconf _SC_AIO_PRIO_DELTA_MAX failed, error=2 sysconf01 42 FAIL : sysconf _SC_SEMAPHORES failed, error=2 sysconf01 43 FAIL : sysconf _SC_SEM_NSEMS_MAX failed, error=2 sysconf01 44 FAIL : sysconf _SC_SEM_VALUE_MAX failed, error=2 sysconf01 45 FAIL : sysconf _SC_MEMORY_PROTECTION failed, error=2 sysconf01 46 FAIL : sysconf _SC_FSYNC failed, error=2 sysconf01 47 FAIL : sysconf _SC_MEMORY_PROTECTION failed, error=2 sysconf01 48 FAIL : sysconf _SC_TIMERS failed, error=2 sysconf01 49 FAIL : sysconf _SC_TIMER_MAX failed, error=2 sysconf01 50 FAIL : sysconf _SC_MAPPED_FILES failed, error=2 sysconf01 51 FAIL : sysconf _SC_THREAD_PRIORITY_SCHEDULING failed, error=2 sysconf01 52 FAIL : sysconf _SC_XOPEN_LEGACY failed, error=2 sysconf01 53 FAIL : sysconf _SC_MEMLOCK failed, error=2 sysconf01 54 FAIL : sysconf _SC_XBS5_ILP32_OFF32 failed, error=2 sysconf01 55 FAIL : sysconf _SC_XBS5_ILP32_OFFBIG failed, error=2 sysconf01 56 PASS : PASS === FAILED: sysconf01 sysctl01 1 FAIL : sysctl(2) failed unexpectedly errno:20 sysctl01 2 FAIL : sysctl(2) failed unexpectedly errno:20 sysctl01 3 FAIL : strings don't match - FreeBSD 7.0-CURRENT #0: Mon Sep 25 14:18:42 EDT 2006 jkim@hammer.mj.niksun.com:/usr/src/sys/amd64/compile/JITTER : FreeBSD 7.0-CURRENT #0: Mon Sep 25 14:18:42 EDT 2006 === FAILED: sysctl01 sysctl03 1 FAIL : Expected EPERM, got 20 sysctl03 2 FAIL : Expected EPERM, got 20 sysctl03 1 FAIL : Expected EPERM, got 20 === FAILED: sysctl03 sysctl04 1 PASS : expected failure - errno = 20 : Not a directory sysctl04 2 PASS : expected failure - errno = 20 : Not a directory sysctl05 1 FAIL : sysctl(2) returned unexpected errno, expected: 14, got: 20 sysctl05 2 PASS : sysctl(2) set errno correctly to 14 === FAILED: sysctl05 sysfs01 1 FAIL : sysfs(2) Failed for option 1 and set errno to 38 === FAILED: sysfs01 sysfs02 1 FAIL : sysfs(2) Failed for option 2 and returned 38 as error number === FAILED: sysfs02 sysfs03 1 FAIL : sysfs(2) Failed for option 3 and returned 38 as error number === FAILED: sysfs03 sysfs04 1 FAIL : sysfs(2) failed to produce expected error; 22, errno : EINVAL and got 38 === FAILED: sysfs04 sysfs05 1 FAIL : sysfs(2) failed to produce expected error; 22, errno: EINVAL and got 38 sysfs05 1 FAIL : sysfs(2) failed to produce expected error; 22, errno: EINVAL and got 38 sysfs05 1 FAIL : sysfs(2) failed to produce expected error; 14, errno: EFAULT and got 38 === FAILED: sysfs05 sysfs06 1 FAIL : sysfs(2) failed to produce expected error; 22, errno: EINVAL and got 38 sysfs06 1 FAIL : sysfs(2) failed to produce expected error; 22, errno: EINVAL and got 38 sysfs06 1 FAIL : sysfs(2) failed to produce expected error; 14, errno: EFAULT and got 38 === FAILED: sysfs06 sysinfo01 1 PASS : Test to check the return code sysinfo02 1 PASS : Test to check the error code 14 syslog01 0 INFO : /etc/init.d/syslog is not installed syslog02 0 INFO : /etc/init.d/syslog is not installed syslog03 0 INFO : /etc/init.d/syslog is not installed syslog04 0 INFO : /etc/init.d/syslog is not installed syslog05 0 INFO : /etc/init.d/syslog is not installed syslog06 0 INFO : /etc/init.d/syslog is not installed syslog07 0 INFO : /etc/init.d/syslog is not installed syslog08 0 INFO : /etc/init.d/syslog is not installed syslog09 0 INFO : /etc/init.d/syslog is not installed syslog10 0 INFO : /etc/init.d/syslog is not installed syslog11 1 FAIL : syslog() failed for type 0/Close the log: errno 38 (Function not implemented) syslog11 2 FAIL : syslog() failed for type 1/Open the log: errno 38 (Function not implemented) syslog11 3 FAIL : syslog() failed for type 2/Read from the log: errno 38 (Function not implemented) syslog11 4 FAIL : syslog() failed for type 3/Read ring buffer: errno 38 (Function not implemented) syslog11 5 FAIL : syslog() failed for type 3/Read ring buffer for non-root user: errno 38 (Function not implemented) syslog11 6 FAIL : syslog() failed for type 8/Set log level to 1: errno 38 (Function not implemented) syslog11 7 FAIL : syslog() failed for type 8/Set log level to 7(default): errno 38 (Function not implemented) syslog11 8 FAIL : syslog() failed for type 6/Disable printk's to console: errno 38 (Function not implemented) syslog11 9 FAIL : syslog() failed for type 7/Enable printk's to console: errno 38 (Function not implemented) === FAILED: syslog11 syslog12 1 FAIL : syslog() returned unexpected results for invalid type/command ; returned -1 (expected -1), errno 38 (expected 22) syslog12 2 FAIL : syslog() returned unexpected results for NULL buffer argument ; returned -1 (expected -1), errno 38 (expected 22) syslog12 3 FAIL : syslog() returned unexpected results for negative length argument ; returned -1 (expected -1), errno 38 (expected 22) syslog12 4 FAIL : syslog() returned unexpected results for non-root user ; returned -1 (expected -1), errno 38 (expected 1) syslog12 5 FAIL : syslog() returned unexpected results for console level less than 0 ; returned -1 (expected -1), errno 38 (expected 22) syslog12 6 FAIL : syslog() returned unexpected results for console level greater than 8 ; returned -1 (expected -1), errno 38 (expected 22) === FAILED: syslog12 times01 1 PASS : times(&mytimes) returned 469604 times02 1 PASS : Received EFAULT as expected times03 1 PASS : times03: Functionality test passed truncate01 1 PASS : Functionality of truncate(testfile, 256) successful truncate02 1 PASS : Functionality of truncate(2) on testfile successful truncate03 1 PASS : truncate() fails, No Search permissions to process, errno=13 truncate03 2 PASS : truncate() fails, Path contains regular file, errno=20 truncate03 3 PASS : truncate() fails, Address beyond address space, errno=14 truncate03 4 FAIL : truncate() fails, Negative address, errno=2, expected errno:14 truncate03 5 PASS : truncate() fails, Pathname too long, errno=36 truncate03 6 PASS : truncate() fails, Pathname is empty, errno=2 === FAILED: truncate03 truncate04 1 PASS : truncate() fails, File is a directory, errno=21 umask01 1 PASS : umask(022) returned 18 umask02 1 PASS : All umask values return correct values umask03 1 PASS : umask correctly returns the previous value for all masks uname01 1 PASS : uname(&un) returned 0 uname02 1 PASS : expected failure - errno = 14 - Bad address uname03 1 PASS : uname03 functionality test succeeded unlink01 1 PASS : unlink(2) of symbolic link file with no object file removal is ok unlink05 1 PASS : unlink(tfile_5140) returned 0 unlink06 1 PASS : unlink(fifo_unlink5142) returned 0 unlink07 1 PASS : unlink() Failed, errno=2 unlink07 2 PASS : unlink() Failed, errno=2 unlink07 3 PASS : unlink() Failed, errno=2 unlink07 4 PASS : unlink(
) Failed, errno=14 unlink07 5 PASS : unlink() Failed, errno=20 unlink07 6 PASS : unlink(
) Failed, errno=14 unlink07 7 PASS : unlink() Failed, errno=36 unlink07 8 FAIL : unlink() Failed, errno=2, expected errno:14 === FAILED: unlink07 unlink08 1 PASS : unlink() returned 0 unlink08 2 PASS : unlink() returned 0 unlink08 3 PASS : unlink() Failed, errno=21 ustat01 1 FAIL : ustat(2) failed and setthe errno to 95 : Operation not supported === FAILED: ustat01 ustat02 1 PASS : ustat(2) expected failure; Got errno - EINVAL : Invalid parameter ustat02 2 FAIL : ustat(2) failed to produce expected error; 14, errno: EFAULT and got 95 === FAILED: ustat02 utime01 1 PASS : Functionality of utime(tmp_file, NULL) successful utime01 1 PASS : utime(2) change of object file access and modify times through symbolic link file is ok utime01 2 PASS : utime(2) error when accessing non-existent object through symbolic link is caught utime01 3 PASS : Nested symbolic link access condition caught. ELOOP is returned utime02 1 PASS : Functionality of utime(tmp_file, NULL) successful utime03 1 PASS : Functionality of utime(tmp_file, NULL) successful utime04 1 PASS : Functionality of utime(tmp_file, ×) successful utime05 1 PASS : Functionality of utime(tmp_file, ×) successful utime06 1 PASS : utime() fails, Permission denied to modify file time, errno:13 utime06 2 PASS : utime() fails, Specified file doesn't exist, errno:2 vfork01 0 INFO : Attribute values of parent and child match vfork01 0 INFO : Working directories of parent and child match vfork01 0 INFO : Device/inode number of parent and childs '/' match vfork01 0 INFO : Device/inode number of parent and childs '.' don't match vfork01 1 BROK : Unexpected signal 11 received. === FAILED: vfork01 bash: line 1: 5175 Segmentation fault (core dumped) ( vfork02 ) === FAILED: vfork02 vhangup01 1 FAIL : expected EPERM got 38 vhangup02 1 FAIL : vhangup() failed, errno:38 wait02 1 PASS : wait(&ret_code) returned 5186 wait401 1 PASS : Received child pid as expected. wait401 2 PASS : wait401 call succeeded wait402 1 BROK : Could not open /proc/sys/kernel/pid_max === FAILED: wait402 waitpid01 1 PASS : recieved expected pid waitpid01 2 PASS : recieved expected signal waitpid02 1 PASS : recieved expected pid waitpid02 2 PASS : recieved expected signal waitpid02 3 PASS : recieved expected exit value waitpid03 1 PASS : Got correct child PID waitpid03 2 PASS : Condition 0 test passed waitpid04 1 PASS : condition 0 test passed waitpid04 2 PASS : condition 1 test passed waitpid04 3 FAIL : waitpid() set invalid errno, expected EINVAL, got: 10 waitpid04 1 PASS : condition 0 test passed === FAILED: waitpid04 waitpid05 1 PASS : received expected pid. waitpid05 2 PASS : received expected exit number. waitpid05 3 PASS : received expected pid. waitpid05 4 PASS : received expected exit number. waitpid05 5 PASS : received expected pid. waitpid05 6 PASS : received expected exit number. waitpid05 7 PASS : received expected pid. waitpid05 8 PASS : received expected exit number. waitpid05 9 PASS : received expected pid. waitpid05 10 PASS : received expected exit number. waitpid05 11 PASS : received expected pid. waitpid05 12 PASS : received expected exit number. waitpid05 13 PASS : received expected pid. waitpid05 14 PASS : received expected exit number. waitpid05 15 PASS : received expected pid. waitpid05 16 PASS : received expected exit number. waitpid05 17 PASS : received expected pid. waitpid05 18 PASS : received expected exit number. waitpid05 19 PASS : received expected pid. waitpid05 20 PASS : received expected exit number. waitpid05 21 PASS : received expected pid. waitpid05 22 PASS : received expected exit number. waitpid05 23 PASS : received expected pid. waitpid05 24 PASS : received expected exit number. waitpid06 1 FAIL : Child 5246 did not exit normally status: 139 waitpid06 2 FAIL : Child 5247 did not exit normally status: 139 waitpid06 3 FAIL : Child 5248 did not exit normally status: 139 waitpid06 4 FAIL : Child 5249 did not exit normally status: 139 waitpid06 5 FAIL : Child 5250 did not exit normally status: 139 waitpid06 6 FAIL : Child 5251 did not exit normally status: 139 waitpid06 7 FAIL : Child 5252 did not exit normally status: 139 waitpid06 8 FAIL : Child 5253 did not exit normally status: 139 waitpid06 1 FAIL : child returned bad status waitpid06 2 FAIL : waitpid06 FAILED === FAILED: waitpid06 waitpid07 1 FAIL : Child 5265 did not exit normally waitpid07 2 FAIL : Child 5264 did not exit normally waitpid07 3 FAIL : Child 5263 did not exit normally waitpid07 4 FAIL : Child 5262 did not exit normally waitpid07 5 FAIL : Child 5261 did not exit normally waitpid07 6 FAIL : Child 5260 did not exit normally waitpid07 7 FAIL : Child 5259 did not exit normally waitpid07 8 FAIL : Child 5258 did not exit normally waitpid07 1 FAIL : child returned bad status waitpid07 2 FAIL : waitpid07 FAILED === FAILED: waitpid07 waitpid08 1 FAIL : Child 5270 did not stopped waitpid08 2 FAIL : Kill of child 5270 failed, errno = 3 waitpid08 3 FAIL : Child 5271 did not stopped waitpid08 4 FAIL : Kill of child 5271 failed, errno = 3 waitpid08 5 FAIL : Child 5272 did not stopped waitpid08 6 FAIL : Kill of child 5272 failed, errno = 3 waitpid08 7 FAIL : Child 5273 did not stopped waitpid08 8 FAIL : Kill of child 5273 failed, errno = 3 waitpid08 9 FAIL : Child 5274 did not stopped waitpid08 10 FAIL : Kill of child 5274 failed, errno = 3 waitpid08 11 FAIL : Child 5275 did not stopped waitpid08 12 FAIL : Kill of child 5275 failed, errno = 3 waitpid08 13 FAIL : Child 5276 did not stopped waitpid08 14 FAIL : Kill of child 5276 failed, errno = 3 waitpid08 15 FAIL : Child 5277 did not stopped waitpid08 16 FAIL : Kill of child 5277 failed, errno = 3 waitpid08 1 FAIL : child returned bad status waitpid08 2 FAIL : waitpid08 FAILED === FAILED: waitpid08 waitpid09 1 FAIL : status value got 139 expected 0 waitpid09 1 FAIL : status value got 139 expected 0 waitpid09 2 FAIL : case 1 FAILED waitpid09 3 PASS : case 2 PASSED waitpid09 1 BROK : child returned bad status === FAILED: waitpid09 waitpid10 1 BROK : Unexpected signal 11 received. === FAILED: waitpid10 5 waitpid11 1 FAIL : Child 5305 did not exit normally waitpid11 2 FAIL : Child 5304 did not exit normally waitpid11 3 FAIL : Child 5303 did not exit normally waitpid11 4 FAIL : Child 5306 did not exit normally waitpid11 5 FAIL : Child 5302 did not exit normally waitpid11 6 FAIL : Child 5301 did not exit normally waitpid11 7 FAIL : Child 5300 did not exit normally waitpid11 8 FAIL : Child 5299 did not exit normally waitpid11 9 FAIL : Test FAILED waitpid11 1 FAIL : child returned bad status waitpid11 2 FAIL : waitpid11 FAILED === FAILED: waitpid11 waitpid12 1 BROK : Unexpected signal 11 received. waitpid12 1 BROK : Unexpected signal 11 received. waitpid12 1 BROK : Unexpected signal 11 received. waitpid12 1 BROK : Unexpected signal 11 received. waitpid12 1 BROK : Unexpected signal 11 received. waitpid12 1 BROK : Unexpected signal 11 received. waitpid12 1 BROK : Unexpected signal 11 received. waitpid12 1 BROK : Unexpected signal 11 received. waitpid12 1 FAIL : Child 5318 exited with wrong status waitpid12 2 FAIL : Expected 3 got 2 waitpid12 3 FAIL : Child 5317 exited with wrong status waitpid12 4 FAIL : Expected 3 got 2 waitpid12 5 FAIL : Child 5316 exited with wrong status waitpid12 6 FAIL : Expected 3 got 2 waitpid12 7 FAIL : Child 5315 exited with wrong status waitpid12 8 FAIL : Expected 3 got 2 waitpid12 9 FAIL : Child 5314 exited with wrong status waitpid12 10 FAIL : Expected 3 got 2 waitpid12 11 FAIL : Child 5313 exited with wrong status waitpid12 12 FAIL : Expected 3 got 2 waitpid12 13 FAIL : Child 5312 exited with wrong status waitpid12 14 FAIL : Expected 3 got 2 waitpid12 15 FAIL : Child 5311 exited with wrong status waitpid12 16 FAIL : Expected 3 got 2 waitpid12 17 FAIL : Test FAILED waitpid12 1 FAIL : child returned bad status waitpid12 2 FAIL : waitpid12 FAILED === FAILED: waitpid12 waitpid13 1 FAIL : Child 5327 is not stopped waitpid13 2 FAIL : Kill of child 5327 failed, errno = 3 waitpid13 3 FAIL : Child 5328 is not stopped waitpid13 4 FAIL : Kill of child 5328 failed, errno = 3 waitpid13 5 FAIL : Child 5329 is not stopped waitpid13 6 FAIL : Kill of child 5329 failed, errno = 3 waitpid13 7 FAIL : Child 5330 is not stopped waitpid13 8 FAIL : Kill of child 5330 failed, errno = 3 waitpid13 9 FAIL : Child 5326 is not stopped waitpid13 10 FAIL : Kill of child 5326 failed, errno = 3 waitpid13 11 FAIL : Child 5325 is not stopped waitpid13 12 FAIL : Kill of child 5325 failed, errno = 3 waitpid13 13 FAIL : Child 5324 is not stopped waitpid13 14 FAIL : Kill of child 5324 failed, errno = 3 waitpid13 15 FAIL : Child 5323 is not stopped waitpid13 16 FAIL : Kill of child 5323 failed, errno = 3 waitpid13 17 FAIL : Test FAILED waitpid13 1 FAIL : child returned bad status waitpid13 2 FAIL : waitpid13 FAILED === FAILED: waitpid13 write01 1 PASS : write(tfile_5333, F_CLRALF, 1) returned 1 write02 0 INFO : Block 1: test to see write() returns proper write count write02 1 PASS : write() PASSED write02 0 INFO : block 1 passed write03 0 INFO : Enter Block 1: test to check if write corrupts the file when write fails write03 1 FAIL : write(2) failed to fail === FAILED: write03 waitpid10 1 BROK : Unexpected signal 15 received. waitpid10 1 BROK : Unexpected signal 15 received. waitpid10 1 BROK : Unexpected signal 15 received. waitpid10 1 BROK : Unexpected signal 15 received. waitpid10 1 BROK : Unexpected signal 15 received. waitpid10 1 BROK : Unexpected signal 15 received. waitpid10 1 BROK : Unexpected signal 15 received. waitpid10 1 BROK : Unexpected signal 15 received. bash: line 1: 5360 Killed ( write04 ) === FAILED: write04 write05 0 INFO : Enter Block 1: test with bad fd write05 1 PASS : received EBADF as expected. write05 0 INFO : Exit Block 1 write05 0 INFO : Enter Block 2: test with a bad address write05 2 FAIL : write() on an invalid buffer succeeded, but should have failed === FAILED: write05 writev01 0 INFO : Enter Block 1 writev01 0 INFO : Received EINVAL as expected writev01 0 INFO : block 1 PASSED writev01 0 INFO : Exit block 1 writev01 0 INFO : Enter block 2 writev01 1 FAIL : writev() failed unexpectedly writev01 0 INFO : block 2 FAILED writev01 0 INFO : Exit block 2 writev01 0 INFO : Enter block 3 writev01 0 INFO : block 3 PASSED writev01 0 INFO : Exit block 3 writev01 0 INFO : Enter block 4 writev01 0 INFO : Received EBADF as expected writev01 0 INFO : block 4 PASSED writev01 0 INFO : Exit block 4 writev01 0 INFO : Enter block 5 writev01 0 INFO : Received EINVAL as expected writev01 0 INFO : block 5 PASSED writev01 0 INFO : Exit block 5 writev01 0 INFO : Enter block 6 writev01 2 PASS : writev() wrote 0 iovectors writev01 0 INFO : block 6 PASSED writev01 0 INFO : Exit block 6 writev01 0 INFO : Enter block 7 writev01 3 PASS : writev passed writing 64 bytes, followed by two NULL vectors writev01 0 INFO : block 7 PASSED writev01 0 INFO : Exit block 7 writev01 0 INFO : Enter block 8 === FAILED: writev01 writev02 0 INFO : Enter block 1 writev02 1 FAIL : Error writev returned a positive value writev02 0 INFO : block 1 FAILED writev02 0 INFO : Exit block 1 === FAILED: writev02 writev03 0 INFO : Enter block 1 writev03 0 INFO : block 1 PASSED writev03 0 INFO : Exit block 1 writev03 0 INFO : Enter block 2 writev03 0 INFO : block 2 PASSED writev03 0 INFO : Exit block 2 writev03 0 INFO : Enter block 3 writev03 0 INFO : block 3 PASSED writev03 0 INFO : Exit block 3 writev04 0 INFO : Enter block 1 writev04 0 INFO : block 1 PASSED writev04 0 INFO : Exit block 1 writev04 0 INFO : Enter block 2 writev04 0 INFO : block 2 PASSED writev04 0 INFO : Exit block 2 writev04 0 INFO : Enter block 3 writev04 0 INFO : block 3 PASSED writev04 0 INFO : Exit block 3 writev05 0 INFO : Enter block 1 writev05 1 FAIL : Error writev returned a positive value writev05 0 INFO : block 1 FAILED writev05 0 INFO : Exit block 1 === FAILED: writev05 gf01 1 PASS : Test passed gf02 1 PASS : Test passed gf03 1 PASS : Test passed gf04 1 PASS : Test passed gf05 1 PASS : Test passed gf06 1 PASS : Test passed gf07 1 PASS : Test passed gf08 1 PASS : Test passed gf09 1 PASS : Test passed gf10 1 PASS : Test passed gf11 1 PASS : Test passed gf12 1 PASS : Test passed gf13 1 PASS : Test passed gf14 1 PASS : Test passed gf15 1 PASS : Test passed gf16 1 PASS : Test passed gf17 1 PASS : Test passed growfiles(gf18): 5625 growfiles.c/2738: Unable to fstat(3, &buf), errno:75 Value too large for defined data type growfiles(gf18): 5625 growfiles.c/1663: 856534 Hit max errors value of 1 gf18 1 FAIL : Test failed === FAILED: growfiles -W gf18 -b -e 1 -i 0 -L 120 -w -u -r 10-5000 -I r -l -S 2 -f Lgf04_ gf19 1 PASS : Test passed gf20 1 PASS : Test passed gf21 1 PASS : Test passed gf22 1 PASS : Test passed gf23 1 PASS : Test passed gf24 1 PASS : Test passed gf25 1 PASS : Test passed gf26 1 PASS : Test passed gf27 1 PASS : Test passed gf28 1 PASS : Test passed gf29 1 PASS : Test passed gf30 1 PASS : Test passed df: Warning: cannot read table of mounted filesystems: No such file or directory df: `/': Bad address bash: line 1: 5669 Segmentation fault (core dumped) rwtest -N rwtest01 -c -q -i 60s -f sync 10%25000:rw-sync-1502 === FAILED: export LTPROOT; rwtest -N rwtest01 -c -q -i 60s -f sync 10%25000:rw-sync-1502 df: Warning: cannot read table of mounted filesystems: No such file or directory df: `/': Bad address bash: line 1: 5679 Segmentation fault (core dumped) rwtest -N rwtest02 -c -q -i 60s -f buffered 10%25000:rw-buffered-1502 === FAILED: export LTPROOT; rwtest -N rwtest02 -c -q -i 60s -f buffered 10%25000:rw-buffered-1502 df: Warning: cannot read table of mounted filesystems: No such file or directory df: `/': Bad address bash: line 1: 5689 Segmentation fault (core dumped) rwtest -N rwtest03 -c -q -i 60s -n 2 -f buffered -s mmread,mmwrite -m random -Dv 10%25000:mm-buff-1502 === FAILED: export LTPROOT; rwtest -N rwtest03 -c -q -i 60s -n 2 -f buffered -s mmread,mmwrite -m random -Dv 10%25000:mm-buff-1502 df: Warning: cannot read table of mounted filesystems: No such file or directory df: `/': Bad address bash: line 1: 5699 Segmentation fault (core dumped) rwtest -N rwtest04 -c -q -i 60s -n 2 -f sync -s mmread,mmwrite -m random -Dv 10%25000:mm-sync-1502 === FAILED: export LTPROOT; rwtest -N rwtest04 -c -q -i 60s -n 2 -f sync -s mmread,mmwrite -m random -Dv 10%25000:mm-sync-1502 /ltp-full-20060822/testcases/bin/rwtest: line 392: /testcases/bin/doio: No such file or directory /ltp-full-20060822/testcases/bin/rwtest: line 384: /testcases/bin/iogen: No such file or directory rwtest(rwtest05) : iogen reported errors (r=127) /ltp-full-20060822/testcases/bin/rwtest: line 401: 5716 Broken pipe tst_resm TFAIL "iogen reported errors (r=$r)" bash: line 1: 5709 Segmentation fault (core dumped) rwtest -N rwtest05 -c -q -i 50 -T 64b 500b:/tmp/rwtest01%s === FAILED: export LTPROOT; rwtest -N rwtest05 -c -q -i 50 -T 64b 500b:/tmp/rwtest01%s /testcases/bin/iogen -N iogen01 -i 120s -s read,write 500b:doio.f1.1502 1000b:doio.f2.1502 | /testcases/bin/doio -N iogen01 -a -v -n 2 -k /ltp-full-20060822/testcases/bin/rwtest: line 392: /testcases/bin/doio: No such file or directory /ltp-full-20060822/testcases/bin/rwtest: line 384: /testcases/bin/iogen: No such file or directory rwtest(iogen01) : iogen reported errors (r=127) /ltp-full-20060822/testcases/bin/rwtest: line 401: 5728 Broken pipe tst_resm TFAIL "iogen reported errors (r=$r)" bash: line 1: 5720 Segmentation fault (core dumped) rwtest -N iogen01 -i 120s -s read,write -Da -Dv -n 2 500b:doio.f1.1502 1000b:doio.f2.1502 === FAILED: export LTPROOT; rwtest -N iogen01 -i 120s -s read,write -Da -Dv -n 2 500b:doio.f1.1502 1000b:doio.f2.1502 FS_INODE: File system stress - inode allocation/deallocation Volume under test: /tmp Number of subdirectories: 10 Number of files: 10 Number of loops: 1 Execution begins cannot set up thread-local storage: cannot set up LDT for thread-local storage /ltp-full-20060822/testcases/bin/fs_inod: line 238: 5732 Segmentation fault (core dumped) date ============================================== MULTIPLE PROCESSES CREATING AND DELETING FILES ============================================== /ltp-full-20060822/testcases/bin/fs_inod: creating dir2 subdirectories /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir0 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir1 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir2 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir3 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir4 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir5 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir6 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir7 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir8 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir9 /ltp-full-20060822/testcases/bin/fs_inod: creating dir1 subdirectories & files /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir0 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir1 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir2 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir3 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir4 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir5 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir6 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir7 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir8 /ltp-full-20060822/testcases/bin/fs_inod: mkdir dir9 Executing loop 1 of 1... /ltp-full-20060822/testcases/bin/fs_inod: touch files [0-10]/file10[0-10] /ltp-full-20060822/testcases/bin/fs_inod: cd ../dir1 & creating files /ltp-full-20060822/testcases/bin/fs_inod: cd ../dir1 & removing files /ltp-full-20060822/testcases/bin/fs_inod: touch files [0-10]/file10[0-10] /ltp-full-20060822/testcases/bin/fs_inod: cd ../dir2 & creating files /ltp-full-20060822/testcases/bin/fs_inod: rm files [0-10]/file10[0-10] /ltp-full-20060822/testcases/bin/fs_inod: cd ../dir2 & removing files /ltp-full-20060822/testcases/bin/fs_inod: touch files [0-10]/file10[0-10] /ltp-full-20060822/testcases/bin/fs_inod: rm files [0-10]/file10[0-10] Execution completed cannot set up thread-local storage: cannot set up LDT for thread-local storage /ltp-full-20060822/testcases/bin/fs_inod: line 253: 5961 Segmentation fault date === FAILED: fs_inod /tmp 10 10 1 cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 5964 Segmentation fault (core dumped) ( linktest.pl ) === FAILED: linktest.pl cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 5967 Segmentation fault (core dumped) ( openfile -f10 -t10 ) === FAILED: openfile -f10 -t10 inode01 1 PASS : Test block 0 inode01 2 PASS : Test block 1 inode01 3 PASS : Test passed inode02 1 PASS : Test passed stream01 1 PASS : Test passed. stream02 1 PASS : Test passed in block0. stream02 2 PASS : Test passed in block1. stream03 1 PASS : Test passed in block0. stream03 2 PASS : Test passed in block1. stream04 1 PASS : Test passed. stream05 1 PASS : Test passed in block0. stream05 2 PASS : Test passed in block1. stream05 3 PASS : Test passed in block2. stream05 4 PASS : Test passed in block3. stream05 5 PASS : Test passed in block4. ftest01 1 PASS : Test passed in fork and wait. ftest01 2 PASS : Test passed. ftest02 1 PASS : Test passed in fork-wait part. ftest03 1 PASS : Test passed. ftest04 1 PASS : Test passed. ftest05 1 PASS : Test passed. ftest06 1 PASS : Test passed. ftest07 1 PASS : Test passed. ftest08 1 PASS : Test passed. truncating to largest ever: 0x13e76 truncating to largest ever: 0x2e52c truncating to largest ever: 0x3c2c2 truncating to largest ever: 0x3f15f truncating to largest ever: 0x3fcb9 truncating to largest ever: 0x3fe96 truncating to largest ever: 0x3ff9d All operations completed A-OK! PASS: fsxtest02 10000 diotest01 1 PASS : Test passed diotest02 1 PASS : Read with Direct IO, Write without diotest02 2 PASS : Write with Direct IO, Read without diotest02 3 PASS : Read, Write with Direct IO diotest02 0 INFO : 3 testblocks 100 iterations completed diotest03 1 PASS : Read with Direct IO, Write without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 3 PASS : Read, Write with Direct IO diotest03 0 INFO : 3 testblocks 100 iterations with 1 children completed diotest4 1 PASS : Negative Offset diotest4 2 PASS : removed diotest4 3 FAIL : read allows odd count. returns 1: Invalid argument diotest4 4 FAIL : write allows odd count.returns 1: Invalid argument diotest4 5 FAIL : Odd count of read and write diotest4 6 PASS : Read beyond the file size diotest4 7 PASS : Invalid file descriptor diotest4 8 PASS : Out of range file descriptor diotest4 9 PASS : Closed file descriptor diotest4 10 PASS : removed diotest4 11 PASS : character device read, write diotest4 12 PASS : read, write to a mmaped file diotest4 13 PASS : read, write to an unmapped file diotest4 14 PASS : read from file not open for reading diotest4 15 PASS : write to file not open for writing diotest4 16 FAIL : allows read nonaligned buf. returns 4096: Bad file descriptor diotest4 17 FAIL : allows write nonaligned buf. returns 4096: Bad file descriptor diotest4 18 FAIL : read, write with non-aligned buffer diotest4 19 PASS : read, write buffer in read-only space diotest4 20 PASS : read, write in non-existant space diotest4 21 PASS : read, write for file with O_SYNC diotest4 0 INFO : 2/15 test blocks failed === FAILED: diotest4 diotest05 1 PASS : Read with Direct IO, Write without diotest05 2 PASS : Write with Direct IO, Read without diotest05 3 PASS : Read, Write with Direct IO diotest05 0 INFO : 3 testblocks 20 iterations with 20 vector array completed diotest06 1 PASS : Read with Direct IO, Write without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 3 PASS : Read, Write with Direct IO diotest06 0 INFO : 3 testblocks 100 iterations with 1 children completed diotest01 1 PASS : Test passed diotest02 1 PASS : Read with Direct IO, Write without diotest02 2 PASS : Write with Direct IO, Read without diotest02 3 PASS : Read, Write with Direct IO diotest02 0 INFO : 3 testblocks 100 iterations completed diotest03 1 PASS : Read with Direct IO, Write without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 3 PASS : Read, Write with Direct IO diotest03 0 INFO : 3 testblocks 100 iterations with 1 children completed diotest4 1 PASS : Negative Offset diotest4 2 PASS : removed diotest4 3 FAIL : read allows odd count. returns 1: Invalid argument diotest4 4 FAIL : write allows odd count.returns 1: Invalid argument diotest4 5 FAIL : Odd count of read and write diotest4 6 PASS : Read beyond the file size diotest4 7 PASS : Invalid file descriptor diotest4 8 PASS : Out of range file descriptor diotest4 9 PASS : Closed file descriptor diotest4 10 PASS : removed diotest4 11 PASS : character device read, write diotest4 12 PASS : read, write to a mmaped file diotest4 13 PASS : read, write to an unmapped file diotest4 14 PASS : read from file not open for reading diotest4 15 PASS : write to file not open for writing diotest4 16 FAIL : allows read nonaligned buf. returns 4096: Bad file descriptor diotest4 17 FAIL : allows write nonaligned buf. returns 4096: Bad file descriptor diotest4 18 FAIL : read, write with non-aligned buffer diotest4 19 PASS : read, write buffer in read-only space diotest4 20 PASS : read, write in non-existant space diotest4 21 PASS : read, write for file with O_SYNC diotest4 0 INFO : 2/15 test blocks failed === FAILED: diotest4 -b 65536 diotest05 1 PASS : Read with Direct IO, Write without diotest05 2 PASS : Write with Direct IO, Read without diotest05 3 PASS : Read, Write with Direct IO diotest05 0 INFO : 3 testblocks 20 iterations with 20 vector array completed diotest06 1 PASS : Read with Direct IO, Write without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 3 PASS : Read, Write with Direct IO diotest06 0 INFO : 3 testblocks 100 iterations with 1 children completed diotest01 1 PASS : Test passed diotest02 1 PASS : Read with Direct IO, Write without diotest02 2 PASS : Write with Direct IO, Read without diotest02 3 PASS : Read, Write with Direct IO diotest02 0 INFO : 3 testblocks 1000 iterations completed diotest03 1 PASS : Read with Direct IO, Write without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 3 PASS : Read, Write with Direct IO diotest03 0 INFO : 3 testblocks 1000 iterations with 1 children completed diotest05 1 PASS : Read with Direct IO, Write without diotest05 2 PASS : Write with Direct IO, Read without diotest05 3 PASS : Read, Write with Direct IO diotest05 0 INFO : 3 testblocks 1000 iterations with 20 vector array completed diotest06 1 PASS : Read with Direct IO, Write without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 3 PASS : Read, Write with Direct IO diotest06 0 INFO : 3 testblocks 1000 iterations with 1 children completed diotest02 1 PASS : Read with Direct IO, Write without diotest02 2 PASS : Write with Direct IO, Read without diotest02 3 PASS : Read, Write with Direct IO diotest02 0 INFO : 3 testblocks 1000 iterations completed diotest03 1 PASS : Read with Direct IO, Write without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 3 PASS : Read, Write with Direct IO diotest03 0 INFO : 3 testblocks 1000 iterations with 1 children completed diotest05 1 PASS : Read with Direct IO, Write without diotest05 2 PASS : Write with Direct IO, Read without diotest05 3 PASS : Read, Write with Direct IO diotest05 0 INFO : 3 testblocks 1000 iterations with 20 vector array completed diotest06 1 PASS : Read with Direct IO, Write without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 3 PASS : Read, Write with Direct IO diotest06 0 INFO : 3 testblocks 1000 iterations with 1 children completed diotest02 1 PASS : Read with Direct IO, Write without diotest02 2 PASS : Write with Direct IO, Read without diotest02 3 PASS : Read, Write with Direct IO diotest02 0 INFO : 3 testblocks 1000 iterations completed diotest03 1 PASS : Read with Direct IO, Write without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 1 PASS : Read with Direct IO, Write without diotest03 2 PASS : Write with Direct IO, Read without diotest03 3 PASS : Read, Write with Direct IO diotest03 0 INFO : 3 testblocks 1000 iterations with 1 children completed diotest05 1 PASS : Read with Direct IO, Write without diotest05 2 PASS : Write with Direct IO, Read without diotest05 3 PASS : Read, Write with Direct IO diotest05 0 INFO : 3 testblocks 1000 iterations with 20 vector array completed diotest06 1 PASS : Read with Direct IO, Write without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 3 PASS : Read, Write with Direct IO diotest06 0 INFO : 3 testblocks 1000 iterations with 1 children completed diotest06 1 PASS : Read with Direct IO, Write without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 3 PASS : Read, Write with Direct IO diotest06 0 INFO : 3 testblocks 100 iterations with 1 children completed diotest06 1 PASS : Read with Direct IO, Write without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 3 PASS : Read, Write with Direct IO diotest06 0 INFO : 3 testblocks 1000 iterations with 1 children completed diotest06 1 PASS : Read with Direct IO, Write without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 1 PASS : Read with Direct IO, Write without diotest06 2 PASS : Write with Direct IO, Read without diotest06 3 PASS : Read, Write with Direct IO diotest06 0 INFO : 3 testblocks 1000 iterations with 1 children completed mmap001 0 INFO : mmap()ing file of 10000 pages or 40960000 bytes mmap001 1 PASS : mmap() completed successfully. mmap001 0 INFO : touching mmaped memory mmap001 2 PASS : we're still here, mmaped area must be good mmap001 3 PASS : msync() was successful mmap001 4 PASS : munmap() was successful mmap001 0 INFO : mmap()ing file of 1000 pages or 4096000 bytes mmap001 1 PASS : mmap() completed successfully. mmap001 0 INFO : touching mmaped memory mmap001 2 PASS : we're still here, mmaped area must be good mmap001 3 PASS : msync() was successful mmap001 4 PASS : munmap() was successful bash: line 1: 6186 Segmentation fault (core dumped) ( mtest01 -p80 ) === FAILED: mtest01 -p80 bash: line 1: 6191 Segmentation fault (core dumped) ( mtest01 -p80 -w ) === FAILED: mtest01 -p80 -w cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6196 Segmentation fault (core dumped) ( mmstress ) === FAILED: mmstress cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6199 Segmentation fault (core dumped) ( mmap1 ) === FAILED: mmap1 Free Mem: 474 Mb Free Swap: 992 Mb Total Free: 1467 Mb Total Tested: 1024 Mb mem01 0 INFO : touching 1024MB of malloc'ed memory (linear) mem01 1 PASS : malloc - alloc of 1024MB succeeded mem02 1 PASS : calloc - calloc of 64MB of memory succeeded mem02 2 PASS : malloc - malloc of 64MB of memory succeeded mem02 3 PASS : realloc - realloc of 128MB succeeded mem02 4 PASS : realloc - realloc of 128MB succeeded page01 1 PASS : Test passed bash: line 1: 6260 Segmentation fault (core dumped) ( page02 ) === FAILED: page02 bash: line 1: 6264 Segmentation fault (core dumped) ( data_space ) === FAILED: data_space stack_space 1 PASS : Test passed shmt02 1 PASS : shmget shmt02 2 PASS : shmat shmt02 3 PASS : Correct shared memory contents shmt03 1 PASS : shmget shmt03 2 PASS : 1st shmat shmt03 3 PASS : 2nd shmat shmt03 4 PASS : Correct shared memory contents shmt04 1 PASS : shmget,shmat shmt04 2 PASS : shmdt shmt05 1 PASS : shmget & shmat shmt05 2 PASS : 2nd shmget & shmat shmt06 1 PASS : shmget,shmat shmt06 2 PASS : shmdt shmt07 1 PASS : shmget,shmat shmt07 1 PASS : shmget,shmat shmt07 2 PASS : cp & cp+1 correct shmt08 1 PASS : shmget,shmat shmt08 2 PASS : shmdt shmt09 1 PASS : sbrk, sbrk, shmget, shmat shmt09 2 PASS : sbrk, shmat shmt09 3 PASS : sbrk, shmat shmt09 4 PASS : sbrk shmt10 1 PASS : shmat,shmdt bash: line 1: 6312 Segmentation fault (core dumped) ( pipeio -T pipeio_1 -c 5 -s 4090 -i 100 -b -f x80 ) === FAILED: pipeio -T pipeio_1 -c 5 -s 4090 -i 100 -b -f x80 bash: line 1: 6320 Segmentation fault (core dumped) ( pipeio -T pipeio_3 -c 5 -s 4090 -i 100 -u -b -f x80 ) === FAILED: pipeio -T pipeio_3 -c 5 -s 4090 -i 100 -u -b -f x80 bash: line 1: 6328 Segmentation fault (core dumped) ( pipeio -T pipeio_4 -c 5 -s 4090 -i 100 -u -f x80 ) === FAILED: pipeio -T pipeio_4 -c 5 -s 4090 -i 100 -u -f x80 pipeio_5 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_5 1 PASS : 1 PASS 66 pipe reads complete, read size = 4096, named pipe, blking, pipeio_5 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_5 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_5 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_5 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_5 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_6 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_6 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_6 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_6 1 PASS : 1 PASS 66 pipe reads complete, read size = 4096, sys pipe, pipeio_6 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_6 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_6 0 INFO : adjusting i/o size to 4096, and # of writes to 13 bash: line 1: 6343 Segmentation fault (core dumped) ( pipeio -T pipeio_6 -c 5 -s 5000 -i 10 -b -u -f x80 ) === FAILED: pipeio -T pipeio_6 -c 5 -s 5000 -i 10 -b -u -f x80 pipeio_8 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_8 1 PASS : 1 PASS 66 pipe reads complete, read size = 4096, sys pipe, pipeio_8 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_8 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_8 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_8 0 INFO : adjusting i/o size to 4096, and # of writes to 13 pipeio_8 0 INFO : adjusting i/o size to 4096, and # of writes to 13 cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6358 Segmentation fault (core dumped) ( sem01 ) === FAILED: sem01 cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6361 Segmentation fault (core dumped) ( sem02 ) === FAILED: sem02 cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6364 Segmentation fault (core dumped) ( pth_str01 ) === FAILED: pth_str01 cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6367 Segmentation fault (core dumped) ( pth_str02 -n1000 ) === FAILED: pth_str02 -n1000 cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6370 Segmentation fault (core dumped) ( pth_str03 ) === FAILED: pth_str03 abs01 1 PASS : Test passed abs01 2 PASS : Test passed abs01 3 PASS : Test passed atof01 1 PASS : Test passed atof01 2 PASS : Test passed atof01 3 PASS : Test passed atof01 4 PASS : Test passed cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6378 Segmentation fault (core dumped) float_bessel -v === FAILED: cd /ltp-full-20060822/testcases/bin; float_bessel -v cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6382 Segmentation fault (core dumped) float_exp_log -v === FAILED: cd /ltp-full-20060822/testcases/bin; float_exp_log -v cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6386 Segmentation fault (core dumped) float_iperb -v === FAILED: cd /ltp-full-20060822/testcases/bin; float_iperb -v cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6390 Segmentation fault (core dumped) float_power -v === FAILED: cd /ltp-full-20060822/testcases/bin; float_power -v cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6394 Segmentation fault (core dumped) float_trigo -v === FAILED: cd /ltp-full-20060822/testcases/bin; float_trigo -v fptest01 1 PASS : PASS fptest02 1 PASS : PASS nextafter01 1 PASS : Test passed nextafter01 2 PASS : Test passed nextafter01 3 PASS : Test passed cannot set up thread-local storage: cannot set up LDT for thread-local storage bash: line 1: 6403 Segmentation fault (core dumped) ( nptl01 ) === FAILED: nptl01 pty01 1 BROK : /dev/ptmx === FAILED: pty01 ptem01 1 BROK : /dev/ptmx === FAILED: ptem01 hangup01 1 BROK : open /dev/ptmx === FAILED: hangup01