ltp icon indicating copy to clipboard operation
ltp copied to clipboard

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)

Results 269 ltp issues
Sort by recently updated
recently updated
newest added

Some chown-related tests were using undocumented flags, e.g. here: https://github.com/linux-test-project/ltp/blob/bcf373385e8c06e80b73fb3bbf2cc57ba341ac10/testcases/kernel/syscalls/fchown/fchown02.c#L42-L45 https://github.com/linux-test-project/ltp/blob/bcf373385e8c06e80b73fb3bbf2cc57ba341ac10/testcases/kernel/syscalls/fchown/fchown02.c#L143-L146 `man` says that `mode` argument supports only standard mode flags. On Linux, those LTP tests seem to work by...

Adds 1> 1-1 test 2> assertions.xml 3> coverage.txt Change-Id: I1b8c203c259a96bec5446aa305e78c00170758a4 Signed-off-by: Mandri, Padmashree

Adds 1-1, 2-1, 3-1, 4-1 and 6-1 tests, assertions.xml and coverage.txt Change-Id: Iebfd407ddaf1214c9dda68a1877649e52e021a87 Signed-off-by: Mandri, Padmashree

Adds 1>1-1.c 2>assertions.xml Signed-off-by: Mandri, Padmashree

Adds 1) assertions.xml 2) Testcases 1-1.c and 2-1.c Change-Id: I6b59efd23d53c48efc7ba94e5209520ead1e5b33 Signed-off-by: Venate, Salini

Adding assertions.xml and initial set of tests for open() api. Signed-off-by: Palleti, Avinash Reddy Change-Id: I7262497df1251d7d87a74ae8da954cf1842f1cb7

Adds 1> 1-1, 2-1, 3-1 tests 2> assertion.xml 3> coverage.txt Change-Id: I41881d59fb91e543651fe7ef87984b55ef1692cc

Adds 1> 1-1, 2-1, 3-1 tests 2> assertion.xml 3> coverage.txt Change-Id: I58588db8646cc845a10d681df722321a9c18579f

Fix: #367 In README file, KConfig "CONFIG_CGROUP_CPUACCT=y", "CONFIG_CGROUP_NET_PRIO=y", "CONFIG_CGROUP_PIDS=y" have been added, which don't exist in early kernel versions but are needed for running test cases in recent kernel versions....

min_free_kbytes test has badly formed if conditions in mem_tune() for child exit status check. This is causing test to declare as FAILED despite that not being the case. Fix child...