]> Cypherpunks.ru repositories - gostls13.git/commit
encoding/xml: skip TestCVE202230633 for short tests
authorRoland Shoemaker <roland@golang.org>
Thu, 14 Jul 2022 19:09:19 +0000 (12:09 -0700)
committerRoland Shoemaker <roland@golang.org>
Thu, 14 Jul 2022 21:03:14 +0000 (21:03 +0000)
commit783ff7dfc49d207114bb80e565e50ea6ff079326
tree64091a4775c3d3219a1b0a2c3b13a509f12e3fa9
parentaa802285265ac370f7ce62299e54ec84635b794e
encoding/xml: skip TestCVE202230633 for short tests

TestCVE202230633 uses a bunch of memory, and the input cannot be
feasibly reduced while maintaining the behavior hasn't regressed. This
test could be reasonably removed, but I'd rather keep it around if we
can.

Fixes #53814

Change-Id: Ie8b3f306efd20b2d9c0fb73122c26351a55694c4
Reviewed-on: https://go-review.googlesource.com/c/go/+/417655
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/encoding/xml/read_test.go