]> Cypherpunks repositories - gostls13.git/commit
cmd/link: use SeekPC in testDWARF
authorIan Lance Taylor <iant@golang.org>
Fri, 7 Dec 2018 23:00:49 +0000 (15:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 Feb 2019 23:41:29 +0000 (23:41 +0000)
commite609bd373fc9909758b6f4d2403c155e6cf55e23
tree3838af0b6688d64dd252f8933d7ef99fb26cba9c
parentb97e40fc30843ebbb91f1ae38599a883498d828a
cmd/link: use SeekPC in testDWARF

This makes the tests slightly faster, though the bulk of the time is
still spent building the test programs.

Also run some tests in parallel.

Updates #26470

Change-Id: Ia5ec2b99831d69c426b43dbab80613aa03e705f5
Reviewed-on: https://go-review.googlesource.com/c/153258
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/link/dwarf_test.go
src/cmd/link/link_test.go