summaryrefslogtreecommitdiffstats
path: root/tests/stringObj.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-19 22:26:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-19 22:26:37 (GMT)
commit14a974e2d0b4cef691c867645ea568f9c5add82d (patch)
tree48ea2eddf1c1b596c6f2fd2c708084a308b8381e /tests/stringObj.test
parent88e4842dfe272fa62dafad30ca1f11b396f06d71 (diff)
parent2a08be49c26032c93030a80bab9dd1fcd993bab8 (diff)
downloadtcl-14a974e2d0b4cef691c867645ea568f9c5add82d.zip
tcl-14a974e2d0b4cef691c867645ea568f9c5add82d.tar.gz
tcl-14a974e2d0b4cef691c867645ea568f9c5add82d.tar.bz2
Merge 8.7. Exclude 4 test-cases in TCL_NO_DEPRECATED mode, because they are not supposed to work then
Diffstat (limited to 'tests/stringObj.test')
-rw-r--r--tests/stringObj.test9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/stringObj.test b/tests/stringObj.test
index 8b10897..3779bca 100644
--- a/tests/stringObj.test
+++ b/tests/stringObj.test
@@ -24,6 +24,7 @@ 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}]
+testConstraint nodep [info exists tcl_precision]
test stringObj-1.1 {string type registration} testobj {
set t [testobj types]
@@ -465,19 +466,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} {
+test stringObj-15.5 {Tcl_Append*ToObj: self appends} {testobj tip389 nodep} {
teststringobj set 1 foo
teststringobj appendself2 1 0
} foofoo
-test stringObj-15.6 {Tcl_Append*ToObj: self appends} {testobj tip389} {
+test stringObj-15.6 {Tcl_Append*ToObj: self appends} {testobj tip389 nodep} {
teststringobj set 1 foo
teststringobj appendself2 1 1
} foooo
-test stringObj-15.7 {Tcl_Append*ToObj: self appends} {testobj tip389} {
+test stringObj-15.7 {Tcl_Append*ToObj: self appends} {testobj tip389 nodep} {
teststringobj set 1 foo
teststringobj appendself2 1 2
} fooo
-test stringObj-15.8 {Tcl_Append*ToObj: self appends} {testobj tip389} {
+test stringObj-15.8 {Tcl_Append*ToObj: self appends} {testobj tip389 nodep} {
teststringobj set 1 foo
teststringobj appendself2 1 3
} foo