]> Cypherpunks.ru repositories - gostls13.git/commit
image/jpeg, image/png: replace Fatal with Error in tests
authorHiro <laciferin@gmail.com>
Tue, 1 Aug 2023 07:25:46 +0000 (07:25 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 3 Aug 2023 15:56:27 +0000 (15:56 +0000)
commit54a540ffa274638992f4af1af8bfb3272ab262c6
tree04c1aab033ec1cfc9b22b30d30254762783518da
parent865760373194e358fefa4d1e45ebdf2141b77b59
image/jpeg, image/png: replace Fatal with Error in tests

Replaced t.Fatalf with t.Errorf for non-critical errors to footprint more failing test cases for better analysis of the error.

Change-Id: I6f51d21e37a4ddb95d239d8afed2154f3ef52d31
GitHub-Last-Rev: d56aa49bced80c80f1177ae4b9ce038265ead551
GitHub-Pull-Request: golang/go#60524
Reviewed-on: https://go-review.googlesource.com/c/go/+/499336
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/image/jpeg/fuzz_test.go
src/image/png/fuzz_test.go