summaryrefslogtreecommitdiffstats
path: root/tests/nre.test
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-3/+3
|
* add a test to insure that callbacks run at the correct C-stack depth while ↵Miguel Sofer2016-01-231-0/+4
| | | | unwinding the NRE stack.
* [d87cb18205] Let compiled ensembles handle tailcalls properly.dgp2015-03-211-0/+21
|
* All tests pass except one; not sure what's wrong there.dkf2013-01-021-24/+2
|
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-0/+3
| | | | combination with tcltest86.dll to do that (Windows only)
* Fix remaining broken tests (test failures appear non-serious)dkf2011-03-101-2/+2
|
* Fix most of the failing tests (some of which were due to breakage done to thedkf2011-03-101-12/+18
| | | parser used in auto_mkIndex; never a good idea to delete the ::tcl NS!)
* Renamed BottomData to TEBCdata, so that the name refers to what it is rather ↵Miguel Sofer2011-03-051-1/+1
| | | | than to its storage location.
* 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).
* * generic/tclCompile.h: NRE-enable direct eval on BC spoilageMiguel Sofer2010-01-211-1/+23
| | | | | * generic/tclExecute.c: [Bug 2910748] * tests/nre.test:
* Made namespace scope corrections to some of the testing machinerydgp2009-06-251-22/+7
| | | | surrounding [testnrelevels]. Fixes up some -singleproc 1 failures.
* * tests/nre.test: [foreach] has been NR-enabled for a while, theMiguel Sofer2009-03-211-2/+2
| | | | test was marked 'knownBug': unmark it.
* * generic/tclExecute.c: proper fix for [Bug 2415422]. ReenabledMiguel Sofer2009-03-211-1/+18
| | | | | | * tests/nre.test: the failing assertion that was disabled on 2008-12-18: the assertion is correct, the fault was in the management of expansions.
* * generic/tclInterp.c: Reverted the conversion of [interp] into andgp2009-02-021-3/+5
| | | | | | | | * tests/interp.test: ensemble. Such conversion is not necessary * tests/nre.test: (or even all that helpful) in the NRE-enabling of [interp invokehidden], and it has other implications -- including significant forkage of the 8.5 and 8.6 implementations -- that are better off avoided if there's no gain.
* * generic/tclInterp.c: Convert the [interp] command into adgp2009-01-291-5/+3
| | | | | | * tests/interp.test: [namespace ensemble]. Work in progress * tests/nre.test: to NRE-enable the [interp invokehidden] subcommand.
* * tests/nre.test: add missing constraints; enable test of foreachMiguel Sofer2008-09-101-3/+46
| | | | | | | | | recursion. * generic/tclBasic.c: * generic/tclCompile.h: * generic/tclExecute.c (INST_EVAL_STK): fix for [Bug 2102930], wrong numLevels when evaling a canonical list.
* * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are nowMiguel Sofer2008-09-011-1/+21
| | | | | | | * generic/tclOOBasic.c: bytecompiled. Adapted recursion limit tests * tests/interp.test: that were relying on eval not being * tests/nre.test: compiled. Part of the [Bug 2017632] project. * tests/unsupported.test:
* speling ficksdgp2008-08-221-2/+2
|
* * tests/nre.test: added test for large {*}-expansion effectsMiguel Sofer2008-08-131-1/+17
|
* * tests/nre.test: added tests for [if], [while] and [for]. A testMiguel Sofer2008-08-041-2/+45
| | | | | for [foreach] has been added and marked as knownbug, awaiting for it to be NR-enabled.
* * tests/NRE.test: made empty, waiting for removal until das doesMiguel Sofer2008-08-021-0/+295
his thing in macosx/Tcl.xcodeproj/project.pbxproj * tests/nre.test: migrated tests to standard locations, * tests/unsupported.test: separating core functionality from the experimental commands. These are new files.