]> Cypherpunks repositories - gostls13.git/commit
bytes: skip TestNewBufferShallow if optimization is disabled
authorqmuntal <quimmuntal@gmail.com>
Fri, 26 Apr 2024 07:38:44 +0000 (09:38 +0200)
committerGopher Robot <gobot@golang.org>
Fri, 26 Apr 2024 13:31:36 +0000 (13:31 +0000)
commit5ff0b531748fcdc88d6667e55e021fe02e0c0089
tree612623c39fb4bc41ad0455cd4854b7b6431b1746
parent5419f652b6593a0916f7b2155435b945e8ee0fb4
bytes: skip TestNewBufferShallow if optimization is disabled

TestNewBufferShallow should be skipped if optimization is disabled.

It is currently failing on no-opt builders.

Change-Id: Ib5e62022a56a4e5f158f247d69a6229d2cb4d99e
Reviewed-on: https://go-review.googlesource.com/c/go/+/581915
Auto-Submit: Than McIntosh <thanm@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Joedian Reid <joedian@google.com>
src/bytes/buffer_test.go