]> Cypherpunks.ru repositories - gostls13.git/commit
go/parser: skip TestParseDepthLimit for short tests
authorRoland Shoemaker <roland@golang.org>
Thu, 14 Jul 2022 20:00:05 +0000 (13:00 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 14 Jul 2022 21:16:23 +0000 (21:16 +0000)
commitdc00aed6de101700fd02b30f93789b9e9e1fe9a1
treef24856a5a249c69c7e3b8fdf40cc1774b6739749
parent783ff7dfc49d207114bb80e565e50ea6ff079326
go/parser: skip TestParseDepthLimit for short tests

Because it requires a not insignificant amount of memory to run. Also
remove the WASM-only skip from TestScopeDepthLimit, which is less
intensive.

Fixes #53816

Change-Id: I8463046510ce4dd3d8f6d66938828d5e6963c3be
Reviewed-on: https://go-review.googlesource.com/c/go/+/417657
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
src/go/parser/parser_test.go