summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-05 15:15:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-05 15:15:18 (GMT)
commit880991033bb1fef9bb330fd557f5639495f90e71 (patch)
tree667e724cb0fef519089dffa5dd992ec641a90acc /ChangeLog
parentd00128bb38588944ba1cde058338626dfe59a062 (diff)
downloadtcl-880991033bb1fef9bb330fd557f5639495f90e71.zip
tcl-880991033bb1fef9bb330fd557f5639495f90e71.tar.gz
tcl-880991033bb1fef9bb330fd557f5639495f90e71.tar.bz2
Major simplification of reg.test to de-Spencer it somewhat.
It's still cryptic, but perhaps not quite so bad now. :^)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 867c639..91fcef1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-11-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * tests/reg.test: Major reorganization so that this file is much
+ easier for a normal Tcl maintainer to comprehend. The test flags
+ are still very cryptic, but they appear to have to be that way.
+ The number of skipped tests has increased, but now the skipped
+ tests have much more meaningful content.
+
* tests/tm.test (genpaths): Add a [file normalize] so we pick up
Windows drive letters, etc. [Bug 1053568]