Initial tests and target for ASST3, checkpoint 2.
This commit is contained in:
26
test161/tests/vm/sbrktest.t
Normal file
26
test161/tests/vm/sbrktest.t
Normal 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
|
Reference in New Issue
Block a user