summary refs log tree commit diff
path: root/pkgs/development/compilers/go/remove-test-pie-1.8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/go/remove-test-pie-1.8.patch')
-rw-r--r--pkgs/development/compilers/go/remove-test-pie-1.8.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/development/compilers/go/remove-test-pie-1.8.patch b/pkgs/development/compilers/go/remove-test-pie-1.8.patch
deleted file mode 100644
index d09e143c74c1..000000000000
--- a/pkgs/development/compilers/go/remove-test-pie-1.8.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
-index c51dcea..8fbec5e 100644
---- a/src/cmd/dist/test.go
-+++ b/src/cmd/dist/test.go
-@@ -461,17 +461,5 @@ func (t *tester) registerTests() {
- 		})
- 	}
-
--	// Test internal linking of PIE binaries where it is supported.
--	if t.goos == "linux" && t.goarch == "amd64" {
--		t.tests = append(t.tests, distTest{
--			name:    "pie_internal",
--			heading: "internal linking of -buildmode=pie",
--			fn: func(dt *distTest) error {
--				t.addCmd(dt, "src", "go", "test", "reflect", "-short", "-buildmode=pie", "-ldflags=-linkmode=internal", t.timeout(60), t.tags(), t.runFlag(""))
--				return nil
--			},
--		})
--	}
--
- 	// sync tests
- 	t.tests = append(t.tests, distTest{
- 		name:    "sync_cpu",
\ No newline at end of file