Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 16th, 2012  |  syntax: Diff  |  size: 1.41 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff --git a/tests/intro/Grading b/tests/intro/Grading
  2. new file mode 100644
  3. index 0000000..b1ff6b8
  4. --- /dev/null
  5. +++ b/tests/intro/Grading
  6. @@ -0,0 +1,5 @@
  7. +# Percentage of the testing point total designated for each set of
  8. +# tests.
  9. +
  10. +50.0%  tests/intro/alarm-clock/Rubric
  11. +50.0%  tests/intro/userprog-args/Rubric
  12. diff --git a/tests/threads/Grading b/tests/threads/Grading
  13. index a34cfe1..cc235f2 100644
  14. --- a/tests/threads/Grading
  15. +++ b/tests/threads/Grading
  16. @@ -1,8 +1,11 @@
  17.  # Percentage of the testing point total designated for each set of
  18.  # tests.
  19.  
  20. -10.0%  tests/threads/Rubric.alarm
  21. +# Priority Scheduling
  22.  90.0%  tests/threads/Rubric.priority
  23.  
  24. -# Not used in SS2012
  25. -# 40.0%        tests/threads/Rubric.mlfqs
  26. +# Robustness
  27. +10.0%  tests/threads/Rubric.alarm
  28. +
  29. +# Not used in SS 2012
  30. +# XX.0%        tests/threads/Rubric.mlfqs
  31. diff --git a/tests/userprog/Grading b/tests/userprog/Grading
  32. deleted file mode 100644
  33. index f70dc99..0000000
  34. --- a/tests/userprog/Grading
  35. +++ /dev/null
  36. @@ -1,11 +0,0 @@
  37. -# Percentage of the testing point total designated for each set of
  38. -# tests.
  39. -
  40. -# This project is primarily about implementing system calls.
  41. -# If you do so properly, the base file system functionality
  42. -# should come "for free".  Thus, the points emphasis below.
  43. -
  44. -35%    tests/userprog/Rubric.functionality
  45. -25%    tests/userprog/Rubric.robustness
  46. -10%    tests/userprog/no-vm/Rubric
  47. -30%    tests/filesys/base/Rubric