]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.22] 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, 19 Nov 2024 18:02:54 +0000 (18:02 +0000)
commit3355db96902ebc2403e08de9ced8a495f29ec870
tree0d659896c9fde47a20dcf07bec5519c7c9a9d5b3
parent8af39d30a4c4cf68d566345f26224c191960d9b0
[release-branch.go1.22] 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.
Fixes #70238.

Change-Id: I060903d256ed65c5dfcd70ae76eb361cab63186f
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>
(cherry picked from commit bea9b91f0f4be730c880edbe496ab25c9b742cad)
Reviewed-on: https://go-review.googlesource.com/c/go/+/627416
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/time/time_test.go