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