summaryrefslogtreecommitdiffstats
path: root/tests/stack.test
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-1/+1
|
* For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fixdgp2013-01-301-4/+2
|\
| * 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 linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * 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.
| | * * win/tclWin32Dll.c (TclpCheckStackSpace): Kevin B Kenny2004-05-031-1/+31
| | | | | | | | | | | | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070]
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All ↵nijtmans2010-01-061-7/+7
| | | | | | | | | | | | backported from trunk.
* | | * tests/stack.test:Miguel Sofer2008-10-031-46/+6
| | | | | | | | | | | | | | | * unix/tclUnixTest.c: removed test command teststacklimit and the corresponding constraint: it is not needed with NRE
* | | * tests/NRE.test: better constraint for testing theMiguel Sofer2008-07-161-2/+8
| | | | | | | | | | | | | | | * tests/stack.test: existence of teststacklimit, to insure that the testsuite runs under tclsh.
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-3/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * tests/stack.test: made the tests for stack overflow not careMiguel Sofer2007-12-051-5/+22
| | | | | | | | | | about which mechanism caused the error (interp's recursion limit or C-stack depth detector).
* | * 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.
* | 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
* | Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-231-24/+20
| |
* | * generic/tclEvent.c (NewThreadProc): Fixed broken build onKevin B Kenny2004-06-221-7/+7
| | | | | | | | | | | | Windows caused by missing TCL_THREAD_CREATE_RETURN. * tests/stack.test (stack-3.1): Corrected nuisance error in threaded builds.
* | * win/tclWin32Dll.c (TclpCheckStackSpace): Kevin B Kenny2004-05-031-1/+31
|/ | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070]
* Fix for [Bug 582522] - aliases now fire execution traces on the targetMiguel Sofer2002-07-291-3/+3
| | | | command. Optimisation of alias invocation.
* * 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).
* speling ficksdgp2002-06-061-2/+2
|
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-161-2/+2
|
* reworked stack-2.1 to be impervious to interp statehobbs2001-09-111-5/+7
|
* * 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]
* * 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.
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* removed excess newliuneshobbs1999-11-191-13/+1
|
* minor change that prevents stack blowinghobbs1999-11-191-3/+3
|
* * tests/scan.test:hobbs1999-11-191-3/+3
| | | | | * generic/tclScan.c: finished support for inline scan by supporting XPG identifiers.
* 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.
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+21
|
* Added tests/stack.test, to test recursion limits.escoffon1998-09-301-0/+23
Added SHLIB_PATH to the list of special macros to ignore.