X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-sema.ck;h=559988d7346abc29958909573a577611323f434f;hb=e48bfc15bb4241e1df3b32d8e4aca6a34efea6c3;hp=eee1de6c81645fdfc26292fe2eb0147691c827cc;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;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;