tailscale/util/deephash
Joe Tsai 15835f03b3 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>
(cherry picked from commit 3f1317e3e5)
2021-08-30 12:19:30 -07:00
..
deephash_test.go util/deephash: fix TestArrayAllocs 2021-08-30 12:19:30 -07:00
deephash.go util/deephash: remove unnecessary formatting for structs and slices (#2571) 2021-08-03 20:35:57 -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