nanovms / nanos

A kernel designed to run one and only one application in a virtualized environment
https://nanos.org
Apache License 2.0
2.66k stars 137 forks source link

syscall tests #263

Open eyberg opened 5 years ago

eyberg commented 5 years ago

c++ but https://github.com/google/gvisor/tree/master/test/syscalls/linux

existing issue for basic ds https://github.com/nanovms/nanos/issues/184

mkhon commented 5 years ago

Another option is to use LTP (Linux Test Project). See also #278 and https://github.com/nanovms/nanos/wiki/Running-tests-from-Linux-Test-Project

wjhun commented 4 years ago

Now that we have the kernel in a separate boot partition, we can entertain making an automated test that runs a single kernel image against a suite of pre-built root images, e.g. one for each LTP test.