diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-09 10:39:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-09 10:39:32 (GMT) |
commit | ede64cf46755c12f156fa876124e4fc3269f99ab (patch) | |
tree | ecdbc4061d8008beab31178290e66d00e326c6af | |
parent | 40dd462d543ded80a0befbb0e48aafbccd89ea02 (diff) | |
download | tk-ede64cf46755c12f156fa876124e4fc3269f99ab.zip tk-ede64cf46755c12f156fa876124e4fc3269f99ab.tar.gz tk-ede64cf46755c12f156fa876124e4fc3269f99ab.tar.bz2 |
One more failsOnQuarz mark. Extend ignore-glob
-rw-r--r-- | .fossil-settings/ignore-glob | 3 | ||||
-rw-r--r-- | tests/tk.test | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob index c62c87c..8100756 100644 --- a/.fossil-settings/ignore-glob +++ b/.fossil-settings/ignore-glob @@ -22,6 +22,9 @@ */wish* */tktest* */versions.vc +*/version.vc +*/libtk.vfs +*/libtk*.zip doc/man.macros html macosx/configure diff --git a/tests/tk.test b/tests/tk.test index 48f3d46..8f34f06 100644 --- a/tests/tk.test +++ b/tests/tk.test @@ -10,6 +10,8 @@ eval tcltest::configure $argv tcltest::loadTestedCommands namespace import -force tcltest::test +testConstraint failsOnQuarz [expr {![info exists ::env(MAC_CI)]}] + test tk-1.1 {tk command: general} -body { tk } -returnCodes error -result {wrong # args: should be "tk option ?arg?"} @@ -152,7 +154,7 @@ test tk-6.3 {tk inactive wrong argument} -body { test tk-6.4 {tk inactive too many arguments} -body { tk inactive reset foo } -returnCodes error -result {wrong # args: should be "tk inactive ?-displayof window? ?reset?"} -test tk-6.5 {tk inactive} -body { +test tk-6.5 {tk inactive} -constraints failsOnQuarz -body { tk inactive reset update after 100 |