X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fuserprog%2Ftests.txt;h=ce7c3931b11452af1167fe56820cdea311f09b73;hb=ae20a83cc5ed14f276f2292d99079370562addc9;hp=73027a4083e496d22dac61ea0da26899c580109e;hpb=70bedc52163974e2fd22278081a53561be29ab47;p=pintos-anon diff --git a/grading/userprog/tests.txt b/grading/userprog/tests.txt index 73027a4..ce7c393 100644 --- a/grading/userprog/tests.txt +++ b/grading/userprog/tests.txt @@ -37,8 +37,9 @@ System calls: open -2 open-boundary: pass name of file crossing page boundary -1 open-empty: pass empty string to open system call -1 open-null: pass null pointer to open system call + -1 open-bad-ptr: pass invalid pointer to open system call -1 open-twice: open the same file twice -Score: /9 +Score: /10 System calls: close -2 close-normal: close an open file in the most normal way