summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-10-22 14:01:22 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-10-22 14:01:22 (GMT)
commitaeb8d1481a4faa4a9103d7f69a3be602d163512d (patch)
treec5386285607f4298b16f42fcd8d88b192513e060 /tests/constraints.tcl
parent6c67c6dd3e6169e2979f9ed507cd5d59292cab88 (diff)
downloadtk-aeb8d1481a4faa4a9103d7f69a3be602d163512d.zip
tk-aeb8d1481a4faa4a9103d7f69a3be602d163512d.tar.gz
tk-aeb8d1481a4faa4a9103d7f69a3be602d163512d.tar.bz2
Eradicate constraint noExceed. This was originally introduced in [73e913a6] where the comment there explained the reason why the constraint was built on a command that should return an error (i.e. font actual \{xyz) but didn't under Exceed. Let's get rid of this relic from the past, I'm sure nobody runs the test suite under unix from Exceed.
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r--tests/constraints.tcl4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl
index ad0ca85..2ff42cd 100644
--- a/tests/constraints.tcl
+++ b/tests/constraints.tcl
@@ -269,9 +269,7 @@ testConstraint nonUnixUserInteraction [expr {
}]
testConstraint haveDISPLAY [expr {[info exists env(DISPLAY)] && [testConstraint x11]}]
testConstraint altDisplay [info exists env(TK_ALT_DISPLAY)]
-testConstraint noExceed [expr {
- ![testConstraint unix] || [catch {font actual "\{xyz"}]
-}]
+
# constraint for running a test on all windowing system except aqua
# where the test fails due to a known bug
testConstraint aquaKnownBug [expr {[testConstraint notAqua] || [testConstraint knownBug]}]