2a27bb27ac221151d5c18fec7108f68a1452831f
[pintos-anon] / grading / threads / tests.txt
1 CORRECTNESS [[total]]
2 -------------------
3
4 Points are taken off for tests that failed.  Only failing tests are
5 listed.
6
7 Problem 1-1: Alarm Clock
8   -3 alarm-single: Multiple threads each sleep once (public)
9   -3 alarm-multiple: Multiple threads each sleep many times (public)
10   -1 alarm-zero: Zero wait time must not crash or hang
11   -1 alarm-negative: Negative wait time must not crash or hang
12 Score: /8
13
14 Problem 1-2: Priority Scheduler
15   -2 priority-preempt: Higher-priority thread preempts others (public)
16   -2 priority-fifo: Threads of equal priority run round-robin (public)
17   -2 priority-donate-one: Priority donation with single lock (public)
18   -2 priority-donate-multiple: Priority donation with multiple locks
19   -2 priority-donate-nest: Nested priority donation with single lock
20 Score: /10
21
22 Problem 1-3: Advanced Scheduler
23   -4 mlfqs-speedup: Public testcase doesn't run faster with MLFQS
24   -4 mlfqs-priority: Priorities don't change properly
25 Score: /8