X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-sema.ck;h=f2b9cde9203c779a3468d268a16bcea72379f4c8;hb=c7ceee91c04fa72da655c00cb82302537ff6c9eb;hp=eee1de6c81645fdfc26292fe2eb0147691c827cc;hpb=71b4d5a453498d45ae5929b51247a487c0e3719d;p=pintos-anon diff --git a/src/tests/threads/priority-sema.ck b/src/tests/threads/priority-sema.ck index eee1de6..f2b9cde 100644 --- a/src/tests/threads/priority-sema.ck +++ b/src/tests/threads/priority-sema.ck @@ -4,25 +4,25 @@ 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