ASST2 target cleanup.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user