Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Testing

Pintos already contains a test suite for Project Threads, 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.