Added test161 files for ASST2

This commit is contained in:
Guru Prasad Srinivasa
2016-02-29 20:12:09 -05:00
parent f141875f20
commit 21169ed500
30 changed files with 488 additions and 0 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