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