shaikshavali1
shaikshavali1
Test case Description: ----------------------------- The original test case is to check that the child process is killed due to “broken pipe” or not. Code snippet (original file): https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/syscalls/pipe/pipe02.c This test...
@prp, Yes SIGPIPE received.
**background of the issue:** Original LTP test case “kernel-syscalls-sendfile-sendfile09” check 5GB available free space in current directory path by invoking test framework function “tst_fs_has_free”. This test framework function reads the...
Original Test Case Description: This test case is to test "sendfile09" system call on large files. Below specified sub test case. 1. call sendfile(2) with offset at 0. 2. call...
@prp **Summary**: 1.tst_fill_fs() created 14 files in the error scenario. 2.cleanup() delete a fixed number of files i.e., 13 files. Hence, one file has still remained in the "mntpoint". **Analysis...
@prp, Could you please suggest what more information I need to update here?
@prp , 1. Yes, only the first subtest case is failed, other subtest cases are passed. 2. Please find below GDB logs. ``` [[ SGX-LKL ]] libc_start_main_stage2(): Calling app main:...
Test case Description: This test case is to test the ERANGE error is getting returned when an invalid buffer length is passed. > Link: https://github.com/linux-test-project/ltp/blob/c5311d26fb80988de010301c0855a5f65442c6c0/testcases/kernel/syscalls/gethostbyname_r/gethostbyname_r01.c#L84 GDB_Logs & parameters values: ```...
@prp , updated the details.