nanos icon indicating copy to clipboard operation
nanos copied to clipboard

syscall tests

Open eyberg opened this issue 6 years ago • 2 comments

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

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

eyberg avatar Dec 12 '18 18:12 eyberg

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

mkhon avatar May 27 '19 19:05 mkhon

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.

wjhun avatar Oct 05 '20 17:10 wjhun