Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/clock.test: Commented clock-9.1 that the test will fail | Kevin B Kenny | 2004-05-27 | 1 | -1/+6 |
| | | | | if strftime doesn't do %s. | ||||
* | * tests/clock.test: Added a single test for the presence of %G | Kevin B Kenny | 2004-05-27 | 1 | -50/+57 |
| | | | | | | in [clock format], and conditioned out the clock-10.x series if they're all going to fail because of a broken strftime() call. [Bug 961714] | ||||
* | Test name was thoroughly misleading | dkf | 2004-05-27 | 1 | -2/+2 |
| | |||||
* | * library/tcltest/tcltest.tcl: Correction to debug prints and testing | dgp | 2004-05-26 | 1 | -3/+8 |
| | | | | | | | | * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Corrected * tests/tcltest.test: double increment of numTestFiles in -singleproc 1 configurations. Updated tcltest-19.1 to tcltest 2.1 behavior. Corrected tcltest-25.3 to not falsely report a failure in tcltest.test. Bumped to tcltest 2.2.6. [Bugs 960560, 960926] | ||||
* | * library/tcltest/tcltest.tcl: Correction to debug prints and testing | dgp | 2004-05-26 | 1 | -19/+17 |
| | | | | | | * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Updated * tests/tcltest.test: tcltest-19.1 to tcltest 2.1 behavior. Bumped to tcltest 2.2.6. | ||||
* | * doc/http.n (http::config): add -urlencoding option (default utf-8) | hobbs | 2004-05-25 | 1 | -9/+53 |
| | | | | | | | | | * library/http/http.tcl: that specifies encoding conversion of * library/http/pkgIndex.tcl: args for http::formatQuery. Previously * tests/http.test: undefined, RFC 2718 says it should be utf-8. 'http::config -urlencoding {}' returns previous behavior, which will throw errors processing non-latin-1 chars. Bumped http package to 2.5.0. | ||||
* | * generic/tclNamesp.c (Tcl_FindNamespaceVar): | Miguel Sofer | 2004-05-25 | 1 | -24/+14 |
| | | | | | | | | | | | | | | | | * tests/namespace.test (namespace-17.10-12): reverted commit of 2004-05-23 and removed the tests, as it interferes with the varname resolver and there are apps that break (AlphaTk). A fix will have to wait for Tcl9. * generic/tclVar.c: Caching of namespace variables disabled: no simple way was found to avoid interfering with the resolver's idea of variable existence. A cached varName may keep a variable's name in the namespace's hash table, which is the resolver's criterion for existence. * tests/namespace.c (namespace-17.10): testing for interference between varname caching and name resolver. | ||||
* | * tests/winPipe.test: Protect against path being set | dgp | 2004-05-25 | 3 | -4/+8 |
| | | | | | | * tests/unixInit.test: Unset path when done. * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. Delete interps when done. | ||||
* | * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. | dgp | 2004-05-25 | 4 | -277/+279 |
| | | | | | | * tests/stringComp.test: stop re-use of string.test test names * tests/regexpComp.test: stop re-use of regexp.test test names * tests/namespace.test (namespace-46.3): Verify [p] does not exist. | ||||
* | * tests/winFCmd.test: Correct test for the presence of a CD-ROM so | Kevin B Kenny | 2004-05-25 | 1 | -15/+6 |
| | | | | | | that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267] | ||||
* | io-61.1: initialize res | dgp | 2004-05-25 | 1 | -1/+2 |
| | |||||
* | * tests/http.test: Clear away the custom [bgerror] when done. | dgp | 2004-05-25 | 2 | -4/+5 |
| | | | | * tests/io.test: Take care to use namespace variables. | ||||
* | * tests/autoMkindex.test (autoMkindex-5.2): Use variable "result" | dgp | 2004-05-25 | 3 | -7/+9 |
| | | | | | | | that gets cleaned up. * tests/exec.test: Clean up the "path" array. * tests/interp.test (interp-9.3): Initialize res, so prior values cannot make the test fail. | ||||
* | * tests/execute.test (execute-8.1): Updated to remove the trace | dgp | 2004-05-25 | 1 | -4/+8 |
| | | | | | set on ::errorInfo . When left in place, that trace can cause later tests to fail. | ||||
* | error in test naming | dkf | 2004-05-25 | 1 | -3/+3 |
| | |||||
* | Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312] | dkf | 2004-05-25 | 1 | -30/+44 |
| | |||||
* | * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed, | Miguel Sofer | 2004-05-23 | 1 | -1/+25 |
| | | | | | | | insuring that no "zombie" variables are found. * generic/tclVar.c (TclLookupSimpleVar): comments re [Bug 736729] (predecessor of [Bug 959052]) removed. * tests/namespace.test: added tests 17.10-12 | ||||
* | * tests/namespace.test (namespace-41.3): removed the {knownBug} | Miguel Sofer | 2004-05-22 | 1 | -2/+2 |
| | | | | | constraint: [Bug 231259] is closed since nov 2001, and the fix of [Bug 729692] (INST_START_CMD) makes the test succeed. | ||||
* | It seems all NaN handling is non-portable except where the platform is | dkf | 2004-05-20 | 1 | -5/+5 |
| | | | | incredibly constrained. | ||||
* | Delete limit callbacks properly when the interpreters involved are deleted. | dkf | 2004-05-20 | 1 | -1/+75 |
| | |||||
* | Added test based on suggestion by Miguel Sofer | dkf | 2004-05-19 | 1 | -1/+17 |
| | |||||
* | Oops! Duplicated a -constraints section, which confused tcltest | dkf | 2004-05-19 | 1 | -3/+3 |
| | |||||
* | Enable a test of limiting tight loops. | dkf | 2004-05-19 | 1 | -6/+7 |
| | |||||
* | Silly error | dkf | 2004-05-19 | 1 | -2/+2 |
| | |||||
* | Spelling whoops! Moved constraint declaration to near top of file | dkf | 2004-05-19 | 1 | -2/+3 |
| | |||||
* | Massive test cleanup; all tests are run, and constraints are used where ↵ | dkf | 2004-05-19 | 31 | -1227/+977 |
| | | | | necessary. | ||||
* | corrected test name duplication | dgp | 2004-05-19 | 1 | -2/+2 |
| | |||||
* | fix to 'file dirname' and to fs refCount documentation | vincentdarley | 2004-05-19 | 1 | -1/+13 |
| | |||||
* | Fix whitespace | dkf | 2004-05-19 | 2 | -31/+2 |
| | |||||
* | Fix whitespace | dkf | 2004-05-19 | 4 | -53/+6 |
| | |||||
* | Fix whitespace and add test for case when pwd can generate an error | dkf | 2004-05-19 | 1 | -16/+7 |
| | |||||
* | Remove trailing whitespace | dkf | 2004-05-19 | 2 | -26/+2 |
| | |||||
* | Use constraints instead of conditional tests | dkf | 2004-05-19 | 2 | -58/+21 |
| | |||||
* | Fix whitespace | dkf | 2004-05-19 | 1 | -37/+2 |
| | |||||
* | Removed trailing whitespace | dkf | 2004-05-19 | 2 | -26/+2 |
| | |||||
* | Converted from conditional tests into constrained tests | dkf | 2004-05-19 | 1 | -108/+129 |
| | |||||
* | Remove trailing whitespace | dkf | 2004-05-19 | 3 | -39/+3 |
| | |||||
* | Standardize whitespace handling | dkf | 2004-05-19 | 1 | -20/+1 |
| | |||||
* | Convert conditional tests into constrained tests | dkf | 2004-05-19 | 2 | -63/+29 |
| | |||||
* | Standardize various minor aspects of test style | dkf | 2004-05-19 | 1 | -23/+12 |
| | |||||
* | Convert conditional testing into constraints | dkf | 2004-05-19 | 1 | -54/+37 |
| | |||||
* | Remove trailing whitespace | dkf | 2004-05-19 | 1 | -13/+1 |
| | |||||
* | Use constraints, not conditional tests | dkf | 2004-05-19 | 1 | -25/+8 |
| | |||||
* | Remove trailing whitespace | dkf | 2004-05-19 | 5 | -64/+4 |
| | |||||
* | Use contraints, not conditional tests. | dkf | 2004-05-19 | 1 | -74/+62 |
| | |||||
* | Use constraints, not conditional invokation of test. | dkf | 2004-05-19 | 1 | -30/+15 |
| | |||||
* | Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly. | dkf | 2004-05-19 | 1 | -70/+40 |
| | |||||
* | * compat/strftime.c (_fmt, ISO8601Week): | Kevin B Kenny | 2004-05-18 | 1 | -148/+149 |
| | | | | | | | * doc/clock.n: * tests/clock.test: Major rework to the handling of ISO8601 week numbers. Now passes all the %G and %V test cases on Windows, Linux and Solaris [Bugs #500285, #500389, and #852944] | ||||
* | Tests of limit-exceeded callbacks and make sure that those callbacks can remove | dkf | 2004-05-18 | 1 | -1/+52 |
| | | | | the limits if they see fit (as well as extending them). | ||||
* | Changed test back to what it used to be in 7.* now that [set] counts as a | dkf | 2004-05-17 | 1 | -6/+2 |
| | | | | real command once again. :^) |