------------------------------------------------------------------------ Test name: fdatasync02 Description: Verify that, 1. fdatasync(2) returns -1 and sets errno to EBADF for invalid file descriptor. 2. fdatasync(2) returns -1 and sets errno to EINVAL for file descriptor to a special file. Setup: Setup signal handling. Set expected errnos for logging Pause for SIGUSR1 if option specified. Test: Loop if the proper options are given. Perform testcase specific setup (if needed) Execute system call Check return code and error number, if matching, Issue PASS message Otherwise, Issue FAIL message Perform testcase specific cleanup (if needed) Cleanup: Print errno log and/or timing stats if options given For more see 'testcases/kernel/syscalls/fdatasync/fdatasync02.c' Test Result: FAIL Details: fdatasync02 2 FAIL : Unexpected results for file descriptor to a special file ; returned 0 (expected -1), errno 0 (expected 22) ------------------------------------------------------------------------ Test name: getrlimit02 Description: Verify that, 1) getrlimit(2) returns -1 and sets errno to EFAULT if an invalid For more see 'testcases/kernel/syscalls/getrlimit/getrlimit02.c' Test Result: FAIL Details: getrlimit02 2 FAIL : call failed to produce expected error; errno: 0 : Success ------------------------------------------------------------------------ Test name: nanosleep02 Description: Verify that nanosleep() will be successful to suspend the execution of a process, returns after the receipt of a signal and writes the remaining sleep time into the structure. For more see 'testcases/kernel/syscalls/nanosleep/nanosleep02.c' Test Result: FAIL Details: nanosleep02 1 FAIL : Remaining sleep time 3999392 usec doesn't match with the expected 3997259 usec time nanosleep02 1 FAIL : child process exited abnormally ------------------------------------------------------------------------ Test name: setegid01 Description: Verify that setegid does not modify the saved gid or real gid. For more see 'testcases/kernel/syscalls/setegid/setegid01.c' Test Result: FAIL Details: setegid01 1 FAIL : setegid() Failed functional test: it changed the saved set-gid ------------------------------------------------------------------------ Test name: rwtest03 Description: No description available Test Result: FAIL Details: rwtest03 1 FAIL : Test failed ------------------------------------------------------------------------ Test name: rwtest04 Description: No description available Test Result: FAIL Details: rwtest04 1 FAIL : Test failed ------------------------------------------------------------------------