X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fthreads%2Fpriority-donate-one.exp;h=a17852306bd8e8df7fe07ad8f326dddcf19bf9b5;hb=ebb13d4d5ac786a976293136dc5258db2f189186;hp=01f86d558fac4741a9bcd85d929cc092dce737a4;hpb=3ae76eb4de24c4c3d8d715d3a5b09786bfb938a9;p=pintos-anon diff --git a/grading/threads/priority-donate-one.exp b/grading/threads/priority-donate-one.exp index 01f86d5..a178523 100644 --- a/grading/threads/priority-donate-one.exp +++ b/grading/threads/priority-donate-one.exp @@ -1,11 +1,11 @@ Testing priority donation. If the statements printed below are all true, you pass. -1. This thread should have priority 30. Actual priority: 30. -2. This thread should have priority 31. Actual priority: 31. -3. acquire2: got the lock -4. acquire2: done -5. acquire1: got the lock -6. acquire1: done -7. acquire2, acquire1 must already have finished, in that order. -8. This should be the last line before finishing this test. +This thread should have priority 30. Actual priority: 30. +This thread should have priority 31. Actual priority: 31. +acquire2: got the lock +acquire2: done +acquire1: got the lock +acquire1: done +acquire2, acquire1 must already have finished, in that order. +This should be the last line before finishing this test. Priority donation test done.