Get rid of unnecessary barrier. Improve comment.
[pintos-anon] / grading / threads / priority-donate-nest.exp
index 66de83f76ec4de02c6dfac681663ff083a726625..d6e496c1248386f343ff3d7bb822ad9e9c0b38fc 100644 (file)
@@ -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.