aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/vm/Rubric.robustness
blob: 0b2552f29852e4e1121d99ddd8ed7537aa414abc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Robustness of virtual memory subsystem:
- Test robustness of page table support.
2	pt-bad-addr
3	pt-bad-read
2	pt-write-code
3	pt-write-code2
4	pt-grow-bad

- Test robustness of "mmap" system call.
1	mmap-bad-fd
1	mmap-inherit
1	mmap-null
1	mmap-zero

2	mmap-misalign

2	mmap-over-code
2	mmap-over-data
2	mmap-over-stk
2	mmap-overlap