Initial tests and target for ASST3, checkpoint 2.

This commit is contained in:
Scott Haseley
2016-04-07 10:16:33 -04:00
parent 5821a085bf
commit 1600e40d22
17 changed files with 290 additions and 3 deletions

View File

@@ -0,0 +1,26 @@
---
name: "sbrk Test"
description: >
"Test various properites of your vm's heap management using
the sbrk() system call."
tags: [sbrk]
depends: [not-dumbvm-paging, shell]
sys161:
ram: 4M
---
khu
$ /testbin/sbrktest 1
$ /testbin/sbrktest 2
$ /testbin/sbrktest 3
$ /testbin/sbrktest 4
$ /testbin/sbrktest 5
$ /testbin/sbrktest 6
$ /testbin/sbrktest 7
$ /testbin/sbrktest 8
$ /testbin/sbrktest 11
$ /testbin/sbrktest 12
$ /testbin/sbrktest 13
$ /testbin/sbrktest 14
$ /testbin/sbrktest 15
$ /testbin/sbrktest 16
khu