]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testshared: increase size limit in size check
authorJakub Čajka <jcajka@redhat.com>
Mon, 13 Dec 2021 14:57:25 +0000 (15:57 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 15 Dec 2021 20:19:05 +0000 (20:19 +0000)
commit83fc0978e5d953ed058ca30bcfb8ddbc9ebdd88d
tree45e4b9541b6f59ab5409bb9ae97e61f4c2ef2d2d
parentd5fefbb4980aaf46ac25344615c660136c365b9f
misc/cgo/testshared: increase size limit in size check

Recently in Fedora we switched binutils ld's separate-code on. This
led to increased size of binaries, especially on 64k aligned arches.
For example trivial test binary size grew from 80k to 211k on ppc64le
tripping the size check(RHBZ#2030308). Therefore adjusting the size limit.

Change-Id: Ic722d90c338739c0b285f40b12ba4d675e9626a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/371634
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
misc/cgo/testshared/shared_test.go