]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add a test for -sectcreate in LDFLAGS
authorSjoerd Siebinga <sjoerd.siebinga@gmail.com>
Thu, 22 Aug 2019 14:36:20 +0000 (16:36 +0200)
committerIan Lance Taylor <iant@golang.org>
Fri, 6 Sep 2019 17:34:02 +0000 (17:34 +0000)
commite3d3e115e878a70af06c09960a924c5d0fa2710c
tree0b044c21224af8689c6bc8fed6fc8826cae3c550
parentd535501a8eefcb998b56e93f50a0fda9204d4721
cmd/go: add a test for -sectcreate in LDFLAGS

It was already covered by a regex pattern, but it didn't have a test.

To fix the issue for good, added regression test.

Fixes #28832.

Change-Id: I861e3bed92d3b9484fd8671270dbd2e264b10d2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/191311
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/work/security_test.go