You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does 'go version' print?
go version devel +2b8ee33fbca8 Tue May 06 11:40:43 2014 +1000 linux/amd64
What steps reproduce the problem?
Set GOMAXPROCS to 4.
Run the attached script from src/pkg/runtime. The script simply runs
TestSmhasherAvalanche repeatedly until it fails. Mine fails after about an hour.
What happened?
--- FAIL: TestSmhasherAvalanche (39.94 seconds)
hash_test.go:412: bad bias for bytes2 bit 7 -> bit 8: 48487/100000
What should have happened instead?
=== RUN TestSmhasherAvalanche
--- PASS: TestSmhasherAvalanche (39.34 seconds)
Please provide any additional information below.
Attachments:
The text was updated successfully, but these errors were encountered: