Change line spacing.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 20 Jun 2005 21:01:51 +0000 (21:01 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 20 Jun 2005 21:01:51 +0000 (21:01 +0000)
src/tests/filesys/extended/Rubric.functionality
src/tests/filesys/extended/Rubric.robustness
src/tests/threads/Rubric.alarm
src/tests/threads/Rubric.mlfqs
src/tests/threads/Rubric.priority
src/tests/userprog/Rubric.functionality
src/tests/userprog/Rubric.robustness
src/tests/vm/Rubric.functionality
src/tests/vm/Rubric.robustness

index 83e6e5f5b6900c7f2e5c6ee2525b93dd838be102..b62bf43bf9e136fb4e9742ad9c99473991248cdf 100644 (file)
@@ -1,7 +1,5 @@
 Functionality of extended file system:
-
 - Test directory support.
-
 1      dir-mkdir
 2      dir-mk-vine
 3      dir-mk-tree
@@ -13,7 +11,6 @@ Functionality of extended file system:
 1      dir-lsdir
 
 - Test file growth.
-
 1      grow-create
 1      grow-seq-sm
 2      grow-seq-lg
@@ -23,11 +20,9 @@ Functionality of extended file system:
 1      grow-file-size
 
 - Test directory growth.
-
 1      grow-dir-lg
 1      grow-root-sm
 1      grow-root-lg
 
 - Test writing from multiple processes.
-
 3      syn-rw  
index 9ac7ae052d0daa81fd9c67caef07f7580c3ee6c9..b09102e8ef8b0e71f46ab0e1bd65cb8b482b039d 100644 (file)
@@ -1,5 +1,4 @@
 Robustness of file system:
-
 1      dir-empty-name
 1      dir-open
 1      dir-over-file
index a790833b78a5ff97e5f0e91b6487d364840d744d..b2d44a3ea80cc979ca8ad2a1cdc114d6b7120c85 100644 (file)
@@ -1,5 +1,4 @@
 Functionality and robustness of alarm clock:
-
 5      alarm-single
 5      alarm-multiple
 5      alarm-priority
index 2a095a7268479509a6793a9b97d252ae63cc251d..b238a5746514a6b6d788e6407ec969115e91066d 100644 (file)
@@ -1,5 +1,4 @@
 Functionality of advanced scheduler:
-
 5      mlfqs-load-1
 5      mlfqs-load-60
 3      mlfqs-load-avg
index 4f32254ceb9302789c1dea1175ddbfa784ba6084..49130ae74946d52f7c8ec4dcb7d7157996bbed83 100644 (file)
@@ -1,5 +1,4 @@
 Functionality of priority scheduler:
-
 5      priority-preempt
 5      priority-donate-one
 5      priority-donate-multiple
index d80d89f3a6efe4451c31a16a4c170802e4cd4e21..7672c0155c90431171442b625c52e392e4b62826 100644 (file)
@@ -1,7 +1,5 @@
 Functionality of system calls:
-
 - Test argument passing on Pintos command line.
-
 5      args-none
 5      args-single
 5      args-multiple
@@ -9,57 +7,46 @@ Functionality of system calls:
 3      args-dbl-space
 
 - Test "create" system call.
-
 5      create-empty
 5      create-long
 5      create-normal
 5      create-exists
 
 - Test "open" system call.
-
 5      open-missing
 5      open-normal
 5      open-twice
 
 - Test "read" system call.
-
 5      read-normal
 5      read-zero
 
 - Test "write" system call.
-
 5      write-normal
 5      write-zero
 
 - Test "close" system call.
-
 5      close-normal
 
 - Test "exec" system call.
-
 5      exec-once
 5      exec-multiple
 5      exec-arg
 
 - Test "wait" system call.
-
 5      wait-simple
 5      wait-twice
 
 - Test "exit" system call.
-
 5      exit
 
 - Test "halt" system call.
-
 5      halt
 
 - Test recursive execution of user programs.
-
 15     multi-recurse
 
 - Test read-only executable feature.
-
 5      rox-simple
 3      rox-child
 3      rox-multichild
index 6a2a51ad0d8174f3545227d70070bc26e41a700b..0a5690a5e640aa02085208dc7282fbfff2ba462a 100644 (file)
@@ -1,7 +1,5 @@
 Robustness of system calls:
-
 - Test robustness of file descriptor handling.
-
 2      close-stdin
 2      close-stdout
 2      close-bad-fd
@@ -13,7 +11,6 @@ Robustness of system calls:
 2      multi-child-fd
 
 - Test robustness of pointer handling.
-
 5      create-bad-ptr
 5      exec-bad-ptr
 5      open-bad-ptr
@@ -21,27 +18,23 @@ Robustness of system calls:
 5      write-bad-ptr
 
 - Test robustness of buffer copying across page boundaries.
-
 3      create-bound
 3      open-boundary
 3      read-boundary
 3      write-boundary
 
 - Test handling of null pointer and empty strings.
-
 2      create-null
 2      open-null
 2      open-empty
 
 - Test robustness of system call implementation.
-
 5      sc-bad-arg
 5      sc-bad-sp
 5      sc-boundary
 5      sc-boundary-2
 
 - Test robustness of "exec" and "wait" system calls.
-
 5      exec-missing
 5      wait-bad-pid
 5      wait-killed
index 4e8a0eeebcdcaf51110f71fd7ad23f810fe23b78..b45f77383131b5d796e84e4ec94f04f1643d1edd 100644 (file)
@@ -1,13 +1,10 @@
 Functionality of virtual memory subsystem:
-
 - Test page table.
-
 6      pt-grow-stack
 6      pt-big-stk-obj
 6      pt-grow-pusha
 
 - Test paging behavior.
-
 2      page-linear
 3      page-parallel
 3      page-shuffle
@@ -15,7 +12,6 @@ Functionality of virtual memory subsystem:
 5      page-merge-par
 
 - Test "mmap" system call.
-
 2      mmap-read
 2      mmap-write
 2      mmap-shuffle
index 52da99f5227a6fc8eb27ca43d59a470975bdb8ed..0b2552f29852e4e1121d99ddd8ed7537aa414abc 100644 (file)
@@ -1,7 +1,5 @@
 Robustness of virtual memory subsystem:
-
 - Test robustness of page table support.
-
 2      pt-bad-addr
 3      pt-bad-read
 2      pt-write-code
@@ -9,7 +7,6 @@ Robustness of virtual memory subsystem:
 4      pt-grow-bad
 
 - Test robustness of "mmap" system call.
-
 1      mmap-bad-fd
 1      mmap-inherit
 1      mmap-null