X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fuserprog%2Ftests.txt;h=afeed079fde0d8dcf1cc8791ff234be72e89f1b2;hb=2e2f580dd9eb1a8fa094e35f4b967e2547774d9c;hp=ce7c3931b11452af1167fe56820cdea311f09b73;hpb=4d4065366785163248112abe34ac9a1ecd4b08b5;p=pintos-anon diff --git a/grading/userprog/tests.txt b/grading/userprog/tests.txt index ce7c393..afeed07 100644 --- a/grading/userprog/tests.txt +++ b/grading/userprog/tests.txt @@ -69,10 +69,11 @@ Score: /9 System calls: exec -2 exec-once: call exec/join once + -2 exec-arg: check command-line passing on exec -2 exec-multiple: call exec/join multiple times -2 exec-missing: exec of nonexistent file must return -1 -1 exec-bad-ptr: pass invalid pointer to exec system call -Score: /7 +Score: /9 System calls: join -2 join-simple: join must return proper value