summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-11-09 21:41:36 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-11-09 21:41:36 (GMT)
commit03384e093e82e664a9bca6558660f7ca638c52b0 (patch)
tree499dd17a90bced9f123a521c80354a77e416ef3a
parent16a63be615ba1ff0eddd22b777c041361eb7c0ef (diff)
downloadtk-03384e093e82e664a9bca6558660f7ca638c52b0.zip
tk-03384e093e82e664a9bca6558660f7ca638c52b0.tar.gz
tk-03384e093e82e664a9bca6558660f7ca638c52b0.tar.bz2
canvRect-5.[1234]: What are these test results without the nonPortable constraint?
-rw-r--r--tests/canvRect.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/canvRect.test b/tests/canvRect.test
index 012f32e..0c9f89c 100644
--- a/tests/canvRect.test
+++ b/tests/canvRect.test
@@ -167,7 +167,7 @@ test canvRect-4.4 {ConfigureRectOval procedure} -body {
# I can't come up with any good tests for DeleteRectOval.
-test canvRect-5.1 {ComputeRectOvalBbox procedure} -constraints nonPortable -body {
+test canvRect-5.1 {ComputeRectOvalBbox procedure} -body {
# Non-portable due to rounding differences:
.c create rectangle 10 20 30 40 -tags x -width 1 -outline {}
.c coords x 20 15 10 5
@@ -175,7 +175,7 @@ test canvRect-5.1 {ComputeRectOvalBbox procedure} -constraints nonPortable -body
} -cleanup {
.c delete withtag all
} -result {10 5 20 15}
-test canvRect-5.2 {ComputeRectOvalBbox procedure} -constraints nonPortable -body {
+test canvRect-5.2 {ComputeRectOvalBbox procedure} -body {
# Non-portable due to rounding differences:
.c create rectangle 10 20 30 40 -tags x -width 1 -outline {}
.c coords x 10 20 30 10
@@ -184,7 +184,7 @@ test canvRect-5.2 {ComputeRectOvalBbox procedure} -constraints nonPortable -body
} -cleanup {
.c delete withtag all
} -result {9 9 31 21}
-test canvRect-5.3 {ComputeRectOvalBbox procedure} -constraints nonPortable -body {
+test canvRect-5.3 {ComputeRectOvalBbox procedure} -body {
# Non-portable due to rounding differences:
.c create rectangle 10 20 30 40 -tags x -width 1 -outline {}
.c coords x 10 20 30 10
@@ -193,7 +193,7 @@ test canvRect-5.3 {ComputeRectOvalBbox procedure} -constraints nonPortable -body
} -cleanup {
.c delete withtag all
} -result {9 9 31 21}
-test canvRect-5.4 {ComputeRectOvalBbox procedure} -constraints nonPortable -body {
+test canvRect-5.4 {ComputeRectOvalBbox procedure} -body {
# Non-portable due to rounding differences:
.c create rectangle 10 20 30 40 -tags x -width 1 -outline {}
.c coords x 10 20 30 10