linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.32k stars 1.02k forks source link

Move ipc/semaphore/ tests to syscalls/ipc/semop/ and clean them up #876

Open metan-ucw opened 2 years ago

metan-ucw commented 2 years ago

There is no point in having two different directories with semop() testcaes so it would make sense to move these two tests into the syscalls/ipc/semop/ directory as semop04 and semop05 and then rewrite them (in a separate patch) to the new test library.

Also the runtest files should be updated accordingly, these should be put into syscalls and syscalls-ipc instead of the nearly empty ipc runtest file.

coolgw commented 1 year ago

checking.

coolgw commented 1 year ago

https://patchwork.ozlabs.org/project/ltp/patch/20230120010533.11202-1-wegao@suse.com/

Martchus commented 1 year ago

The linked patch is in review state "rejected" but it looks like it has been merged nevertheless as commit 5abf2a17a973426645c86ae68444d2a26d39b402 which also updates runtests. So is there anything left to do?

coolgw commented 4 months ago

Yes, can be closed, since latest version merged.