More tests for ASST3.2

Added 2 new sbrktests, one to test a huge sbrk with only touch a few pages (shouldn't crash),
and another to make sure pages are getting freed when the breakpoint moves down. Also, added
a stacktest that checks that 4M stacks are supported and pages are allocated on-demand.
This commit is contained in:
Scott Haseley
2016-04-14 17:47:54 -04:00
parent 6d0d7c9230
commit 0207e6b066
6 changed files with 165 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ description: >
tags: [sbrk]
depends: [not-dumbvm-vm, shell]
sys161:
ram: 4M
ram: 2M
---
khu
$ /testbin/sbrktest 1
@@ -22,5 +22,7 @@ $ /testbin/sbrktest 12
$ /testbin/sbrktest 13
$ /testbin/sbrktest 14
$ /testbin/sbrktest 15
$ /testbin/sbrktest 16
$ /testbin/sbrktest 17
$ /testbin/sbrktest 22
$ /testbin/sbrktest 23
khu

View File

@@ -5,6 +5,7 @@ description: >
tags: [vm]
depends: [not-dumbvm-vm, shell]
sys161:
ram: 4M
ram: 2M
---
$ /testbin/bigexec
$ /testbin/stacktest