]> Cypherpunks repositories - gostls13.git/commit
image/gif,image/jpeg,image/png: skip FuzzDecode in testing short mode
authorJoel Sing <joel@sing.id.au>
Tue, 27 Sep 2022 08:30:01 +0000 (18:30 +1000)
committerRoland Shoemaker <roland@golang.org>
Tue, 27 Sep 2022 15:57:34 +0000 (15:57 +0000)
commite978ef36e3e8d09413387883b5b01fc6cdbb7640
treedb4be56de20d2c6b7169c9b889bcd916507514f4
parent789e798f0436361bfe8ca492a933cfeb17d2780c
image/gif,image/jpeg,image/png: skip FuzzDecode in testing short mode

The image/gif.FuzzDecode takes an excessive amount of time to run on various
builders - skip these in testing short mode. Likewise for image/jpeg and
image/png.

Fixes #55839

Change-Id: I1049d06b9dcbbc7dbc4f53d3c49b64e2254eabbd
Reviewed-on: https://go-review.googlesource.com/c/go/+/435175
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/image/gif/fuzz_test.go
src/image/jpeg/fuzz_test.go
src/image/png/fuzz_test.go