summaryrefslogtreecommitdiffstats
path: root/tests/result.test
Commit message (Collapse)AuthorAgeFilesLines
* [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-4/+4
|
* Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel ↵ferrieux2010-06-021-2/+2
| | | | offsets no longer overestimated.
* Fix computation of [uplevel] offsets in TIP 341.ferrieux2010-05-311-2/+2
| | | | | Only depend on callerPtr chaining now. Needed for upcoming coro patch.
* TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-0/+8
|
* * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] sodgp2010-03-241-1/+4
| | | | * tests/result.test: that it rejects illegal non-list values.
* Assorted improvements to make better use of tcltest2dkf2008-04-231-5/+3
|
* * 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