Author: Anonymous Language: text
Description: No description Timestamp: 2008-11-20 09:01:23 -0400
View raw paste Reply
  1. SVN Exported revision 120.
  2.  
  3. running test script....
  4. assembly  successful
  5. Linking...
  6. Relocating...
  7. Executing...
  8. Verify test0 infix([43,[69,0,0],[17,0,0]])
  9. Hint: Your infix does not correctly print a small preconstructed tree
  10. ...
  11. ata...
  12. ...
  13. ata...
  14. +++++
  15. You have NOT completed the compulsory tests
  16. +++++
  17. Verify test1 input1
  18. Hint: Your program failed to sort a sample input file
  19. Unsorted data...
  20. # 19 ,17
  21. # 18 ,20
  22. # 15 ,13
  23. # 2 ,4
  24. # 11 ,9
  25. # 14 ,16
  26. # 7 ,5
  27. # 3 ,1
  28. # 6 ,8
  29. # 10 ,12
  30. Reversed Sorted data...
  31. a...
  32. ...
  33. ata...
  34. Verify test2 input2
  35. Hint: Your program failed to sort a sample input file
  36. Unsorted data...
  37. # 1 ,12
  38. # 1
  39. # -1 ,6
  40. # 8
  41. # 10 ,4
  42. # 7
  43. # 9 ,-12
  44. # 11
  45. # 99
  46. # -100
  47. Reversed Sorted data...
  48. Verify test3 insert register save/restore
  49. Verify test4 infix register save/restore
  50. Hint: Your infix does not correctly save and restore registers
  51. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  52. 5 out of 15
  53. total_marks: 5
  54. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  55.  
View raw paste Reply