Add grading system.
[pintos-anon] / src / tests / vm / Rubric.robustness
1 Robustness of virtual memory subsystem:
2
3 - Test robustness of page table support.
4
5 2       pt-bad-addr
6 3       pt-bad-read
7 2       pt-write-code
8 3       pt-write-code2
9 4       pt-grow-bad
10
11 - Test robustness of "mmap" system call.
12
13 1       mmap-bad-fd
14 1       mmap-inherit
15 1       mmap-null
16 1       mmap-zero
17
18 2       mmap-misalign
19
20 2       mmap-over-code
21 2       mmap-over-data
22 2       mmap-over-stk
23 2       mmap-overlap
24