summaryrefslogtreecommitdiffstats
path: root/tests/result.test
Commit message (Collapse)AuthorAgeFilesLines
* For Parse/eval, select modernizations from Patrick Fradin.dgp2013-01-301-4/+2
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
| * * tests/result.test (result-6.2): Add test for Bug 1649062 sodgp2007-06-051-0/+16
| | | | | | | | that 8.4 and 8.5 both test the same outcome and we verify compatibility.
| * fix for [Bug 1008314]Miguel Sofer2004-08-161-5/+28
| |
* | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] sodgp2010-03-241-2/+4
| | | | | | | | * tests/result.test: that it rejects illegal non-list values.
* | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-051-0/+18
| | | | | | | | | | | | | | | | * generic/tclInt.h: control the timing with which the global * generic/tclNamesp.c: variables ::errorCode and ::errorInfo get * generic/tclProc.c: updated after an error. This keeps more * generic/tclResult.c: precise compatibility with Tcl 8.4. * tests/result.test (result-6.2): [Bug 1649062]
* | Clean up constraint handlingdkf2006-03-201-11/+5
| |
* | 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