From afb14670fdcca6f539f0929043903ffe40f7ffb8 Mon Sep 17 00:00:00 2001 From: Junjie Mao Date: Mon, 16 Mar 2015 18:37:58 +0800 Subject: [PATCH] Remove slob-related checks in grade.sh These checks should no longer exist after simplification. Signed-off-by: Junjie Mao --- labcodes/lab8/tools/grade.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/labcodes/lab8/tools/grade.sh b/labcodes/lab8/tools/grade.sh index 62987e3..44f0fd3 100644 --- a/labcodes/lab8/tools/grade.sh +++ b/labcodes/lab8/tools/grade.sh @@ -347,7 +347,6 @@ default_check() { 'PDE(001) fac00000-fb000000 00400000 -rw' \ ' |-- PTE(000e0) faf00000-fafe0000 000e0000 urw' \ ' |-- PTE(00001) fafeb000-fafec000 00001000 -rw' \ - 'check_slob() succeeded!' \ 'check_vma_struct() succeeded!' \ 'page fault at 0x00000100: K/W [no page found].' \ 'check_pgfault() succeeded!' \