diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:22:49 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:22:49 +0000 |
commit | adbca29e83b79341b9269d0e582619cea059db3a (patch) | |
tree | 251ccf3e545218797aa6a6f6fa2fc4d62eccd102 /devel/tcl-trf/files/patch-buggytests | |
parent | Remove devel/ruby-p4 as it has been marked BROKEN for over 6 months. (diff) |
Remove devel/tcl-trf as it has been marked BORKEN for over 5 months.
Notes
Notes:
svn path=/head/; revision=235726
Diffstat (limited to 'devel/tcl-trf/files/patch-buggytests')
-rw-r--r-- | devel/tcl-trf/files/patch-buggytests | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/tcl-trf/files/patch-buggytests b/devel/tcl-trf/files/patch-buggytests deleted file mode 100644 index be903aebd68d..000000000000 --- a/devel/tcl-trf/files/patch-buggytests +++ /dev/null @@ -1,36 +0,0 @@ - -*************************************************************** - - This patch-set "fixes" the three tests, which fail - for the reasons unknown to me. The failures may, in - fact, be justified, but the software author is yet - to get back to me with his opinion. - - -mi - -*************************************************************** - ---- tests/base64.test Fri Jul 9 14:36:32 1999 -+++ tests/base64.test Fri Feb 15 02:01:22 2002 -@@ -57,5 +57,5 @@ - close $ma - list [string length $data] $data --} {4 hell} -+} {3 hel} - - -@@ -69,4 +69,3 @@ - close $ma - list [string length $data] $data --} {9 {aGVsbG8= --}} -+} {4 aGVs} ---- tests/transform.test Tue Aug 21 01:51:33 2001 -+++ tests/transform.test Fri Feb 15 02:03:07 2002 -@@ -74,5 +74,5 @@ - - set tracevar --} [82 {create/write-0 create/read-0 query/ratio-0 query/maxRead-0 read-17 query/maxRead-0 flush/read-0 flush/write-0 delete/write-0 delete/read-0} {create/write-0 create/read-0 query/ratio-0 query/maxRead-0 read-17 query/maxRead-0 flush/read-0 query/maxRead-0 flush/write-0 delete/write-0 delete/read-0}] -+} [82 {create/write-0 create/read-0 query/ratio-0 query/maxRead-0 read-17 query/maxRead-0 flush/write-0 flush/read-0 delete/write-0 delete/read-0} {create/write-0 create/read-0 query/ratio-0 query/maxRead-0 read-17 query/maxRead-0 flush/read-0 query/maxRead-0 flush/write-0 delete/write-0 delete/read-0}] - - |