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,9 +1,8 @@
---
name: "Badcall-close Test"
name: "Bad Close"
description:
Tests whether close syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
Stability test for sys_close.
tags: [badcall,stability]
depends: [shell]
---
$ /testbin/badcall f

View File

@@ -1,9 +1,8 @@
---
name: "Badcall-dup2 Test"
name: "Bad Dup"
description:
Tests whether dup2 syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
Stability test for sys_dup2.
tags: [badcall,stability]
depends: [shell]
---
$ /testbin/badcall w

View File

@@ -1,11 +1,10 @@
---
name: "Badcall-execv Test"
name: "Bad Exec"
description:
Tests whether execv syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
Stability test for sys_exec.
tags: [badcall,stability]
depends: [shell]
sys161:
ram: 4M
ram: 512K
---
$ /testbin/badcall a

View File

@@ -1,9 +1,10 @@
---
name: "Badcall-lseek Test"
name: "Bad Seek"
description:
Tests whether lseek syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
Stability test for sys_lseek.
tags: [badcall,stability]
depends: [shell]
sys161:
ram: 512K
---
$ /testbin/badcall j

View File

@@ -1,9 +1,10 @@
---
name: "Badcall-open Test"
name: "Bad Open"
description:
Tests whether open syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
Stability test for sys_open.
tags: [badcall,stability]
depends: [shell]
sys161:
ram: 512K
---
$ /testbin/badcall c

View File

@@ -1,9 +1,8 @@
---
name: "Badcall-read Test"
name: "Bad Read"
description:
Tests whether read syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
Stability test for sys_read.
tags: [badcall,stability]
depends: [shell]
---
$ /testbin/badcall d

View File

@@ -1,11 +1,10 @@
---
name: "Badcall-waitpid Test"
name: "Bad Wait"
description:
Tests whether waitpid syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
Stability test for sys_wait.
tags: [badcall,stability]
depends: [shell]
sys161:
ram: 4M
ram: 512K
---
$ /testbin/badcall b

View File

@@ -1,9 +1,10 @@
---
name: "Badcall-write Test"
name: "Bad Write"
description:
Tests whether write syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
Stability test for sys_write.
tags: [badcall,stability]
depends: [shell]
sys161:
ram: 512K
---
$ /testbin/badcall e

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
---

View File

@@ -1,5 +1,5 @@
---
name: "Forkbomb"
name: "Calm Like a Fork Bomb"
tags: [stability]
depends: [console]
sys161:

View File

@@ -1,9 +1,9 @@
---
name: "Forktest Stability Test"
name: "Fork Stability Test"
description:
Runs forktest 5 times to check for synchronization issues.
tags: [stability]
depends: [shell, /asst2/process/forktest.t]
depends: [shell]
sys161:
ram: 16M
---

View File

@@ -1,12 +1,10 @@
---
name: "Randcall Test"
description:
Invokes system calls on random with random arguments.
Tests whether your system can gracefully recover from
bad system calls.
tags: [randcall-2, stability]
description: >
Invokes system calls with random arguments.
tags: [stability]
depends: [shell]
sys161:
ram: 16M
---
$ /testbin/randcall -f -c 1000 -r 30 2
$ /testbin/randcall -f -c 100 -r 421 2