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