]> Cypherpunks repositories - gostls13.git/commit
cmd/link: skip TestFieldOverlap on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Wed, 16 Aug 2017 18:30:26 +0000 (20:30 +0200)
committerDavid du Colombier <0intro@gmail.com>
Wed, 16 Aug 2017 19:04:00 +0000 (19:04 +0000)
commit8127dbf76ad16350b72bbe29728836a90e60e3dc
tree8789f0d186fc51f2b20dbbaf062e062a74c44669
parente0545faf270fdbc0b3864db62f528eb36da3c63f
cmd/link: skip TestFieldOverlap on Plan 9

TestSizes has been added in CL 50170. This test is
failing on Plan 9 because executables don't have
a DWARF symbol table.

Fixes #21480.

Change-Id: I51079abdc18ad944617bdbcfe2dad970a0cea0f2
Reviewed-on: https://go-review.googlesource.com/56210
Run-TryBot: David du Colombier <0intro@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/dwarf_test.go