Some initial VM tests.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 18 Nov 2004 01:14:18 +0000 (01:14 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 18 Nov 2004 01:14:18 +0000 (01:14 +0000)
commitc49ca891e62eb091e3c923a77bf2ea907d73220f
treed458ea09197cae334e2094138d7c638e2110f3f6
parent434fc19d6c6f096926746f7ea07d81615b4eef16
Some initial VM tests.
20 files changed:
grading/vm/arc4.c [new file with mode: 0644]
grading/vm/arc4.h [new file with mode: 0644]
grading/vm/child-linear.c [new file with mode: 0644]
grading/vm/child-sort.c [new file with mode: 0644]
grading/vm/cksum.c [new file with mode: 0644]
grading/vm/cksum.h [new file with mode: 0644]
grading/vm/page-linear.c [new file with mode: 0644]
grading/vm/page-linear.exp [new file with mode: 0644]
grading/vm/page-merge-seq.c [new file with mode: 0644]
grading/vm/page-parallel.c [new file with mode: 0644]
grading/vm/page-parallel.exp [new file with mode: 0644]
grading/vm/pt-bad-addr.c [new file with mode: 0644]
grading/vm/pt-bad-addr.exp [new file with mode: 0644]
grading/vm/pt-big-stk-obj.c [new file with mode: 0644]
grading/vm/pt-big-stk-obj.exp [new file with mode: 0644]
grading/vm/pt-grow-stack.c [new file with mode: 0644]
grading/vm/pt-grow-stack.exp [new file with mode: 0644]
grading/vm/pt-write-code.c [new file with mode: 0644]
grading/vm/pt-write-code.exp [new file with mode: 0644]
grading/vm/tests.txt [new file with mode: 0644]