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

http-stress.sh testcase fails with TCONF issue in SLES15SP5 kernel as below ``` 373 + trap 'tst_brkm TBROK '\''test interrupted'\''' INT 374 + '[' -d /var/www/html ']' 375 + tst_brkm TCONF...

ftp-upload-stress testcase fails with TCONF issue in SLES15SP5 kernel as below ``` + echo ' run FTP over IPv4' run FTP over IPv4 + case "$ret" in + '[' TINFO...

When the following options are enabled in the kernel build, the lock_toture test fails. CONFIG_DEBUG_RT_MUTEXES=y CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_MUTEXES=y CONFIG_DEBUG_RWSEMS=y It appears that the test failure is due to the difference in...

When the oom testcase is running, the runltp process is killed. As a result, subsequent testcasess cannot be executed. error log: Killing process 97867 (runltp) with signal SIGTERM

cpuset_memory_spread_testset.sh may send SIGUSR1 to cpuset_mem_hog before cpuset_mem_hog register SIGUSR1 signal.The default behavior of SIGUSR1 is killing process.In this case, cpuset_memory_spread_testset.sh may wait forever in `read exit_num < $FIFO`. Here...

Here is an basic example code to get you started: ``` #include #include #include #include #include #include "tst_test.h" #define MNTPOINT "mntpoint" static int mounted; { int p[2], r; char buf[1024];...

missing coverage

Hello,I meet a problem, memcontrol01&memcontrol02 test broken. Here is the print information: ...... uname: Linux s9863a-1h10 5.4.180-android12-9 #1 SMP PREEMPT Fri Feb 10 03:00:01 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux...

hello, I meet a problem:make test failed about testing ltp@master on debian_aarch64. ### Steps to reproduce the issue ```console …… runtest TINFO: KCONFIG_PATH='config02' runtest TINFO: === Run SHELL tests ===...

bug

Hi, in the below code, it is possible for the thread to signal first (pthread_cond_broadcast at Line 108) and, later, the thread goes to the waiting site forever (at Line...