
Untitled
By: a guest on
May 16th, 2012 | syntax:
Diff | size: 1.41 KB | hits: 17 | expires: Never
diff --git a/tests/intro/Grading b/tests/intro/Grading
new file mode 100644
index 0000000..b1ff6b8
--- /dev/null
+++ b/tests/intro/Grading
@@ -0,0 +1,5 @@
+# Percentage of the testing point total designated for each set of
+# tests.
+
+50.0% tests/intro/alarm-clock/Rubric
+50.0% tests/intro/userprog-args/Rubric
diff --git a/tests/threads/Grading b/tests/threads/Grading
index a34cfe1..cc235f2 100644
--- a/tests/threads/Grading
+++ b/tests/threads/Grading
@@ -1,8 +1,11 @@
# Percentage of the testing point total designated for each set of
# tests.
-10.0% tests/threads/Rubric.alarm
+# Priority Scheduling
90.0% tests/threads/Rubric.priority
-# Not used in SS2012
-# 40.0% tests/threads/Rubric.mlfqs
+# Robustness
+10.0% tests/threads/Rubric.alarm
+
+# Not used in SS 2012
+# XX.0% tests/threads/Rubric.mlfqs
diff --git a/tests/userprog/Grading b/tests/userprog/Grading
deleted file mode 100644
index f70dc99..0000000
--- a/tests/userprog/Grading
+++ /dev/null
@@ -1,11 +0,0 @@
-# Percentage of the testing point total designated for each set of
-# tests.
-
-# This project is primarily about implementing system calls.
-# If you do so properly, the base file system functionality
-# should come "for free". Thus, the points emphasis below.
-
-35% tests/userprog/Rubric.functionality
-25% tests/userprog/Rubric.robustness
-10% tests/userprog/no-vm/Rubric
-30% tests/filesys/base/Rubric