summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-17 21:58:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-17 21:58:53 (GMT)
commit0650f4e76a34cf5f5f5f21de00ebbe34748c5377 (patch)
tree20664bd46d62aae6cb012926cdbe65fc5a1f601d
parentfea641068270d01450771af89f5d73822435039c (diff)
downloadtcl-0650f4e76a34cf5f5f5f21de00ebbe34748c5377.zip
tcl-0650f4e76a34cf5f5f5f21de00ebbe34748c5377.tar.gz
tcl-0650f4e76a34cf5f5f5f21de00ebbe34748c5377.tar.bz2
Remove binary-80.5 testcase. This testcase was testing the error-reporting capability of the 32-bit compabitility function. Will be useless after TIP #661
-rw-r--r--tests/binary.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/binary.test b/tests/binary.test
index 299e1e0..d6a8195 100644
--- a/tests/binary.test
+++ b/tests/binary.test
@@ -3048,9 +3048,6 @@ test binary-80.3 {Tcl_GetBytesFromObj} -constraints testbytestring -returnCodes
test binary-80.4 {Tcl_GetBytesFromObj} -constraints testbytestring -returnCodes 1 -body {
testbytestring [testbytestring "\xC0\x80\xA0\xA0\xA0\xF0\x9F\x98\x81"]
} -result "expected byte sequence but character 4 was '\U01F601' (U+01F601)"
-test binary-80.5 {Tcl_GetBytesFromObj} -constraints {testbytestring pointerIs64bit deprecated} -body {
- testbytestring [string repeat A [expr 2**31]]
-} -returnCodes 1 -result "byte sequence length exceeds INT_MAX"
# ----------------------------------------------------------------------
# cleanup