X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=1650b14625b72fc7cd528efb6d63baae2958791e;hb=a9ca36e41805e259c2bfc238655a9586f7efb303;hp=15902a2cd3db19fd7e77209b9d82127190a96759;hpb=90284ecf98313edfd34d8e3f30a2b00a0065bf38;p=pintos-anon diff --git a/TODO b/TODO index 15902a2..1650b14 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,14 @@ -*- text -*- +* The tests in tests/ don't apply the grading patches. + +* Threads: + + - join-invalid doesn't compile if tid_t is not scalar type. + + - mlfqs tests suck. They aren't even correct, e.g. the amarv + submission from win0405 is graded incorrectly. + * Userprog project: - Move `join' implementation here, from `threads' project, to help