Testing

PintOS already contains a test suite for Project 2, but not all of the parts of this project have complete test coverage. You must submit one new test case which exercise functionality that is not covered by existing tests. We will not tell you what features to write tests for, so you will be responsible for identifying which features of this project would benefit most from additional tests. Make sure your own project implementation passes the tests that you write. You can pick any appropriate name for your test, but beware that test names should be no longer than 14 characters.

Add a description of this test to your design document.


Back to top

hkaiser@cct.lsu.edu

The content of this page has been partially adapted from Berkeley's CS162 course documentation