]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: re-enable internal PIE test
authorDavid Crawshaw <crawshaw@golang.org>
Tue, 13 Sep 2016 23:19:36 +0000 (19:19 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 14 Sep 2016 13:28:13 +0000 (13:28 +0000)
For #17068

Change-Id: I4e3ab166f08100292b779b651a9acfbfb44a55cd
Reviewed-on: https://go-review.googlesource.com/29119
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go

index dbb30fe990f02803d1c4139edb14137b8a3f2d15..a3c565967fced3f5a4a46894a115ac698b2014ef 100644 (file)
@@ -423,8 +423,7 @@ func (t *tester) registerTests() {
        }
 
        // Test internal linking of PIE binaries where it is supported.
-       // TODO(crawshaw): enable when golang.org/issue/17068 is resolved
-       if false && t.goos == "linux" && t.goarch == "amd64" {
+       if t.goos == "linux" && t.goarch == "amd64" {
                t.tests = append(t.tests, distTest{
                        name:    "pie_internal",
                        heading: "internal linking of -buildmode=pie",