diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-03-16 17:29:12 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-03-16 17:29:12 (GMT) |
commit | 5655318f50b3bc51f8cba32759e01ae8c7694cc9 (patch) | |
tree | 00a3c065ecacd8eaed206f6dda391d4e9c82c54b /tests | |
parent | a3c59e320df775f0d6849e5d3163292280b3b386 (diff) | |
parent | ae0471127efb9e3be2f45c25f91ba07f6a09eae5 (diff) | |
download | tcl-5655318f50b3bc51f8cba32759e01ae8c7694cc9.zip tcl-5655318f50b3bc51f8cba32759e01ae8c7694cc9.tar.gz tcl-5655318f50b3bc51f8cba32759e01ae8c7694cc9.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests')
-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 31f966c..eb91a1d 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -1087,9 +1087,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 |