summaryrefslogtreecommitdiffstats
path: root/tests/result.test
Commit message (Collapse)AuthorAgeFilesLines
* This close to a release, simple is better.dgp2005-06-021-2/+7
|
* d'oh!dgp2005-06-011-1/+1
|
* * generic/tclBasic.c: For compatibility with earlier Tcl releases,dgp2005-06-011-0/+8
| | | | | | | * generic/tclResult.c: when a command procedure simply does a * generic/tclTest.c: "return TCL_RETURN;" we must interpret that * tests/result.test: the same as "return Tcl_SetReturnOptions(interp, Tcl_NewObj());" [Bug 1209759].
* fix for [Bug 1008314]Miguel Sofer2004-08-161-5/+28
|
* Remove trailing whitespacedkf2004-05-191-12/+0
|
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-2/+2
| | | | | | | 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).
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-1/+1
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Changed the tests to use the testConstraints array that thejenn1999-07-011-1/+1
| | | | test harness uses instead of the old name (testConfig).
* Fixed style problems in many of the test files.rjohnson1999-06-261-1/+1
| | | | Fixed bug in pkg.test where defs.tcl was still being used.
* Modified the tests to use the package tcltestjenn1999-06-261-1/+2
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+102