Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for Bug 2486550. | dgp | 2013-08-27 | 1 | -0/+9 |
| | |||||
* | More coroutine tests. | dgp | 2013-08-22 | 1 | -0/+15 |
| | |||||
* | Tidy the code and add a test.dgp_purge_NRRunObjProc | dgp | 2013-08-21 | 1 | -0/+9 |
| | |||||
* | fix coroutine-4.6 so that it runs in isolation, [Bug 3606395] | mig | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | Implementation of TIP #396 | dkf | 2012-04-02 | 1 | -15/+34 |
| | |||||
* | Correct test suite errors revealed by a -singleproc 1 -debug 1 run. | dgp | 2011-07-07 | 1 | -0/+1 |
| | |||||
* | insure that 'coroutine eval' runs the initial command in the proper context, ↵ | mig | 2011-04-11 | 1 | -0/+24 |
| | | | | [Bug 3282869] | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | cause more harm than good. Purged them (except in zlib files). | ||||
* | added test for yieldTo | Miguel Sofer | 2010-08-11 | 1 | -1/+15 |
| | |||||
* | Fix the problems I introduced inadvertently: | dkf | 2010-04-30 | 1 | -14/+23 |
| | | | | | | * generic/tclBasic.c (NRInterpCoroutine): Corrected handling of * tests/coroutine.test (coroutine-6.4): arguments to deal with trickier cases. | ||||
* | * tests/coroutine.test: testing coroutine arguments after [yield]: | Miguel Sofer | 2010-04-30 | 1 | -1/+26 |
| | | | | check that only 0/1 allowed | ||||
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 1 | -1/+26 |
| | | | | | | | * generic/tclCompile.h: deletion, [Bug 2724403]. Added a test * generic/tclNamesp.c: for this leak, and also a test for * tests/coroutine.test: leaks on namespace deletion. * tests/namespace.test: | ||||
* | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines | Miguel Sofer | 2009-12-19 | 1 | -1/+11 |
| | | | | | * tests/coroutine.test: [Bug #2917627]. Thanks to schelte for finding it. | ||||
* | * generic/tclCmdIL.c: Fix of [Bug #2910094] by aku | Miguel Sofer | 2009-12-07 | 1 | -1/+19 |
| | | | | * tests/coroutine.test: | ||||
* | oops - test error due to deletion of now not-created namespace | Miguel Sofer | 2009-12-06 | 1 | -6/+1 |
| | |||||
* | clear old junk in tests/coroutine.test: | Miguel Sofer | 2009-12-06 | 1 | -41/+1 |
| | |||||
* | * generic/tclBasic.c: Completed the NR-enabling of [subst]. | dgp | 2009-09-11 | 1 | -2/+2 |
| | | | | | | | | | * generic/tclCmdMZ.c: [Bug 2314561]. * generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclInt.h: * tests/coroutine.test: * tests/parse.test: | ||||
* | Added another test case, "known bug" because of [Bug 2314561] incompleteness | dkf | 2009-09-07 | 1 | -4/+8 |
| | |||||
* | Basic test of yielding inside a subst | dkf | 2009-09-07 | 1 | -38/+10 |
| | |||||
* | * tests/coroutine.test: fix testfile cleanup | Miguel Sofer | 2009-08-02 | 1 | -8/+6 |
| | |||||
* | Made namespace scope corrections to some of the testing machinery | dgp | 2009-06-25 | 1 | -3/+5 |
| | | | | surrounding [testnrelevels]. Fixes up some -singleproc 1 failures. | ||||
* | * generic/tcl.h: | Miguel Sofer | 2009-03-19 | 1 | -0/+544 |
* generic/tclInt.h: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclNamesp.c (Tcl_PopCallFrame): Rewritten tailcall implementation, ::unsupported::atProcExit is (temporarily?) gone. The new approach is much simpler, and also closer to being correct. This commit fixes [Bug 2649975] and [Bug 2695587]. * tests/coroutine.test: Moved the tests to their own files, * tests/tailcall.test: removed the unsupported.test. Added * tests/unsupported.test: tests for the fixed bugs. |