diff options
| author | dgp <dgp@users.sourceforge.net> | 2023-03-15 13:41:05 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2023-03-15 13:41:05 (GMT) |
| commit | a0be72dbca2b708139913d53338813b21aadd30c (patch) | |
| tree | 69f8760677fce0cf76bf4ee4e60dfc687f75a177 | |
| parent | f378b48b0682255072ae226b496a71828f22003c (diff) | |
| parent | 6d3b66ad23ee9a05eecea6ecb0cd5f1d4054bdfa (diff) | |
| download | tcl-a0be72dbca2b708139913d53338813b21aadd30c.zip tcl-a0be72dbca2b708139913d53338813b21aadd30c.tar.gz tcl-a0be72dbca2b708139913d53338813b21aadd30c.tar.bz2 | |
merge 8.7
| -rw-r--r-- | tests/encoding.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/encoding.test b/tests/encoding.test index cef90b8..48a7319 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -1080,9 +1080,7 @@ test encoding-bug-183a1adcc0-4 {Bug [183a1adcc0] Buffer overflow Tcl_UtfToExtern } -result [list 0 [list nospace {} \x00\x00\xff]] test encoding-bug-183a1adcc0-5 {Bug [183a1adcc0] Buffer overflow Tcl_UtfToExternal} -constraints { - testencoding -} -constraints { - knownBug + testencoding ucs2 knownBug } -body { # The knownBug constraint is because test depends on TCL_UTF_MAX and # also UtfToUtf16 assumes space required in destination buffer is |
