Updated ram sizes for badcall tests and forktest

This commit is contained in:
Guru Prasad Srinivasa 2016-03-01 17:26:02 -05:00
parent a9c196a1cc
commit 9bdb31021b
9 changed files with 13 additions and 7 deletions

View File

@ -1,8 +1,10 @@
--- ---
name: "Bad Close" name: "Bad Close"
description: description: >
Stability test for sys_close. Stability test for sys_close.
tags: [badcall,stability] tags: [badcall,stability]
depends: [shell] depends: [shell]
sys161:
ram: 2M
--- ---
$ /testbin/badcall f $ /testbin/badcall f

View File

@ -4,5 +4,7 @@ description:
Stability test for sys_dup2. Stability test for sys_dup2.
tags: [badcall,stability] tags: [badcall,stability]
depends: [shell] depends: [shell]
sys161:
ram: 2M
--- ---
$ /testbin/badcall w $ /testbin/badcall w

View File

@ -5,6 +5,6 @@ description:
tags: [badcall,stability] tags: [badcall,stability]
depends: [shell] depends: [shell]
sys161: sys161:
ram: 512K ram: 2M
--- ---
$ /testbin/badcall a $ /testbin/badcall a

View File

@ -5,6 +5,6 @@ description:
tags: [badcall,stability] tags: [badcall,stability]
depends: [shell] depends: [shell]
sys161: sys161:
ram: 512K ram: 2M
--- ---
$ /testbin/badcall j $ /testbin/badcall j

View File

@ -5,6 +5,6 @@ description:
tags: [badcall,stability] tags: [badcall,stability]
depends: [shell] depends: [shell]
sys161: sys161:
ram: 512K ram: 2M
--- ---
$ /testbin/badcall c $ /testbin/badcall c

View File

@ -4,5 +4,7 @@ description:
Stability test for sys_read. Stability test for sys_read.
tags: [badcall,stability] tags: [badcall,stability]
depends: [shell] depends: [shell]
sys161:
ram: 2M
--- ---
$ /testbin/badcall d $ /testbin/badcall d

View File

@ -5,6 +5,6 @@ description:
tags: [badcall,stability] tags: [badcall,stability]
depends: [shell] depends: [shell]
sys161: sys161:
ram: 512K ram: 2M
--- ---
$ /testbin/badcall b $ /testbin/badcall b

View File

@ -5,6 +5,6 @@ description:
tags: [badcall,stability] tags: [badcall,stability]
depends: [shell] depends: [shell]
sys161: sys161:
ram: 512K ram: 2M
--- ---
$ /testbin/badcall e $ /testbin/badcall e

View File

@ -5,6 +5,6 @@ description: >
tags: [sys_fork,procsyscalls,syscalls] tags: [sys_fork,procsyscalls,syscalls]
depends: [console] depends: [console]
sys161: sys161:
ram: 4M ram: 2M
--- ---
p /testbin/forktest p /testbin/forktest