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, 0 insertions, 21 deletions
diff --git a/pintos-progos/tests/vm/Rubric.robustness b/pintos-progos/tests/vm/Rubric.robustness
deleted file mode 100644
index eca0af4..0000000
--- a/pintos-progos/tests/vm/Rubric.robustness
+++ /dev/null
@@ -1,21 +0,0 @@
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