X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=grading%2Fthreads%2Fpriority-donate-nest.exp;h=d6e496c1248386f343ff3d7bb822ad9e9c0b38fc;hb=a0b5ffb1de46bf4cf5b13fbfb8c0ae550f98d57c;hp=66de83f76ec4de02c6dfac681663ff083a726625;hpb=d23698a4667868796409d15c94cf5d3e509480c5;p=pintos-anon diff --git a/grading/threads/priority-donate-nest.exp b/grading/threads/priority-donate-nest.exp index 66de83f..d6e496c 100644 --- a/grading/threads/priority-donate-nest.exp +++ b/grading/threads/priority-donate-nest.exp @@ -1,13 +1,13 @@ Testing nested priority donation. If the statements printed below are all true, you pass. - 1. Low thread should have priority 30. Actual priority: 30. - 2. Low thread should have priority 31. Actual priority: 31. - 3. Medium thread should have priority 31. Actual priority: 31. - 4. Medium thread got the lock. - 5. High thread got the lock. - 6. High thread finished. - 7. High thread should have just finished. - 8. Middle thread finished. - 9. Medium thread should just have finished. -10. Low thread should have priority 29. Actual priority: 29. +Low thread should have priority 30. Actual priority: 30. +Low thread should have priority 31. Actual priority: 31. +Medium thread should have priority 31. Actual priority: 31. +Medium thread got the lock. +High thread got the lock. +High thread finished. +High thread should have just finished. +Middle thread finished. +Medium thread should just have finished. +Low thread should have priority 29. Actual priority: 29. Nested priority priority donation test finished.