]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: skip TestAllocations on plan9
authorRichard Miller <millerresearch@gmail.com>
Thu, 31 Oct 2024 16:06:48 +0000 (16:06 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 31 Oct 2024 21:41:16 +0000 (21:41 +0000)
commitd74defe8d345042d8cde395e2b05dac856cab5ac
treeec855944bec9c4afaacdc5cd88a1ffabc9ed2579
parent81f89f201137eea758715ec14f2586513ddb8380
crypto/rand: skip TestAllocations on plan9

The function crypto/rand.read allocates on Plan 9, so this test
would always fail.

Fixes #69873

Change-Id: I8d661cb868c32f6985d0926f9ae7b30204cafbf4
Reviewed-on: https://go-review.googlesource.com/c/go/+/624015
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
src/crypto/rand/rand_test.go