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)
commit6399b258873072cdb546dff84c37e735cda25ac7
tree58bc33044abe946b096ef743c56481eca577367a
parentc563f810a61212b74a370e48f9af198c773204ee
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]