Add file system persistence tests:
[pintos-anon] / src / tests / threads / priority-sema.ck
index eee1de6c81645fdfc26292fe2eb0147691c827cc..559988d7346abc29958909573a577611323f434f 100644 (file)
@@ -4,25 +4,26 @@ use warnings;
 use tests::tests;
 check_expected ([<<'EOF']);
 (priority-sema) begin
-(priority-sema) Thread priority 32 woke up.
+(priority-sema) Thread priority 30 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 33 woke up.
+(priority-sema) Thread priority 29 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 34 woke up.
+(priority-sema) Thread priority 28 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 35 woke up.
+(priority-sema) Thread priority 27 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 36 woke up.
+(priority-sema) Thread priority 26 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 37 woke up.
+(priority-sema) Thread priority 25 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 38 woke up.
+(priority-sema) Thread priority 24 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 39 woke up.
+(priority-sema) Thread priority 23 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 40 woke up.
+(priority-sema) Thread priority 22 woke up.
 (priority-sema) Back in main thread.
-(priority-sema) Thread priority 41 woke up.
+(priority-sema) Thread priority 21 woke up.
 (priority-sema) Back in main thread.
 (priority-sema) end
 EOF
+pass;