diff options
author | dgp <dgp@users.sourceforge.net> | 2016-02-01 21:39:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-02-01 21:39:44 (GMT) |
commit | 05a77f3559bff860de052d23fb8cdefdadd53b3c (patch) | |
tree | 16052ddae9882ca469926312bf68f818326dc171 /tests | |
parent | 4dfcbbea544e672812bc7d4de3b7571e14cccc22 (diff) | |
download | tcl-05a77f3559bff860de052d23fb8cdefdadd53b3c.zip tcl-05a77f3559bff860de052d23fb8cdefdadd53b3c.tar.gz tcl-05a77f3559bff860de052d23fb8cdefdadd53b3c.tar.bz2 |
Backout the contributed patch memaccounting from Postgres since it changes
the protections incompatibly and causes established tests to crash.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/regexp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regexp.test b/tests/regexp.test index 7878d41..362f425 100644 --- a/tests/regexp.test +++ b/tests/regexp.test @@ -716,7 +716,7 @@ test regexp-22.4 {Bug 3606139} -setup { [a 668]([a 55])[a 668]([a 55])[a 668]([a 55])[a 511]] {}] a } -cleanup { rename a {} -} -returnCodes 1 -match glob -result {couldn't compile regular expression pattern: *} +} -returnCodes 1 -result {couldn't compile regular expression pattern: nfa has too many states} test regexp-22.5 {Bug 3610026} -setup { set e {} set cp 99 |