Guest User

Untitled

a guest
May 27th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 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. testBothChunkedBuffered1: [Failed]
  8. Falsifiable with seed 8872790038128987215, after 2 tests. Reason: Exception: 'control message: Just (Err "not enough bytes")'
  9. testBothChunkedBuffered2: [Failed]
  10. Falsifiable with seed 932625037523277916, after 6 tests. Reason: Exception: 'control message: Just (Err "not enough bytes")'
  11. testBothChunkedPipelined: [Failed]
  12. Falsifiable with seed 541339176753527045, after 4 tests. Reason: Exception: 'control message: Just (Err "not enough bytes")'
  13. testBothChunkedEmpty: [Failed]
  14. ERROR: control message: Just (Err "not enough bytes")
  15. parserToIteratee: [OK]
  16. short parse: [OK]
  17. partial parse: [OK]
  18. iteratee error: [OK]
  19. iteratee error 2: [OK]
  20. parse error: [OK]
  21. formEncoded: [OK]
  22. Snap.Internal.Http.Server.Tests:
  23. HttpRequest1: [OK]
  24. MultiRequest: [OK]
  25. HttpRequest2: [OK]
  26. HttpRequest3: [OK]
  27. HttpResponse1: [OK]
  28. HttpResponse2: [OK]
  29. HttpResponse3: [OK]
  30. http session: [OK]
  31. connection: close: [OK]
  32. Short: [OK]
  33. method parsing: [OK]
  34. startup/shutdown: [OK]
  35. transfer-encoding chunked: [OK]
  36. sendFile: [OK]
  37.  
  38. Properties Test Cases Total
  39. Passed 2 23 25
  40. Failed 3 1 4
  41. Total 5 24 29
Add Comment
Please, Sign In to add comment