summaryrefslogtreecommitdiffstats
path: root/tests/stack.test
Commit message (Collapse)AuthorAgeFilesLines
* * win/tclWin32Dll.c (TclpCheckStackSpace): kennykb2004-05-031-1/+31
| | | | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070] FossilOrigin-Name: 2ac4043c4108813e3595dee5f8da4b8c5520298c
* Fix for [Bug 582522] - aliases now fire execution traces on the targetmsofer2002-07-291-3/+3
| | | | | | command. Optimisation of alias invocation. FossilOrigin-Name: 81bf54a15536a93fda01b0f68c488728bc3d0fd4
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-5/+5
| | | | | | | | | 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). FossilOrigin-Name: 9ba9324aefb481870bbdcf7c812e149be23ddd02
* speling ficksdgp2002-06-061-2/+2
| | | FossilOrigin-Name: e464b42726c843833f969b61d2850f7a8123b6ed
* Code reordering; execution levels made consistent [Bug 480896].msofer2001-11-161-2/+2
| | | FossilOrigin-Name: 3ff5c422b07d7f04fcd3eba00a402b36a59fcdc4
* reworked stack-2.1 to be impervious to interp statehobbs2001-09-111-5/+7
| | | FossilOrigin-Name: 79f6c28369ace3dcb7f3b90b0a6f017dbc317137
* * tests/stack.test:hobbs2001-09-111-1/+9
| | | | | | | * generic/tclInterp.c (AliasObjCmd): Check the numLevels to ensure that we aren't hitting some alias loop condition. [Bug #443184] FossilOrigin-Name: 09e3192250ad58a483513bdc5f756c54db8820a3
* * tests/stack.test: prevented possible crash on systems with lowhobbs2000-09-291-3/+23
| | | | | | | | default stacksize (Tru64, AIX) in infinite recursion test. A solution to check remaining stack space in the core is best, but hard to do in a cross-platform manner. FossilOrigin-Name: c5d5ef9b4a3496426db129a3d92b20fd35146b3e
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. FossilOrigin-Name: c2f93a113cfcb17a21da67cc20f54ab3f1b9fa3c
* removed excess newliuneshobbs1999-11-191-13/+1
| | | FossilOrigin-Name: b9cf7c43f1d1b4a78c42b77e91f71ce019938846
* minor change that prevents stack blowinghobbs1999-11-191-3/+3
| | | FossilOrigin-Name: c11ea62b85a4bb4e601b125cc6a1fadf9a13a238
* * tests/scan.test:hobbs1999-11-191-3/+3
| | | | | | | * generic/tclScan.c: finished support for inline scan by supporting XPG identifiers. FossilOrigin-Name: 67351ebdfbfda1cdb413810df912cc7da8d3143a
* Fixed style problems in many of the test files.rjohnson1999-06-261-2/+2
| | | | | | Fixed bug in pkg.test where defs.tcl was still being used. FossilOrigin-Name: dbfd75f43f496269e869e2fbd58f86e25bdcef4c
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
| | | FossilOrigin-Name: fdb0602e41e62bf526806c165dbf3f33a718fd37
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+21
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Added tests/stack.test, to test recursion limits.escoffon1998-09-301-0/+23
Added SHLIB_PATH to the list of special macros to ignore. FossilOrigin-Name: c4a3d413ed77c20aaafd3381df58436f077580a5