Package: golang-golang-x-text / 0.16.0-1

Metadata

Package Version Patches format
golang-golang-x-text 0.16.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable failed test TestCountMallocs.patch | (download)

message/fmt_test.go | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable failed test testcountmallocs

From upstream comments, they didn't run this test in ther builders.

Bug: https://github.com/golang/go/issues/23000
Bug-Debian: https://bugs.debian.org/907714
0002 Skip TestLinking in language display.patch | (download)

language/display/dict_test.go | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 skip testlinking in language/display

Upstream doesn't run this test, because getSize is broken with Go module.
However Debian uses GOPATH so the test runs but fails.