deislabs / mystikos

Tools and runtime for launching unmodified container images in Trusted Execution Environments
142 stars 49 forks source link

[Tracking] Missing syscalls to run ltp tests #163

Open salsal97 opened 3 years ago

salsal97 commented 3 years ago

Below is a list of syscalls that are not implemented yet, which is blocking some tests in the linux test project (ltp) when using ext2fs. The list of tests that pass due to errors like invalid return code/etc is located here

The LTP code is here

FS=ext2fs
echo "$(cat "$FS"_tests_passed.txt | wc -l) | $(cat "$FS"_tests_unhandled_syscalls.txt | wc -l) | $(cat "$FS"_tests_other_errors.txt | wc -l)"
Current LTP stats: FILESYSTEM PASSED UNHANDLED_SYSCALLS OTHER_ERRORS
ext2fs 301 261 782
hostfs 323 265 766
ramfs 286 258 801
paulcallen commented 3 years ago

create separate issue when working on a syscall and link to this

jxyang commented 3 years ago

Please update the list, @salsal97

salsal97 commented 3 years ago

Updated. These were the ones that were checked off -