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