os161/test161/tests/vm/stability/vm-stability.t
2016-04-07 10:16:33 -04:00

22 lines
370 B
Perl

---
name: "VM Stability Test"
description:
Runs various VM tests to test for synchronization issues.
tags: [stability]
depends: [shell, not-dumbvm-paging]
sys161:
ram: 8M
cpus: 4
---
khu
$ /testbin/forktest
$ /testbin/quintmat
$ /testbin/forktest
$ /testbin/sort
$ /testbin/bigfork
$ /testbin/parallelvm
$ /testbin/quintmat
$ /testbin/forktest
$ /testbin/zero
khu