X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fthreads%2Fpriority-sema.ck;h=559988d7346abc29958909573a577611323f434f;hb=f4651c01a134759e3dc904960f96d568e6855a4f;hp=eee1de6c81645fdfc26292fe2eb0147691c827cc;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/src/tests/threads/priority-sema.ck b/src/tests/threads/priority-sema.ck index eee1de6..559988d 100644 --- a/src/tests/threads/priority-sema.ck +++ b/src/tests/threads/priority-sema.ck @@ -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;