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.28k stars 999 forks source link

LTP tests support for riscv64 #970

Closed Ankita-020696 closed 1 year ago

Ankita-020696 commented 1 year ago

Hi, Does LTP's all tests are supprted on RISCV64 platform?

Thanks

metan-ucw commented 1 year ago

About 99% of the testcases should not depend on a platform at all, there are a few tests that are platform specific but these should be skipped automatically.

pevik commented 1 year ago

@Ankita-020696 FYI there is some riscv package for openSUSE, i.e. a proof that it can be compiled: https://build.opensuse.org/package/binaries/benchmark:ltp:devel/ltp/openSUSE_Factory_RISCV

Also embedded distros (which all support riscv) have LTP

Also note, the only arch dependency I remember is include/tst_atomic.h, but this was problematic only on very old toolchains used on very old architectures. Risc is obviously new enough to be OK