Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Compile Code: Compiled
  2.  
  3. ***** Basic Tests ******
  4. 2 tests to run
  5. Your code must pass these 2 tests (in order) to get to the scoring tests!
  6. 1. Runnable Server Executable: PASSED
  7. 2. Server Accepts TCP Socket Connection: PASSED
  8.  
  9. ***** Http Serving Request Tests ******
  10. 6 Test to Run
  11. 1. Simple Index.html Check: PASSED
  12. *Server Executable Crashed*
  13. 2. PNG File Check: PASSED
  14. *Server Executable Crashed*
  15. 3. JPG File Check: PASSED
  16. *Server Executable Crashed*
  17. 4. GIF File Check: PASSED
  18. *Server Executable Crashed*
  19. 5. Text File Check: PASSED
  20. *Server Executable Crashed*
  21. 6. PDF File Check: PASSED
  22. *Server Executable Crashed*
  23.  
  24. ***** MD5 File Checks ******
  25. 6 Test to Run
  26. 1. Simple Index.html Check: FAILED - MD5 of served file does not match expected hash
  27. *Server Executable Crashed*
  28. 2. PNG File Check: FAILED - MD5 of served file does not match expected hash
  29. *Server Executable Crashed*
  30. 3. JPG File Check: FAILED - MD5 of served file does not match expected hash
  31. *Server Executable Crashed*
  32. 4. GIF File Check: FAILED - MD5 of served file does not match expected hash
  33. *Server Executable Crashed*
  34. 5. Text File Check: FAILED - MD5 of served file does not match expected hash
  35. *Server Executable Crashed*
  36. 6. PDF File Check: FAILED - MD5 of served file does not match expected hash
  37. *Server Executable Crashed*
  38.  
  39. ***** Serves Existing index.html when Request Directory ******
  40. HTTP Response Header and MD5 check must both pass for this
  41. 1. Valid HTTP Response: PASSED
  42. *Server Executable Crashed*
  43. 2. MD5 Check: FAILED - MD5 of served file does not match expected hash
  44. *Server Executable Crashed*
  45.  
  46. ***** Generated Clickable index.html Test ******
  47. 1. Generated index.html Check: FAILED - Missing elements in generated index.html
  48. *Server Executable Crashed*
  49.  
  50. ***** Multithread Check Test ******
  51. 1. Multithread Check: FAILED
  52.  
  53. ***** 404 Error Code Check ******
  54. 1. Returns 404 Response Code: FAILED - 200 returned
  55. *Server Executable Crashed*
  56.  
  57. ***** Deductions ******
  58. 1. Crashes: -15
  59.  
  60. ***** Extra Credit ******
  61. 1. Interesting 404 Page: 0
  62.  
  63. Final Score: 25 out of 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement