]> Cypherpunks repositories - gostls13.git/commit
runtime: disable windowed Smhasher test on 32-bit systems
authorKeith Randall <khr@golang.org>
Tue, 26 Apr 2022 23:32:07 +0000 (16:32 -0700)
committerKeith Randall <khr@google.com>
Wed, 27 Apr 2022 00:09:45 +0000 (00:09 +0000)
commit68b655f2b91c4407ccd781271039857e0d332989
tree8d67b3607c8dccba9d829c62c599941f1201632a
parentd29f5247b8cbf5f2cb7b0e325a5eb1c7c5c1a91f
runtime: disable windowed Smhasher test on 32-bit systems

This test tends to be flaky on 32-bit systems.
There's not enough bits in the hash output, so we
expect a nontrivial number of collisions, and it is
often quite a bit higher than expected.

Fixes #43130

Change-Id: If35413b7c45eed778a08b834dacf98009ceca840
Reviewed-on: https://go-review.googlesource.com/c/go/+/402456
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/runtime/hash_test.go