Guest User

Untitled

a guest
May 27th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. aycan@fgt:~/haskell/snap-server/test$ ./runTestsAndCoverage.sh
  2. Snap.Internal.Http.Parser.Tests:
  3. show: [OK]
  4. parseCookie: [OK]
  5. chunked transfer encoding: [OK, passed 1000 tests]
  6. chunk . unchunk == id: [OK, passed 1000 tests]
  7. pipelined chunk . unchunk == id: [Failed]
  8. Falsifiable with seed -6342116022785088208, after 12 tests. Reason: Exception: 'control message: Just (Err "not enough bytes")'
  9. testBothChunkedEmpty: [Failed]
  10. ERROR: control message: Just (Err "not enough bytes")
  11. parserToIteratee: [OK]
  12. short parse: [OK]
  13. partial parse: [OK]
  14. iteratee error: [OK]
  15. iteratee error 2: [OK]
  16. parse error: [OK]
  17. formEncoded: [OK]
  18. Snap.Internal.Http.Server.Tests:
  19. HttpRequest1: [OK]
  20. MultiRequest: [OK]
  21. HttpRequest2: [OK]
  22. HttpRequest3: [OK]
  23. HttpResponse1: [OK]
  24. HttpResponse2: [OK]
  25. HttpResponse3: [OK]
  26. http session: [OK]
  27. connection: close: [OK]
  28. Short: [OK]
  29. method parsing: [OK]
  30. startup/shutdown: [OK]
  31. transfer-encoding chunked: [OK]
  32. sendFile: [OK]
  33.  
  34. Properties Test Cases Total
  35. Passed 2 23 25
  36. Failed 1 1 2
  37. Total 3 24 27
Add Comment
Please, Sign In to add comment