os161/test161/tests/vm/stacktest.t
Scott Haseley 0207e6b066 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.
2016-04-14 17:47:54 -04:00

12 lines
214 B
Perl

---
name: "Stack Test"
description: >
Tests your VM stack handling by running the bigexec test from ASST2.
tags: [vm]
depends: [not-dumbvm-vm, shell]
sys161:
ram: 2M
---
$ /testbin/bigexec
$ /testbin/stacktest