Skip to content

Instantly share code, notes, and snippets.

@aycanirican
Created June 3, 2010 01:46
Show Gist options
  • Save aycanirican/423310 to your computer and use it in GitHub Desktop.
Save aycanirican/423310 to your computer and use it in GitHub Desktop.
aycan@fgt:~/haskell/snap-server/test$ ./runTestsAndCoverage.sh
Snap.Internal.Http.Parser.Tests:
show: [OK]
parseCookie: [OK]
chunked transfer encoding: [OK, passed 1000 tests]
chunk . unchunk == id: [OK, passed 1000 tests]
pipelined chunk . unchunk == id: [Failed]
Falsifiable with seed -6342116022785088208, after 12 tests. Reason: Exception: 'control message: Just (Err "not enough bytes")'
testBothChunkedEmpty: [Failed]
ERROR: control message: Just (Err "not enough bytes")
parserToIteratee: [OK]
short parse: [OK]
partial parse: [OK]
iteratee error: [OK]
iteratee error 2: [OK]
parse error: [OK]
formEncoded: [OK]
Snap.Internal.Http.Server.Tests:
HttpRequest1: [OK]
MultiRequest: [OK]
HttpRequest2: [OK]
HttpRequest3: [OK]
HttpResponse1: [OK]
HttpResponse2: [OK]
HttpResponse3: [OK]
http session: [OK]
connection: close: [OK]
Short: [OK]
method parsing: [OK]
startup/shutdown: [OK]
transfer-encoding chunked: [OK]
sendFile: [OK]
Properties Test Cases Total
Passed 2 23 25
Failed 1 1 2
Total 3 24 27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment