Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-15 | kernel/vfs: don't hang on orphaned vfs calls | dzwdz | |
2022-04-15 | kernel/vfs: don't hang waiting for a vfs backend after it exit()s | dzwdz | |
2022-04-13 | init/test: add a fork() stress test | dzwdz | |
this currently crashes the kernel. the point is to stop it from doing that | |||
2021-11-04 | init/tests: ensure that tests exit successfully | dzwdz | |
2021-10-15 | init/tests: write some actual tests - test_await and test_faults | dzwdz | |
2021-10-15 | init/tests: make the test(s) static | dzwdz | |
2021-10-15 | init/tests: remove test_fs, as it doesn't even test anything | dzwdz | |
2021-10-15 | init/tests: implement a run_forked wrapper | dzwdz | |
2021-10-15 | init: only run tests when prompted from the shell | dzwdz | |
2021-10-15 | init: move the tests to their own directory | dzwdz | |