1--- source.org/src/cmd/dist/test.go 2018-02-22 10:40:40.089632339 +0000
2+++ source/src/cmd/dist/test.go 2018-02-22 10:56:53.075193788 +0000
3@@ -526,21 +526,6 @@
4 })
5 }
6
7- // Test internal linking of PIE binaries where it is supported.
8- if goos == "linux" && goarch == "amd64" && !isAlpineLinux() {
9- // Issue 18243: We don't have a way to set the default
10- // dynamic linker used in internal linking mode. So
11- // this test is skipped on Alpine.
12- t.tests = append(t.tests, distTest{
13- name: "pie_internal",
14- heading: "internal linking of -buildmode=pie",
15- fn: func(dt *distTest) error {
16- t.addCmd(dt, "src", t.goTest(), "reflect", "-buildmode=pie", "-ldflags=-linkmode=internal", t.timeout(60))
17- return nil
18- },
19- })
20- }
21-
22 // sync tests
23 t.tests = append(t.tests, distTest{
24 name: "sync_cpu",