ASST3 test cleanup; added forkbomb
This commit is contained in:
17
test161/tests/vm/stability/forkbomb.t
Normal file
17
test161/tests/vm/stability/forkbomb.t
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: "Calm Like a Fork Bomb (VM)"
|
||||
tags: [stability-vm]
|
||||
depends: [console, not-dumbvm-vm]
|
||||
sys161:
|
||||
ram: 2M
|
||||
monitor:
|
||||
progresstimeout: 40.0
|
||||
user:
|
||||
enablemin: true
|
||||
min: 0.001
|
||||
max: 1.0
|
||||
kernel:
|
||||
enablemin: true
|
||||
min: 0.01
|
||||
---
|
||||
p /testbin/forkbomb
|
@@ -2,8 +2,8 @@
|
||||
name: "VM Stability Test"
|
||||
description:
|
||||
Runs various VM tests to test for synchronization issues.
|
||||
tags: [stability]
|
||||
depends: [shell, not-dumbvm-paging]
|
||||
tags: [stability-vm]
|
||||
depends: [/vm/bigfork.t, /vm/parallelvm.t, /vm/quintmat.t, /vm/zero.t, /vm/sort.t]
|
||||
sys161:
|
||||
ram: 8M
|
||||
cpus: 4
|
||||
|
Reference in New Issue
Block a user