ltp
ltp copied to clipboard
Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
I executed the testcase in the Linux-4.19.90 x86_64: ./runltp -f power_management_tests_exclusive Output result: tag=runpwtests_exclusive01 stime=1677136716 cmdline="runpwtests_exclusive01.sh" contacts="" analysis=exit sh: /sys/devices/system/cpu/sched_mc_power_savings: Permission denied sh: /sys/devices/system/cpu/sched_mc_power_savings: Permission denied sh: /sys/devices/system/cpu/sched_mc_power_savings: Permission denied...
splice07 seems to depend on https://github.com/torvalds/linux/commit/36e2c7421f02a22f71c9283e55fdb672a9eb58e7 ("fs: don't allow splice read/write without explicit ops") to pass. I've compiled a list of failing combinations on 5.4, but I'm not sure what's...
The GCC extension "\_\_attribute\_\_" breaks other compiler and produces 458 test failures. -- Regards ... Detlef
At the moment the sync_file_range01 test covers only negative testcases, i.e. invalid inputs passed to the syscall. We need a functionality test as well.
msync04 suffers races. According to Jan Kara nothing guarantees that the page is not written out before get_dirty_page() manages to read the page state, test should be reworked to verify...
``` SELinux mode: unknown no big block device was specified on commandline. Tests which require a big block device are disabled. You can specify it with option -z COMMAND: /userdata/wzh/ltp/bin/ltp-pan...
Reading the documentations for TFAIL and TBROK its not clear that the difference is. https://linux-test-project.readthedocs.io/en/latest/developers/api_c_tests.html#core-ltp-api If that can be expanded a bit more, it would be great.
Hi, I have tried to run power management tests on riscv64 arch, know that its not supported on this arch. Is there any way I can these tests run on...
See: http://man7.org/linux/man-pages/man2/recvmmsg.2.html