Invert the priority scheme, so that PRI_MIN is now the lowest priority
[pintos-anon] / src / tests / threads / priority-donate-nest.ck
index 597d99dfda052461c34f7ce9cd24b42897f57865..6ec1b4aca3a6d4a415ac156c6ae9ace619039de4 100644 (file)
@@ -4,9 +4,9 @@ use warnings;
 use tests::tests;
 check_expected ([<<'EOF']);
 (priority-donate-nest) begin
-(priority-donate-nest) Low thread should have priority 30.  Actual priority: 30.
-(priority-donate-nest) Low thread should have priority 29.  Actual priority: 29.
-(priority-donate-nest) Medium thread should have priority 29.  Actual priority: 29.
+(priority-donate-nest) Low thread should have priority 32.  Actual priority: 32.
+(priority-donate-nest) Low thread should have priority 33.  Actual priority: 33.
+(priority-donate-nest) Medium thread should have priority 33.  Actual priority: 33.
 (priority-donate-nest) Medium thread got the lock.
 (priority-donate-nest) High thread got the lock.
 (priority-donate-nest) High thread finished.