-
Notifications
You must be signed in to change notification settings - Fork 18k
time: TestParseInLocation fail #19457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here we go again. The tzdata 2017a release changed the Baghdad abbreviation:
We'll need to update the test, I'll send a patch. |
Setting milestone to 1.8.1. If I understand this, this is going to have to ripple back through all the previous releases. |
CL https://golang.org/cl/37964 mentions this issue. |
CL https://golang.org/cl/37991 mentions this issue. |
The tzdata 2017a update (2017-02-28) changed the abbreviation of the Asia/Baghdad time zone (used in TestParseInLocation) from 'AST' to the numeric '+03'. Update the test so that it skips the checks if we're using a recent tzdata release. Fixes #19457 Change-Id: I45d705a5520743a611bdd194dc8f8d618679980c Reviewed-on: https://go-review.googlesource.com/37964 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> (cherry picked from commit 91563ce) Reviewed-on: https://go-review.googlesource.com/37991 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
CL https://golang.org/cl/39470 mentions this issue. |
This is a backport of https://golang.org/cl/37964 from the gc toolchain. Original description: The tzdata 2017a update (2017-02-28) changed the abbreviation of the Asia/Baghdad time zone (used in TestParseInLocation) from 'AST' to the numeric '+03'. Update the test so that it skips the checks if we're using a recent tzdata release. Updates golang/go#19457 Fixes GCC PR 80302. Change-Id: Id3fc522ae16569f9d6b416f44f1ff9639d460626 Reviewed-on: https://go-review.googlesource.com/39470 Reviewed-by: Than McIntosh <thanm@google.com>
time: make the ParseInLocation test more robust This is a backport of https://golang.org/cl/37964 from the gc toolchain. Original description: The tzdata 2017a update (2017-02-28) changed the abbreviation of the Asia/Baghdad time zone (used in TestParseInLocation) from 'AST' to the numeric '+03'. Update the test so that it skips the checks if we're using a recent tzdata release. Updates golang/go#19457 Fixes GCC PR 80302. Reviewed-on: https://go-review.googlesource.com/39470 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246695 138bc75d-0d04-0410-961f-82ee72b054a4
Change https://golang.org/cl/66073 mentions this issue: |
This test is now failing due to tz data updates (see issue #19457) - skip the test since it does not impact the use of Go 1.4 for bootstrapping. Similar to issue #17545. Updates #20672 Change-Id: I8017159fa2a59b052c49fda7d50be7a863e0a08d Reviewed-on: https://go-review.googlesource.com/66073 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This test is now failing due to tz data updates (see issue golang#19457) - skip the test since it does not impact the use of Go 1.4 for bootstrapping. Similar to issue golang#17545. Updates golang#20672 Change-Id: I8017159fa2a59b052c49fda7d50be7a863e0a08d Reviewed-on: https://go-review.googlesource.com/66073 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This test is now failing due to tz data updates (see issue golang#19457) - skip the test since it does not impact the use of Go 1.4 for bootstrapping. Similar to issue golang#17545. Updates golang#20672 Change-Id: I8017159fa2a59b052c49fda7d50be7a863e0a08d Reviewed-on: https://go-review.googlesource.com/66073 Reviewed-by: Ian Lance Taylor <iant@golang.org>
FAIL: TestParseInLocation compile go1.5 on armv7 using go1.4 bootstrap What version of Go are you using (
|
@marxenegls This issue was closed long ago. Go 1.5 is no longer supported. |
fixed i skipped the tests used ./make.bash |
@ianlancetaylor " This issue was closed long ago. Go 1.5 is no longer supported." |
If the latest version (1.10.3) does not build on ARM, please file an issue about that. We don't support 1.5 but we do support 1.10 (and 1.9). |
It's unlikely that ./all.bash will complete successfully on a stock
raspberry pi, but ./make.bash should complete successfully, and using the
tarball provided on golang.org you can skip that process entirely.
…On 3 July 2018 at 23:31, Ian Lance Taylor ***@***.***> wrote:
If the latest version (1.10.3) does not build on ARM, please file an issue
about that. We don't support 1.5 but we do support 1.10 (and 1.9).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19457 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAcA6fbjgp4sMMQE8_TnKAXbMBc2xIPks5uC3I6gaJpZM4MW0Gm>
.
|
This test is now failing due to tz data updates (see issue golang#19457) - skip the test since it does not impact the use of Go 1.4 for bootstrapping. Similar to issue golang#17545. Updates golang#20672 Change-Id: I8017159fa2a59b052c49fda7d50be7a863e0a08d Reviewed-on: https://go-review.googlesource.com/66073 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This test is now failing due to tz data updates (see issue golang#19457) - skip the test since it does not impact the use of Go 1.4 for bootstrapping. Similar to issue golang#17545. Updates golang#20672 Change-Id: I8017159fa2a59b052c49fda7d50be7a863e0a08d Reviewed-on: https://go-review.googlesource.com/66073 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This test is now failing due to tz data updates (see issue golang#19457) - skip the test since it does not impact the use of Go 1.4 for bootstrapping. Similar to issue golang#17545. Updates golang#20672 Change-Id: I8017159fa2a59b052c49fda7d50be7a863e0a08d Reviewed-on: https://go-review.googlesource.com/66073 Reviewed-by: Ian Lance Taylor <iant@golang.org>
The tzdata 2017a update (2017-02-28) changed the abbreviation of the Asia/Baghdad time zone (used in TestParseInLocation) from 'AST' to the numeric '+03'. Update the test so that it skips the checks if we're using a recent tzdata release. Fixes golang#19457 Change-Id: I45d705a5520743a611bdd194dc8f8d618679980c Reviewed-on: https://go-review.googlesource.com/37964 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
What did you do?
cd src/time
go test
What did you expect to see?
test pass
What did you see instead?
System details
The text was updated successfully, but these errors were encountered: