Working on ASST2 targets.

This commit is contained in:
Geoffrey Challen
2016-03-01 11:44:44 -05:00
parent b65a333d34
commit 7fa97457a1
36 changed files with 107 additions and 101 deletions

View File

@@ -0,0 +1,9 @@
---
name: "Badcall-close Test"
description:
Tests whether close syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
depends: [shell]
---
$ /testbin/badcall f

View File

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

View File

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

View File

@@ -0,0 +1,9 @@
---
name: "Badcall-lseek Test"
description:
Tests whether lseek syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
depends: [shell]
---
$ /testbin/badcall j

View File

@@ -0,0 +1,9 @@
---
name: "Badcall-open Test"
description:
Tests whether open syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
depends: [shell]
---
$ /testbin/badcall c

View File

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

View File

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

View File

@@ -0,0 +1,9 @@
---
name: "Badcall-write Test"
description:
Tests whether write syscall is implemented correctly by invoking it in all
possible wrong ways.
tags: [badcall, stability]
depends: [shell]
---
$ /testbin/badcall e