Skip to content

Commit 7f583a4

Browse files
committed
cmd/dist: re-enable internal PIE test
For golang#17068 Change-Id: I4e3ab166f08100292b779b651a9acfbfb44a55cd Reviewed-on: https://go-review.googlesource.com/29119 Run-TryBot: David Crawshaw <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 5940a00 commit 7f583a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/cmd/dist/test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,7 @@ func (t *tester) registerTests() {
423423
}
424424

425425
// Test internal linking of PIE binaries where it is supported.
426-
// TODO(crawshaw): enable when golang.org/issue/17068 is resolved
427-
if false && t.goos == "linux" && t.goarch == "amd64" {
426+
if t.goos == "linux" && t.goarch == "amd64" {
428427
t.tests = append(t.tests, distTest{
429428
name: "pie_internal",
430429
heading: "internal linking of -buildmode=pie",

0 commit comments

Comments
 (0)