]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add a test for reproducible build with anonymous interfaces
authorCherry Zhang <cherryyz@google.com>
Fri, 17 Aug 2018 15:12:43 +0000 (11:12 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 28 Aug 2018 19:23:26 +0000 (19:23 +0000)
commitcb7f9ec4b71e81760fa36ebff60a7e41a07df238
tree4942258694443dfb8635a93524bf67e479269ecd
parentc7271c0c258634982ac4e18cdac287fcc43f93e1
cmd/compile: add a test for reproducible build with anonymous interfaces

Duplicated anonymous interfaces caused nondeterministic build.
The fix is CL 129515. This CL adds a test.

Updates #27013.

Change-Id: I6b7e1bbfc943c22e8e6f32c145f7aebb567cef15
Reviewed-on: https://go-review.googlesource.com/129680
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/reproduciblebuilds_test.go
src/cmd/compile/internal/gc/testdata/reproducible/issue27013.go [new file with mode: 0644]