Working on ASST2 targets.
This commit is contained in:
9
test161/tests/stability/badcall/badcall-close.t
Normal file
9
test161/tests/stability/badcall/badcall-close.t
Normal 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
|
9
test161/tests/stability/badcall/badcall-dup2.t
Normal file
9
test161/tests/stability/badcall/badcall-dup2.t
Normal 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
|
11
test161/tests/stability/badcall/badcall-execv.t
Normal file
11
test161/tests/stability/badcall/badcall-execv.t
Normal 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
|
9
test161/tests/stability/badcall/badcall-lseek.t
Normal file
9
test161/tests/stability/badcall/badcall-lseek.t
Normal 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
|
9
test161/tests/stability/badcall/badcall-open.t
Normal file
9
test161/tests/stability/badcall/badcall-open.t
Normal 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
|
9
test161/tests/stability/badcall/badcall-read.t
Normal file
9
test161/tests/stability/badcall/badcall-read.t
Normal 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
|
11
test161/tests/stability/badcall/badcall-waitpid.t
Normal file
11
test161/tests/stability/badcall/badcall-waitpid.t
Normal 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
|
9
test161/tests/stability/badcall/badcall-write.t
Normal file
9
test161/tests/stability/badcall/badcall-write.t
Normal 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
|
Reference in New Issue
Block a user