summaryrefslogtreecommitdiffstats
path: root/tests/stack.test
Commit message (Collapse)AuthorAgeFilesLines
* * tests/stack.test:msofer2008-10-031-46/+6
| | | | | | | * unix/tclUnixTest.c: removed test command teststacklimit and the corresponding constraint: it is not needed with NRE FossilOrigin-Name: c8d29ae88544f8a73c6875b2d2e4ada3455135a6
* * tests/NRE.test: better constraint for testing themsofer2008-07-161-2/+8
| | | | | | | * tests/stack.test: existence of teststacklimit, to insure that the testsuite runs under tclsh. FossilOrigin-Name: 41e62e150560780d43c91ad6e2de4ac844041bea
* NRE implementation [Patch 2017110]msofer2008-07-131-3/+3
| | | FossilOrigin-Name: a646e4c362a574666638b06521668fc53952bd72
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* * tests/stack.test: made the tests for stack overflow not caremsofer2007-12-051-5/+22
| | | | | | | about which mechanism caused the error (interp's recursion limit or C-stack depth detector). FossilOrigin-Name: cc75b975ed4c115be593624ec29be8f890b65776
* * tests/stack.test: Run the stack tests in subshells, so that theyrmax2006-03-221-29/+29
| | | | | | | are reported as failed tests rather than bugs in the test suite if the recursion causes a segfault. FossilOrigin-Name: d5ea9dfbe34f733645f88f7be66104cc682f85d7
* Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-7/+4
| | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file FossilOrigin-Name: 36829d55d6ebcac6be4d3d7d887b06650a5b394a
* Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-231-24/+20
| | | FossilOrigin-Name: f7e8a168836aa49464f2bac4a69dbde6ac8a8eb9
* * generic/tclEvent.c (NewThreadProc): Fixed broken build onkennykb2004-06-221-7/+7
| | | | | | | | Windows caused by missing TCL_THREAD_CREATE_RETURN. * tests/stack.test (stack-3.1): Corrected nuisance error in threaded builds. FossilOrigin-Name: efd9bd6b1ff67d495a7cd3df38716f7378633676
* * 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: 09e1a5fa6322c694673d9899595ba2c5e96dc2e4
* 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