Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/fileName.test: | das | 2004-11-11 | 6 | -13/+15 |
| | | | | | | | | | * tests/fileSystem.test: * tests/io.test: * tests/msgcat.test: * tests/tcltest.test: * tests/unixInit.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir. | ||||
* | * tests/fCmd.test: | das | 2004-11-11 | 1 | -1/+11 |
| | | | | | | | | | * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir() loop whenever the source hierarchy has been modified by traverseProc (e.g. by deleting files); this is required to ensure complete traversal of the source hierarchy on certain filesystems like HFS+. Added test for failing recursive delete on Mac OS X that was due to this. [Bug 1034337] | ||||
* | * tests/winFile.test: Attempted and untested fix for 1062491 | davygrvy | 2004-11-08 | 1 | -7/+7 |
| | |||||
* | * tests/winFile.test: added contraint to winFile-4.0 to prevent it being run ↵ | davygrvy | 2004-11-07 | 1 | -2/+8 |
| | | | | on NT4 | ||||
* | Major simplification of reg.test to de-Spencer it somewhat. | dkf | 2004-11-05 | 1 | -744/+672 |
| | | | | It's still cryptic, but perhaps not quite so bad now. :^) | ||||
* | Add [file normalize] so expected paths come out right on Windows. [Bug 1053568] | dkf | 2004-11-05 | 1 | -1/+3 |
| | |||||
* | niggly test suite fixes | dgp | 2004-11-04 | 1 | -2/+2 |
| | |||||
* | remove knownBugs from clock tests by fixing them | Kevin B Kenny | 2004-11-03 | 1 | -9/+15 |
| | |||||
* | niggly test suite fixes | dgp | 2004-11-03 | 1 | -2/+2 |
| | |||||
* | test cleanup correction | dgp | 2004-11-03 | 1 | -3/+6 |
| | |||||
* | * generic/tclTrace.c (TclCallVarTraces): Improved ability to debug | dgp | 2004-11-03 | 4 | -16/+36 |
| | | | | | | | * tests/incr-old.test (incr-old-2.6): errors during variable * tests/incr.test (incr-{1,2}.28): traces by preserving the * tests/set.test (set-{2,4}.4): -errorinfo data. * tests/trace.test (trace-33.1): [Bug 527164] | ||||
* | 2004-11-02 Don Porter <dgp@users.sourceforge.net> | dgp | 2004-11-02 | 1 | -1/+42 |
| | | | | | | | | * library/tcltest/tcltest.tcl: Corrected some misleading * tests/tcltest.test (tcltest-26.1,2): displays of ::errorInfo and ::errorCode information when the -setup, -body, and/or -cleanup scripts return an unexpected return code. Thanks to Robert Seeger for the fix. [RFE 1017151]. | ||||
* | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 1 | -1/+13 |
| | |||||
* | Fix for [Bug 761471]; NaN is now *never* equal to NaN... | dkf | 2004-11-01 | 1 | -1/+6 |
| | |||||
* | command quoting fix | dgp | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | typo fix | dgp | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | General cleanup | dkf | 2004-10-31 | 1 | -139/+21 |
| | |||||
* | Fix pseudo-constraint | dkf | 2004-10-31 | 2 | -4/+4 |
| | |||||
* | Minor fixes for marginally more clarity | dkf | 2004-10-31 | 1 | -10/+10 |
| | |||||
* | Turn umask2 constraint into something more commonly satisfiable | dkf | 2004-10-31 | 1 | -85/+39 |
| | | | | Also turn conditional tests into constrained tests | ||||
* | Added constraint to test that won't ever work on Unix (no drive letters!) | dkf | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | General clean up | dkf | 2004-10-31 | 1 | -190/+63 |
| | |||||
* | Remove broken test constraint. [bug 1053908] | dkf | 2004-10-31 | 1 | -3/+2 |
| | |||||
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -1/+5 |
| | |||||
* | * library/tcltest/tcltest.tcl: Correct reaction to errors in the | dgp | 2004-10-30 | 1 | -8/+6 |
| | | | | | | | obsolete processCmdLineArgsHook. [Bug 1055673] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.7 * unix/Makefile.in: * tests/all.tcl: Update to use [tcltest::configure]. | ||||
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 5 | -14/+45 |
| | | | | | | relevant to users. [Patch 1056864] Also patches to core to take advantage of this Also other general cleaning up of Tcl_WrongNumArgs usage | ||||
* | fix for execution stack corruption [Bug 1055676]. Credit dgp for detective | Miguel Sofer | 2004-10-28 | 1 | -1/+23 |
| | | | | work and fix. | ||||
* | D'oh! | dgp | 2004-10-28 | 1 | -2/+2 |
| | |||||
* | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 1 | -25/+25 |
| | | | | [removeFile] commands. | ||||
* | * tests/clock.test: Correct duplicate test names. | dgp | 2004-10-28 | 4 | -12/+12 |
| | | | | | | * tests/namespace.test: * tests/string.test: * tests/io.test (io-50.4): Use namespace variables. | ||||
* | * tests/registry.test: Fixed test files to load the correct | davygrvy | 2004-10-27 | 2 | -147/+145 |
| | | | | | | | | | * tests/winDde.test: registry and dde packages by using the info * win/Makefile.in: from makefiles to tell tcltest where to load * win/makefile.vc: them from. This avoids grabbing the wrong package from $auto_path which might be the install point rather than the dev location. Kudos to Jennifer Hom for adding -load and -loadfile to the tcltest package. [Bug 926088] | ||||
* | fixed format-19.1 for 64 bit machines | Kevin B Kenny | 2004-10-27 | 1 | -3/+3 |
| | |||||
* | * tests/tm.test: Expanded on the testsuite entered by Donal. | andreas_kupries | 2004-10-27 | 1 | -5/+195 |
| | | | | * library/tm.tcl: Even found bugs, these have been corrected. | ||||
* | additional regression test for Bug 868489 | Kevin B Kenny | 2004-10-27 | 1 | -1/+9 |
| | |||||
* | * generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test. | dgp | 2004-10-26 | 1 | -1/+9 |
| | | | | * tests/subst.test (subst-12.3-5): More tests for Bug 1036649. | ||||
* | Reversed expected result from test subst-12.3. | dgp | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | * tests/subst.test (subst-12.3,4): More tests for Bug 1036649. | dgp | 2004-10-26 | 1 | -1/+17 |
| | |||||
* | * tests/basic.test: Added missing constraints. | dgp | 2004-10-26 | 4 | -17/+16 |
| | | | | | | | * tests/compile.test: * tests/fileSystem.test: * tests/init.test (init-2.8): Updated to not rely on http package. | ||||
* | fixes for Bug 1054101 | Kevin B Kenny | 2004-10-26 | 1 | -1/+43 |
| | |||||
* | Remove some of the contortions from cmdAH-8.45 | dkf | 2004-10-25 | 1 | -8/+10 |
| | |||||
* | * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode): | dgp | 2004-10-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | Removed several DECACHE_INFO/CACHE_INFO pairs that are no longer needed for protection because routines like Tcl_SetErrorCode() and Tcl_AddErrorInfo() can no longer re-enter bytecode execution. * generic/tclResult.c (TclProcessReturn): Bug fix. Be sure that a missing -errorinfo option when code == TCL_ERROR causes the errorInfo field to get reset. * tests/thread.test (thread-4.4): Test depended on a ::errorInfo value initialized to "". Added code to test to setup that requirement. | ||||
* | Flesh out tests and transform the TM manager API into an ensemble | dkf | 2004-10-25 | 1 | -8/+23 |
| | |||||
* | Add *very* basic test suite for modules, and tighten up the doc style | dkf | 2004-10-22 | 1 | -0/+40 |
| | |||||
* | Make ensembles report shorter error traces that conceal more of how the | dkf | 2004-10-22 | 1 | -7/+5 |
| | | | | ensemble implements itself. This is usually the right thing to do. | ||||
* | * library/clock.tcl: Fixed a typo where the fallback time zone | Kevin B Kenny | 2004-10-22 | 1 | -1/+23 |
| | | | | | | | | | became ::localtime instead of :localtime. Fixed a bug where time zone names containing hyphens could not be loaded. Thanks to Todd M. Helfter <tmh@jumpgate.itsp.purdue.edu> for finding these bugs. * tests/clock.test: Added regression test cases that covers both bugs. | ||||
* | Stop losing result codes in [dict with] in some circumstances | dkf | 2004-10-19 | 1 | -1/+13 |
| | |||||
* | TIP#217 implementation | dkf | 2004-10-14 | 1 | -2/+8 |
| | |||||
* | Fix things so we can pass our own test suite for TIP#212... | dkf | 2004-10-08 | 1 | -6/+6 |
| | |||||
* | Basic tests for TIPs #201 and #212 | dkf | 2004-10-08 | 2 | -2/+151 |
| | |||||
* | update test for TIP 212 | dgp | 2004-10-08 | 1 | -2/+2 |
| |