User Tools

Site Tools


haas:fall2014:data:projects:dll0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2014:data:projects:dll0 [2014/10/31 14:26] – [Errata] wedgehaas:fall2014:data:projects:dll0 [2014/11/06 11:46] (current) – [List library unit tests] wedge
Line 43: Line 43:
     * all the verify scripts have received some tweaks to improve output flexibility and reduce false negatives, especially on those initial "NULL"-only outputs.     * all the verify scripts have received some tweaks to improve output flexibility and reduce false negatives, especially on those initial "NULL"-only outputs.
       * verify-list.sh had a bug where it didn't detect successful results correctly. FIXED.       * verify-list.sh had a bug where it didn't detect successful results correctly. FIXED.
 +  * __revision 10__: as I make further optimizations to the next project (**dls0**), I took the opportunity to backport some of the aesthetic enhancements I made. (20141103)
 +    * base Makefile: infrastructure improvements (because I deserve nice things)
 +    * verify-node.sh: improved display, more accurate totals
 +    * unit-cpnode.c: improved display (added blank line between some of the tests)
 +    * verify-list.sh: improved display, more accurate totals
  
 =====Objective===== =====Objective=====
Line 151: Line 156:
     * ask questions to get clarification!     * ask questions to get clarification!
  
 +=====Expected Results=====
 +To assist you in verifying a correct implementation, a fully working implementation of the node and list libraries should resemble the following (when running the respective verify script):
 +
 +====node library====
 +Here is what you should get for node:
 +
 +<cli>
 +lab46:~/src/data/dll0$ bin/verify-node.sh 
 +====================================================
 +=    Verifying Doubly-Linked Node Functionality    =
 +====================================================
 +  [mknode] Total:   5, Matches:   5, Mismatches:   0
 +  [cpnode] Total:   6, Matches:   6, Mismatches:   0
 +  [rmnode] Total:   2, Matches:   2, Mismatches:   0
 +====================================================
 + [RESULTS] Total:  13, Matches:  13, Mismatches:   0
 +====================================================
 +lab46:~/src/data/dll0$ 
 +</cli>
 +
 +====list library====
 +Here is what you should get for list:
 +
 +<cli>
 +lab46:~/src/data/dll0$ bin/verify-list.sh 
 +====================================================
 +=    Verifying Doubly-Linked List Functionality    =
 +====================================================
 +  [mklist] Total:   5, Matches:   5, Mismatches:   0
 +  [cplist] Total:  30, Matches:  30, Mismatches:   0
 +  [rmlist] Total:   3, Matches:   3, Mismatches:   0
 +  [append] Total:  11, Matches:  11, Mismatches:   0
 +  [insert] Total:  11, Matches:  11, Mismatches:   0
 +  [obtain] Total:  12, Matches:  12, Mismatches:   0
 + [display] Total:   6, Matches:   6, Mismatches:   0
 +[findnode] Total:  11, Matches:  11, Mismatches:   0
 +[sortlist] Total:   6, Matches:   6, Mismatches:   0
 +[swapnode] Total:   7, Matches:   7, Mismatches:   0
 +====================================================
 + [RESULTS] Total: 102, Matches: 102, Mismatches:   0
 +====================================================
 +lab46:~/src/data/dll0$ 
 +</cli>
 =====Submission Criteria===== =====Submission Criteria=====
 To be successful in this project, the following criteria must be met: To be successful in this project, the following criteria must be met:
haas/fall2014/data/projects/dll0.1414765584.txt.gz · Last modified: 2014/10/31 14:26 by wedge