]> Cypherpunks repositories - gostls13.git/commit
regexp: fix TestOnePassCutoff
authorRuss Cox <rsc@golang.org>
Mon, 20 Oct 2014 16:16:46 +0000 (12:16 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 20 Oct 2014 16:16:46 +0000 (12:16 -0400)
commit22be4bfdbf8100cfff28c4053dcfd35370917993
treefe9e9ee5e5a4fd3648322456bedbf85e9de4b164
parent0f022fdd527db88419c1261b11e764a53ea41160
regexp: fix TestOnePassCutoff

The stack blowout can no longer happen,
but we can still test that too-complex regexps
are rejected.

Replacement for CL 162770043.

LGTM=iant, r
R=r, iant
CC=bradfitz, golang-codereviews
https://golang.org/cl/162860043
src/regexp/all_test.go