]> Cypherpunks repositories - gostls13.git/commit
debug/elf: run relocation tests in parallel
authorIan Lance Taylor <iant@golang.org>
Sat, 29 Aug 2020 21:11:18 +0000 (14:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Sun, 30 Aug 2020 03:53:59 +0000 (03:53 +0000)
commitba0fab3cb731fe9a383bd61c3480cccfe32bb1f4
tree86eb17f91671d4f48b1b71d3f5eb7a0aa1b83425
parent4fc3896e7933e31822caa50e024d4e139befc75f
debug/elf: run relocation tests in parallel

Also don't restart DWARF reading from beginning when we are testing
multiple entries.

Also reformat relocationTests slice to use indexed literals.

Change-Id: Ia5f17214483394d0ef033be516df61f0bdc521b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/251637
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/debug/elf/file_test.go