]> Cypherpunks repositories - gostls13.git/commit
time: accept "+01" in TestLoadFixed on OpenBSD
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 4 Nov 2024 22:36:26 +0000 (17:36 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 5 Nov 2024 01:16:03 +0000 (01:16 +0000)
commitbea9b91f0f4be730c880edbe496ab25c9b742cad
tree0da394a2f62a55fd27fbd626bcb182966eb3e062
parent5f88755f43e9973696f2e718ee17e78f05a31968
time: accept "+01" in TestLoadFixed on OpenBSD

This stops the test from failing with a known failure mode, and
creates time to look into what the next steps should be, if any.

For #69840.

Change-Id: I060903d256ed65c5dfcd70ae76eb361cab63186f
Cq-Include-Trybots: luci.golang.try:gotip-openbsd-amd64
Reviewed-on: https://go-review.googlesource.com/c/go/+/625197
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Eric Grosse <grosse@gmail.com>
src/time/time_test.go