summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/vm/Rubric.robustness
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/tests/vm/Rubric.robustness')
-rw-r--r--pintos-progos/tests/vm/Rubric.robustness21
1 files changed, 21 insertions, 0 deletions
diff --git a/pintos-progos/tests/vm/Rubric.robustness b/pintos-progos/tests/vm/Rubric.robustness
new file mode 100644
index 0000000..eca0af4
--- /dev/null
+++ b/pintos-progos/tests/vm/Rubric.robustness
@@ -0,0 +1,21 @@
1Robustness of virtual memory subsystem:
2- Test robustness of page table support.
32 pt-bad-addr
43 pt-bad-read
52 pt-write-code
63 pt-write-code2
74 pt-grow-bad
8
9- Test robustness of "mmap" system call.
101 mmap-bad-fd
111 mmap-inherit
121 mmap-null
131 mmap-zero
14
152 mmap-misalign
16
172 mmap-over-code
182 mmap-over-data
192 mmap-over-stk
202 mmap-overlap
214 mmap-lazy-seq