a17852306bd8e8df7fe07ad8f326dddcf19bf9b5
[pintos-anon] / grading / threads / priority-donate-one.exp
1 Testing priority donation.
2 If the statements printed below are all true, you pass.
3 This thread should have priority 30.  Actual priority: 30.
4 This thread should have priority 31.  Actual priority: 31.
5 acquire2: got the lock
6 acquire2: done
7 acquire1: got the lock
8 acquire1: done
9 acquire2, acquire1 must already have finished, in that order.
10 This should be the last line before finishing this test.
11 Priority donation test done.