ASST2 target cleanup.

This commit is contained in:
Geoffrey Challen
2016-03-01 13:11:30 -05:00
parent 58315a9286
commit 4bbcf5839e
25 changed files with 83 additions and 89 deletions

View File

@@ -1,12 +1,10 @@
---
name: "Crash-all Shell Test"
description:
Tests whether your system correctly handles a variety of
illegal attempts from userspace processes to access resources that
do not belong to it. Please see userland/testbin/crash for more info.
Runs it from the shell.
tags: [stability, crash, crash-fork]
depends: [shell, /asst2/process/forktest.t]
name: "Crash"
description: >
Tests whether your system correctly handles a variety of bad process
behavior.
tags: [crash,stability]
depends: [shell,sys_fork]
sys161:
ram: 4M
---