diff options
| author | Mikhail Teterin <mi@FreeBSD.org> | 2015-05-27 17:19:32 +0000 |
|---|---|---|
| committer | Mikhail Teterin <mi@FreeBSD.org> | 2015-05-27 17:19:32 +0000 |
| commit | 6e626117c9cb890497e931cbfe79b978ae8d9a5e (patch) | |
| tree | 3c622b5944316bdc8d4110f177b463e034217dde /devel/tcllib/files/patch-tests | |
| parent | Remove xymonping and replace with symlink to fping (diff) | |
Rely on critcl port to provide compiled implementations of the
modules, where available.
PR: 195863
Approved by: maintainer (blanket)
Diffstat (limited to 'devel/tcllib/files/patch-tests')
| -rw-r--r-- | devel/tcllib/files/patch-tests | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/tcllib/files/patch-tests b/devel/tcllib/files/patch-tests new file mode 100644 index 000000000000..3e6aaa8c3def --- /dev/null +++ b/devel/tcllib/files/patch-tests @@ -0,0 +1,18 @@ +--- modules/clock/iso8601.test 2014-02-11 14:04:18.000000000 -0500 ++++ modules/clock/iso8601.test 2014-12-09 00:12:22.000000000 -0500 +@@ -27,5 +27,5 @@ + test clock-iso8601-1.1 {parse_date, bad option} -body { + clock::iso8601 parse_date 1994-11-05 -foo x +-} -returnCodes error -result {bad switch "-foo", must be -base, -format, -gmt, -locale or -timezone} ++} -returnCodes error -match regexp -result {bad (option|switch) "-foo", must be -base, -format, -gmt, -locale or -timezone} + + # NOTE: While listed as legal, -format is NOT. This is because the +--- modules/struct/sets.test 2014-02-11 14:04:18.000000000 -0500 ++++ modules/struct/sets.test 2014-12-09 01:39:00.000000000 -0500 +@@ -87,5 +87,5 @@ + } + tcl { +- if {[package vsatisfies [package present Tcl] 8.5]} { ++ if {$tcl_version == 8.5} { + # In 8.5 head the alias itself is reported, not what it + # resolved to. |
