X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fuserprog%2FRubric.functionality;h=ea76c44d6561e43e3598acfde440150ffb600fd7;hb=cabab297e140981add0d8b3f965dadd579224a29;hp=7672c0155c90431171442b625c52e392e4b62826;hpb=0eb663f85c834786c5b98186bb55a3e3224b8a2f;p=pintos-anon diff --git a/src/tests/userprog/Rubric.functionality b/src/tests/userprog/Rubric.functionality index 7672c01..ea76c44 100644 --- a/src/tests/userprog/Rubric.functionality +++ b/src/tests/userprog/Rubric.functionality @@ -1,32 +1,32 @@ Functionality of system calls: - Test argument passing on Pintos command line. -5 args-none -5 args-single -5 args-multiple +3 args-none +3 args-single +3 args-multiple 3 args-many 3 args-dbl-space - Test "create" system call. -5 create-empty -5 create-long -5 create-normal -5 create-exists +3 create-empty +3 create-long +3 create-normal +3 create-exists - Test "open" system call. -5 open-missing -5 open-normal -5 open-twice +3 open-missing +3 open-normal +3 open-twice - Test "read" system call. -5 read-normal -5 read-zero +3 read-normal +3 read-zero - Test "write" system call. -5 write-normal -5 write-zero +3 write-normal +3 write-zero - Test "close" system call. -5 close-normal +3 close-normal - Test "exec" system call. 5 exec-once @@ -41,12 +41,12 @@ Functionality of system calls: 5 exit - Test "halt" system call. -5 halt +3 halt - Test recursive execution of user programs. 15 multi-recurse - Test read-only executable feature. -5 rox-simple +3 rox-simple 3 rox-child 3 rox-multichild