tailscale/util/deephash
Joe Tsai 3f1317e3e5
util/deephash: fix TestArrayAllocs
Unfortunately this test fails on certain architectures.
The problem comes down to inconsistencies in the Go escape analysis
where specific variables are marked as escaping on certain architectures.
The variables escaping to the heap are unfortunately in crypto/sha256,
which makes it impossible to fixthis locally in deephash.

For now, fix the test by compensating for the allocations that
occur from calling sha256.digest.Sum.

See golang/go#48055

Fixes #2727

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2021-08-30 10:47:21 -07:00
..
deephash_test.go util/deephash: fix TestArrayAllocs 2021-08-30 10:47:21 -07:00
deephash.go fix: typo spelling grammar 2021-08-24 07:55:04 -07:00
mapiter_future.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
mapiter.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00