From 4ea0a28f62fa2dbe82cd9a35ca3d5f3a9dfab890 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 13 Aug 2024 08:51:04 +0000 Subject: Mark incr-1.31 testcase as "knownBug" in 8.6. Is not fixed yet on 64-bit platforms. --- tests/incr.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/incr.test b/tests/incr.test index ff328b7..33ace2e 100644 --- a/tests/incr.test +++ b/tests/incr.test @@ -236,7 +236,7 @@ test incr-1.30 {TclCompileIncrCmd: array var, braced (no subs)} -setup { incr {array($foo)} } -result 5 -test incr-1.31 {no overflow in TclCompileIncrCmd and Tcl_IncrObjCmd, bug [7179c6724cd38271]} { +test incr-1.31 {no overflow in TclCompileIncrCmd and Tcl_IncrObjCmd, bug [7179c6724cd38271]} knownBug { # TclCompileIncrCmd: compiled incr TEBC with immutable constant offs (INST_INCR_*_IMM instructions): lappend res [set i 0; incr i 0x7FFFFFFF] lappend res [set i 0; incr i 0xFFFFFF80] -- cgit v0.12