]> Cypherpunks.ru repositories - gostls13.git/commit
bytes: remove builders check from compare test
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Fri, 30 Jun 2023 20:48:10 +0000 (13:48 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 13 Jul 2023 23:11:42 +0000 (23:11 +0000)
commit089e37a931d30d4055c7468facb602c4cfa9b537
tree22d232fd8b1be34d7c22a8f5f262e86803b80501
parentb88bd917b8dd8aabc471b1de41b3ee8c0d6eeabe
bytes: remove builders check from compare test

TestCompareBytes already took into account the -short
testing flag, however, only if not run on one of the Go builders.
This extra condition is no longer necessary as we have much
better longtest coverage than we did when the check was added.

Fixes #61071

Change-Id: I0fc716f4e7baa04019ee00608f223f27c931edcc
Reviewed-on: https://go-review.googlesource.com/c/go/+/507416
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
TryBot-Bypass: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/bytes/compare_test.go