Skip to content
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

net/mail: TestDateParsingCFWS failing on linux-mips64le-mengzhuo #34854

Closed
katiehockman opened this issue Oct 11, 2019 · 2 comments
Closed

net/mail: TestDateParsingCFWS failing on linux-mips64le-mengzhuo #34854

katiehockman opened this issue Oct 11, 2019 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Linux
Milestone

Comments

@katiehockman
Copy link
Contributor

net/mail TestDateParsingCFWS is failing consistently on linux-mips64le-mengzhuo since https://go-review.googlesource.com/c/go/+/152877 was checked in. Seems like it could be related.

--- FAIL: TestDateParsingCFWS (0.00s)
    message_test.go:256: Header(Date: Fri, 21 Nov 1997 09:55:06           CST).Date() = 1997-11-21 09:55:06 +0800 CST, want 1997-11-21 09:55:06 +0000 CST
    message_test.go:267: ParseDate(Fri, 21 Nov 1997 09:55:06           CST) = 1997-11-21 09:55:06 +0800 CST, want 1997-11-21 09:55:06 +0000 CST
    message_test.go:256: Header(Date: Fri, 21 Nov 1997 09:55:06           CST (no leading FWS and a trailing CRLF) 
        ).Date() = 1997-11-21 09:55:06 +0800 CST, want 1997-11-21 09:55:06 +0000 CST
    message_test.go:267: ParseDate(Fri, 21 Nov 1997 09:55:06           CST (no leading FWS and a trailing CRLF) 
        ) = 1997-11-21 09:55:06 +0800 CST, want 1997-11-21 09:55:06 +0000 CST
FAIL
FAIL	net/mail	0.032s

/cc @bradfitz @ianlancetaylor @buchanae

@katiehockman katiehockman added OS-Linux NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Oct 11, 2019
@katiehockman katiehockman added this to the Go1.14 milestone Oct 11, 2019
@ianlancetaylor
Copy link
Contributor

CC @iwdgo

@gopherbot
Copy link

Change https://golang.org/cl/200839 mentions this issue: net/mail: fix new test for systems with different zoneinfo data

@golang golang locked and limited conversation to collaborators Oct 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Linux
Projects
None yet
Development

No branches or pull requests

3 participants