diff options
author | dgp <dgp@users.sourceforge.net> | 2002-06-22 04:19:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-06-22 04:19:46 (GMT) |
commit | a96389c630f566cd60a1801a00ce9cbd49de6246 (patch) | |
tree | afe75aae3aa2396f2b275820237a6af00d65858c /ChangeLog | |
parent | 03ba5cac868e4b5a001d9f84df871d377d89f1c5 (diff) | |
download | tcl-a96389c630f566cd60a1801a00ce9cbd49de6246.zip tcl-a96389c630f566cd60a1801a00ce9cbd49de6246.tar.gz tcl-a96389c630f566cd60a1801a00ce9cbd49de6246.tar.bz2 |
* Corrections to tcltest and the Tcl test suite so that a test
with options -constraints knownBug -limitConstraints 1 only tests
the knownBug tests. Mostly involves replacing direct access to the
testConstraints array with calls to the testConstraint command
(which requires tcltest version 2).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +2002-06-22 Don Porter <dgp@users.sourceforge.net> + + * library/tcltest/tcltest.tcl: Corrections to tcltest and the + * tests/basic.test: Tcl test suite so that a test + * tests/cmdInfo.test: with options -constraints knownBug + * tests/compile.test: -limitConstraints 1 only tests the + * tests/encoding.test: knownBug tests. Mostly involves + * tests/env.test: replacing direct access to the + * tests/event.test: testConstraints array with calls + * tests/exec.test: to the testConstraint command + * tests/execute.test: (which requires tcltest version 2) + * tests/fCmd.test: + * tests/format.test: + * tests/http.test: + * tests/httpold.test: + * tests/ioUtil.test: + * tests/link.test: + * tests/load.test: + * tests/namespace.test: + * tests/pkgMkIndex.test: + * tests/reg.test: + * tests/result.test: + * tests/scan.test: + * tests/stack.test: + 2002-06-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tools/tcl.wse.in (Disk Label), unix/tcl.spec (version): |