Skip to content

Commit

Permalink
Eliminate "tip389" constraint. Mark 3 test-cases knownBug [e262613233]
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 20, 2023
1 parent 80a5264 commit 98f9c60
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/stringObj.test
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ source [file join [file dirname [info script]] tcltests.tcl]
testConstraint testobj [llength [info commands testobj]]
testConstraint testbytestring [llength [info commands testbytestring]]
testConstraint testdstring [llength [info commands testdstring]]
testConstraint tip389 [expr {[string length \U010000] == 2}]

test stringObj-1.1 {string type registration} {testobj deprecated} {
set t [testobj types]
Expand Down Expand Up @@ -455,19 +454,19 @@ test stringObj-15.4 {Tcl_Append*ToObj: self appends} testobj {
teststringobj set 1 foo
teststringobj appendself 1 3
} foo
test stringObj-15.5 {Tcl_Append*ToObj: self appends} {testobj tip389 deprecated} {
test stringObj-15.5 {Tcl_Append*ToObj: self appends} {testobj knownBug deprecated} {
teststringobj set 1 foo
teststringobj appendself2 1 0
} foofoo
test stringObj-15.6 {Tcl_Append*ToObj: self appends} {testobj tip389 deprecated} {
test stringObj-15.6 {Tcl_Append*ToObj: self appends} {testobj knownBug deprecated} {
teststringobj set 1 foo
teststringobj appendself2 1 1
} foooo
test stringObj-15.7 {Tcl_Append*ToObj: self appends} {testobj tip389 deprecated} {
test stringObj-15.7 {Tcl_Append*ToObj: self appends} {testobj knownBug deprecated} {
teststringobj set 1 foo
teststringobj appendself2 1 2
} fooo
test stringObj-15.8 {Tcl_Append*ToObj: self appends} {testobj tip389 deprecated} {
test stringObj-15.8 {Tcl_Append*ToObj: self appends} {testobj deprecated} {
teststringobj set 1 foo
teststringobj appendself2 1 3
} foo
Expand Down

0 comments on commit 98f9c60

Please sign in to comment.