Open

Description
C:\Users\user\Desktop\cow-master>go test -v
=== RUN TestParseUserPasswd
--- PASS: TestParseUserPasswd (0.00 seconds)
=== RUN TestCalcDigest
--- PASS: TestCalcDigest (0.00 seconds)
=== RUN TestParseAllowedClient
--- PASS: TestParseAllowedClient (0.00 seconds)
=== RUN TestAuthIP
--- PASS: TestAuthIP (0.00 seconds)
=== RUN TestParseListen
--- PASS: TestParseListen (0.00 seconds)
=== RUN TestTunnelAllowedPort
--- PASS: TestTunnelAllowedPort (0.00 seconds)
=== RUN TestParseProxy
--- PASS: TestParseProxy (0.00 seconds)
=== RUN TestGetFromEmptyPool
--- PASS: TestGetFromEmptyPool (0.00 seconds)
=== RUN TestConnPool
--- PASS: TestConnPool (0.00 seconds)
=== RUN TestParseRequestURI
--- PASS: TestParseRequestURI (0.00 seconds)
=== RUN TestParseHeader
--- PASS: TestParseHeader (0.00 seconds)
=== RUN TestSendBodyChunked
--- PASS: TestSendBodyChunked (0.00 seconds)
=== RUN TestInitSelfListenAddr
--- FAIL: TestInitSelfListenAddr (0.01 seconds)
proxy_test.go:72: 127.0.0.1:7777 isSelfRequest should be true
=== RUN TestNetworkBad
--- PASS: TestNetworkBad (0.00 seconds)
=== RUN TestDateMarshal
--- PASS: TestDateMarshal (0.00 seconds)
=== RUN TestSiteStatLoadStore
--- PASS: TestSiteStatLoadStore (0.00 seconds)
=== RUN TestSiteStatVisitCnt
--- PASS: TestSiteStatVisitCnt (0.00 seconds)
=== RUN TestSiteStatGetVisitCnt
--- PASS: TestSiteStatGetVisitCnt (0.00 seconds)
=== RUN TestASCIIToUpper
--- PASS: TestASCIIToUpper (0.00 seconds)
=== RUN TestASCIIToLower
--- PASS: TestASCIIToLower (0.00 seconds)
=== RUN TestIsDigit
--- PASS: TestIsDigit (0.00 seconds)
=== RUN TestIsSpace
--- PASS: TestIsSpace (0.00 seconds)
=== RUN TestTrimSpace
--- PASS: TestTrimSpace (0.00 seconds)
=== RUN TestTrimTrailingSpace
--- PASS: TestTrimTrailingSpace (0.00 seconds)
=== RUN TestFieldsN
--- PASS: TestFieldsN (0.00 seconds)
=== RUN TestParseIntFromBytes
--- PASS: TestParseIntFromBytes (0.00 seconds)
=== RUN TestCopyN
--- PASS: TestCopyN (0.00 seconds)
=== RUN TestCopyNWithBuf
--- PASS: TestCopyNWithBuf (0.00 seconds)
=== RUN TestIsFileExists
--- PASS: TestIsFileExists (0.00 seconds)
=== RUN TestNewNbitIPv4Mask
--- PASS: TestNewNbitIPv4Mask (0.00 seconds)
=== RUN TestHost2Domain
--- PASS: TestHost2Domain (0.00 seconds)
=== RUN TestHostIsIP
--- PASS: TestHostIsIP (0.00 seconds)
FAIL
exit status 1
FAIL _/C_/Users/user/Desktop/cow-master 0.265s