Skip to content

Fix broken tests on pre-go1.8 #356 #359

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

Merged
merged 1 commit into from
May 26, 2017
Merged

Fix broken tests on pre-go1.8 #356 #359

merged 1 commit into from
May 26, 2017

Conversation

cybrcodr
Copy link
Contributor

Disable benchmarks using testing.B.Run for pre-go1.7.

Fix unmarshaling Any for pre-1.8. Unmarshaling code for Any assumes
json.RawMessage value receiver on json.Marshaler interface, but it was a
pointer receiver pre-1.8.

Disable benchmarks using testing.B.Run for pre-go1.7.

Fix unmarshaling Any for pre-1.8.  Unmarshaling code for Any assumed
json.RawMessage value receiver on json.Marshaler interface, but it was a
pointer receiver pre-1.8.
@cybrcodr cybrcodr requested a review from dsnet May 26, 2017 00:51
@dsnet dsnet merged commit 63bfc70 into golang:master May 26, 2017
@cybrcodr cybrcodr deleted the fix-old branch May 26, 2017 01:15
@golang golang locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants