os161/test161/tests/vm/stability/vm-stability.t
2016-04-15 16:24:03 -04:00

22 lines
421 B
Raku

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