X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fthreads%2Fpriority-donate-one.exp;h=a17852306bd8e8df7fe07ad8f326dddcf19bf9b5;hb=9890d47f4dba4ab2784a4ed5d424cddf697cfe18;hp=01f86d558fac4741a9bcd85d929cc092dce737a4;hpb=d23698a4667868796409d15c94cf5d3e509480c5;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.