From ede64cf46755c12f156fa876124e4fc3269f99ab Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 9 Mar 2021 10:39:32 +0000 Subject: One more failsOnQuarz mark. Extend ignore-glob --- .fossil-settings/ignore-glob | 3 +++ tests/tk.test | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v0.12